From 397b0686260b8cab8470816848aa2d55b7a5d82d Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 16 Sep 2021 10:52:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B2=A1=E4=BA=BA=E5=8F=AA?= =?UTF-8?q?=E8=83=BD=E6=B7=BB=E5=86=99=E4=B8=80=E6=AC=A1=E7=9A=84=E7=94=A8?= =?UTF-8?q?=E6=88=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/form/setting/index.vue | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/views/form/setting/index.vue b/src/views/form/setting/index.vue index 80a7a2c..4da0e82 100644 --- a/src/views/form/setting/index.vue +++ b/src/views/form/setting/index.vue @@ -311,7 +311,23 @@

- 每人限制填写1次 + 每人限制填写1次(用户id) + + + +

+
+ + + +
+ + +

+ 每人限制填写1次(IP地址) @@ -319,7 +335,7 @@ @@ -335,7 +351,7 @@ /> - @@ -616,7 +632,8 @@ export default { timedDeactivatePromptText: '填写尚已经停用', timedQuantitativeQuantity: null, timedEndPromptText: '', - everyoneWriteOnce: false, + everyoneWriteOnceByIp: false, + everyoneWriteOnceByUId: false, everyoneDayWriteOnce: false, timedCollectionBeginTime: '', timedCollectionEndTime: '',