diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue
index c98c3435..66c2b629 100644
--- a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue
+++ b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue
@@ -104,8 +104,8 @@
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 468f4b66..95879c6f 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -456,7 +456,6 @@ export default {
},
// 输入框输入事件
setPassword(val) {
- console.log(val)
if (this.isShowPassword) {
this.loginForm.password = val
} else {
diff --git a/src/views/trials/trials-panel/setting/attachment/index.vue b/src/views/trials/trials-panel/setting/attachment/index.vue
index ba88606c..2afacd59 100644
--- a/src/views/trials/trials-panel/setting/attachment/index.vue
+++ b/src/views/trials/trials-panel/setting/attachment/index.vue
@@ -1,5 +1,5 @@
-
+
@@ -8,7 +8,7 @@
-
+
-
-
+
{{ $t('common:button:search') }}
-
+
{{ $t('common:button:reset') }}
-
+
- {{ $fd('TrainingStatus', !scope.row.IsDeleted) }}
- {{ $fd('TrainingStatus', !scope.row.IsDeleted) }}
+ {{
+ $fd('TrainingStatus', !scope.row.IsDeleted)
+ }}
+ {{
+ $fd('TrainingStatus', !scope.row.IsDeleted)
+ }}
@@ -137,7 +151,11 @@
min-width="100"
>
- {{ scope.row.NeedConfirmedUserTypes?scope.row.NeedConfirmedUserTypes.join(', '):'' }}
+ {{
+ scope.row.NeedConfirmedUserTypes
+ ? scope.row.NeedConfirmedUserTypes.join(', ')
+ : ''
+ }}
@@ -148,14 +166,21 @@
min-width="300"
/> -->
- -->
+
+
-
-
+
-
+
@@ -215,16 +250,25 @@
append-to-body
custom-class="base-dialog-wrapper"
>
-