From 13789bd95882392981a76eba58f510835e4a5519 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Fri, 6 Dec 2024 18:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E9=97=AE=E5=8D=B7=E6=91=B8?= =?UTF-8?q?=E5=BA=95=E6=A8=A1=E6=9D=BF---=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- .../onlineDeclaration/declareAddContent/index.vue | 9 ++++++++- src/views/onlineDeclaration/templateDetail/index.vue | 11 ++++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) 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 @@ -
+