From bcde90b735fd1cc008fcb6ced754897fbd58e195 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”>
Date: Fri, 5 Feb 2021 16:10:32 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=AF=9B=E9=92=B1=E6=B4=BB=E5=8A=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/user/index.vue | 19 +++++++++++++++++++
src/components/user/search.vue | 22 +++++++++++++++++++---
2 files changed, 38 insertions(+), 3 deletions(-)
diff --git a/src/components/user/index.vue b/src/components/user/index.vue
index 861e00e..0f41a4a 100644
--- a/src/components/user/index.vue
+++ b/src/components/user/index.vue
@@ -32,6 +32,20 @@
+
+
+
+
+
+
+
+
设置测试
@@ -325,6 +339,11 @@ export default {
info: r.LoginCode
}).then(res => {})
},
+ day(r){
+ this.$api.post(this.$api.phpURL + "user/user/setDay", r).then(res => {
+
+ });
+ },
dataExport () {
this.$api.getDownloadFile('/baseinfo/v1/user/Export')
// eslint-disable-next-line camelcase
diff --git a/src/components/user/search.vue b/src/components/user/search.vue
index f072a83..2df8d2f 100644
--- a/src/components/user/search.vue
+++ b/src/components/user/search.vue
@@ -25,6 +25,20 @@
{{scope.row.TestCountLimit==0?'3':scope.row.TestCountLimit}}/{{scope.row.UseTestCount==0?'--':scope.row.UseTestCount}}
+
+
+
+
+
+
+
+
设置测试
@@ -295,9 +309,11 @@ export default {
this.detailAmountData = res.Data;
});
},
- dataExport(){
- this.$api.getDownloadFile("/baseinfo/v1/user/Export");
- }
+ day(r){
+ this.$api.post(this.$api.phpURL + "user/user/setDay", r).then(res => {
+
+ });
+ },
}
};