From 4461654183de46371d8b539517e9a0203c90aa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B7=91=E5=8B=A4?= <13326422+wang-shuqin98@user.noreply.gitee.com> Date: Mon, 27 Jul 2026 15:48:41 +0800 Subject: [PATCH] =?UTF-8?q?wsq-=E5=89=8D=E7=AB=AF-20260727-=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=9F=E8=83=BD-=E6=94=B9=E5=96=84=E6=8F=90?= =?UTF-8?q?=E6=A1=88=E9=A1=B5=E9=9D=A2=E6=9F=A5=E8=AF=A2=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=90=E6=A1=88=E9=83=A8=E9=97=A8=E5=92=8C?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E5=B1=95=E7=A4=BA=E7=8A=B6=E6=80=81=E7=9A=84?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ImprovementProposalList.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/views/gh/improvementProposal/ImprovementProposalList.vue b/src/views/gh/improvementProposal/ImprovementProposalList.vue index 29d5b46..3342add 100644 --- a/src/views/gh/improvementProposal/ImprovementProposalList.vue +++ b/src/views/gh/improvementProposal/ImprovementProposalList.vue @@ -13,7 +13,19 @@ - + + + + + + + + + + + + + @@ -79,6 +91,7 @@ import {list, deleteOne, batchDelete, getImportUrl, getExportUrl, startProposalProcess} from './ImprovementProposal.api'; import {downloadFile} from '/@/utils/common/renderUtils'; import JInput from "/@/components/Form/src/jeecg/components/JInput.vue"; + import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue'; const [registerBpmModal, { openModal: bpmPicModal }] = useModal(); const formRef = ref();