From b4db5d6f91ad2e3833a20c62800455a3f90d6d53 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 18 七月 2024 16:07:27 +0800
Subject: [PATCH] feat:通知弹窗增加阴影
---
src/views/exam/personalRandomTemplate/list.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/exam/personalRandomTemplate/list.vue b/src/views/exam/personalRandomTemplate/list.vue
index 7f39ae2..20bc40b 100644
--- a/src/views/exam/personalRandomTemplate/list.vue
+++ b/src/views/exam/personalRandomTemplate/list.vue
@@ -25,6 +25,7 @@
range-separator="鑷�"
start-placeholder="寮�濮嬫棩鏈�"
end-placeholder="缁撴潫鏃ユ湡"
+ value-format="yyyy-MM-dd"
:picker-options="pickerOptions">
</el-date-picker>
</el-form-item>
@@ -278,6 +279,7 @@
search () {
this.listLoading = true
this.queryParam.status = 0
+ if (this.queryParam.period) this.queryParam.period[1] += ' 23:59:59'
examPaperApi.pageselfList(this.queryParam).then(data => {
const re = data.response
this.tableData = re.list
--
Gitblit v1.8.0