diff --git a/package.json b/package.json index f8ce1f9..83602c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "1.0.202412061713", + "version": "1.0.202412061809", "description": "金鸡湖现代服务业品牌管理系统", "author": "若依", "license": "MIT", diff --git a/src/views/onlineDeclaration/declareAddContent/index.vue b/src/views/onlineDeclaration/declareAddContent/index.vue index 377f941..f350755 100644 --- a/src/views/onlineDeclaration/declareAddContent/index.vue +++ b/src/views/onlineDeclaration/declareAddContent/index.vue @@ -341,7 +341,14 @@ export default { this.templateRecordId = templateRecordId let { data } = await getTemplateInfo({ templateId: templateId }) this.templateInfo = data - // console.log(7777, this.templateInfo); + this.$nextTick(()=>{ + if(this.templateInfo.templateName == '平台问卷摸底') { + // console.log(document.querySelectorAll(".el-upload__tip")); + document.querySelectorAll(".el-upload__tip")[0].innerHTML = "doc docx格式,不少于500字,限1个文件,不超过10MB" + document.querySelectorAll(".el-upload__tip")[1].innerHTML = "jpg jpeg png格式,限3张照片,限高清图片,不超过10MB" + } + }) + // console.log(7777, this.templateInfo);el-upload__tip this.$refs.ismybuild.jsonOpen(this.templateInfo.templateJson) switch (this.templateId) { case '2': diff --git a/src/views/onlineDeclaration/templateDetail/index.vue b/src/views/onlineDeclaration/templateDetail/index.vue index 4f40eaf..68d75c8 100644 --- a/src/views/onlineDeclaration/templateDetail/index.vue +++ b/src/views/onlineDeclaration/templateDetail/index.vue @@ -85,7 +85,7 @@ -
+