From 4ae0670c9f212264e922fcbd9fa0fc96b8ff66ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Wed, 31 Aug 2022 09:11:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E7=94=9F=E6=97=A5?=
=?UTF-8?q?=E6=9C=9F=E5=8F=AA=E8=83=BD=E9=80=89=E6=8B=A9=E4=BB=8A=E5=A4=A9?=
=?UTF-8?q?=E4=B9=8B=E5=89=8D=E7=9A=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/studentInfo/index.vue | 45 +++++++++++++++++++-------
1 file changed, 33 insertions(+), 12 deletions(-)
diff --git a/src/views/system/studentInfo/index.vue b/src/views/system/studentInfo/index.vue
index 7d6a3bb..06b1872 100644
--- a/src/views/system/studentInfo/index.vue
+++ b/src/views/system/studentInfo/index.vue
@@ -49,7 +49,9 @@
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期"
+ :picker-options="expireTimeOPtion"
unlink-panels
+ style="width: 240px"
>
@@ -333,7 +335,6 @@
:visible.sync="innerVisible2"
append-to-body
:before-close="prentclickok"
-
>
-
+
-
+
@@ -432,21 +437,26 @@
-
选择完成
@@ -514,7 +524,12 @@
-
+
Date.now();
},
},
+ expireTimeOPtion: {
+ disabledDate(time) {
+ return time.getTime() > Date.now();
+ },
+ },
+
Data: "",
//查看家长
@@ -1361,7 +1382,7 @@ export default {
this.Data = [];
this.handleQuery();
- this.form.studentNumber=null;
+ this.form.studentNumber = null;
},
/** 重置按钮操作 */
resetQuery3() {