diff --git a/src/views/modules/master/masternotice.vue b/src/views/modules/master/masternotice.vue
index 1f2b164e..82976824 100755
--- a/src/views/modules/master/masternotice.vue
+++ b/src/views/modules/master/masternotice.vue
@@ -16,7 +16,7 @@
-
- {{ $t('query') }}
+ {{ $t('query') }}
- {{ $t('add') }}
+ {{ $t('add') }}
diff --git a/src/views/modules/master/mastertopic.vue b/src/views/modules/master/mastertopic.vue
index 510d7d28..0a5bcf4f 100755
--- a/src/views/modules/master/mastertopic.vue
+++ b/src/views/modules/master/mastertopic.vue
@@ -3,11 +3,10 @@
-
+
-
-
+
+
@@ -18,6 +17,7 @@
+
-
+
+ placeholder="选择日期时间"
+ style="width:200px">
+ placeholder="选择日期时间"
+ style="width:200px">
- {{ $t('query') }}
+ {{ $t('query') }}
- {{ $t('export') }}
@@ -142,7 +144,9 @@ export default {
exportURL: '/cloudAnalysis/mastertopic/export'
},
dataForm: {
- id: ''
+ id: '',
+ nickName: '',
+ topicContent: ''
},
optionForm: {
id: '',
@@ -270,14 +274,14 @@ export default {
this.optionForm.id = row.id
this.optionForm.state = 0
},
- btKeyUptopicContent(e){
- e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】、;‘’,。、]/g, '')
+ btKeyUpTopicContent(e){
+ e.target.value = e.target.value.replace(/[`~!@#$%^&*()_+=<>?:"{}|·~!@#¥%……&*()——+={}|《》?:“”【】、;‘’,。、]/g, '')
this.dataForm.topicContent = e.target.value
},
- btKeyUpnickName(e){
- e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】、;‘’,。、]/g, '')
+ btKeyUpNickName(e){
+ e.target.value = e.target.value.replace(/[`~!@#$%^&*()_+=<>?:"{}|·~!@#¥%……&*()——+={}|《》?:“”【】、;‘’,。、]/g, '')
this.dataForm.nickName = e.target.value
- },
+ }
}
}
diff --git a/src/views/modules/sys/appmenutemplate.vue b/src/views/modules/sys/appmenutemplate.vue
index af808e01..bdd57c46 100644
--- a/src/views/modules/sys/appmenutemplate.vue
+++ b/src/views/modules/sys/appmenutemplate.vue
@@ -59,30 +59,35 @@
label="模板名称"
header-align="center"
align="center"
+ show-overflow-tooltip
>