diff --git a/public/static/pdf/web/viewer.html b/public/static/pdf/web/viewer.html index 58d7aab8e..74804ec6a 100644 --- a/public/static/pdf/web/viewer.html +++ b/public/static/pdf/web/viewer.html @@ -233,19 +233,19 @@ See https://github.com/adobe-type-tools/cmap-resources
-
-
- - - -
-
+ + + + + + + + + + + + +
diff --git a/src/pages/config/pages/mechanismManage/pages/committee.vue b/src/pages/config/pages/mechanismManage/pages/committee.vue index 2bff9f7e5..20038fd01 100644 --- a/src/pages/config/pages/mechanismManage/pages/committee.vue +++ b/src/pages/config/pages/mechanismManage/pages/committee.vue @@ -63,8 +63,12 @@ prop="committeeDirectorName" label="主任" align="center" - > - + /> + + label="成员"> 加载中... diff --git a/src/pages/home2/components/searchGroup/index.vue b/src/pages/home2/components/searchGroup/index.vue index 1b2c2761a..761069665 100644 --- a/src/pages/home2/components/searchGroup/index.vue +++ b/src/pages/home2/components/searchGroup/index.vue @@ -16,7 +16,6 @@
type="text" placeholder="请输入关键词" diff --git a/src/pages/personal/pages/my-questions/components/answerItem.vue b/src/pages/personal/pages/my-questions/components/answerItem.vue index a207a4e53..8fe10d24b 100644 --- a/src/pages/personal/pages/my-questions/components/answerItem.vue +++ b/src/pages/personal/pages/my-questions/components/answerItem.vue @@ -60,6 +60,8 @@ :action="actionPath" accept=".ZIP, .zip, .docx, .DOCX, .xls, .xlsx, .pdf, .PDF" name="file" + :limit="5" + :on-exceed="handleExceed" :file-list="fileList" ref="importFileAboutStand"> @@ -100,6 +102,9 @@ export default { } }, methods:{ + handleExceed(files, fileList) { + this.$message.warning(`当前限制选择 5 个文件,本次选择了 ${files.length} 个文件,共选择了 ${files.length + fileList.length} 个文件`); + }, //提交 handleSubmit(){ this.$refs['form'].validate((valid) => { @@ -192,7 +197,6 @@ export default { }, res => { if(res.respCode === '200'){ this.$emit('emitInsState',true) - this.$message.success('归档成功') } }, e => { }) diff --git a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue index 1026e8895..408da7b5c 100644 --- a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue +++ b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue @@ -26,7 +26,7 @@
- 归档 + 归档
@@ -38,16 +38,30 @@