From 0cf56d875e7f6e195351334b663e9251bf3a6b15 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 11 May 2024 17:48:44 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E5=AF=B9=E6=8E=A5=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=BE=81=E9=9B=86=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectdemand/demandcollection/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/projectdemand/demandcollection/index.vue b/src/views/projectdemand/demandcollection/index.vue index 3459462..8d7d917 100644 --- a/src/views/projectdemand/demandcollection/index.vue +++ b/src/views/projectdemand/demandcollection/index.vue @@ -67,6 +67,14 @@ const tableConfig = reactive({ label: '当前节点', align: 'center' }, + { + prop: 'state', + label: '状态', + align: 'center', + width:200, + showOverflowTooltip: false, + currentRender: ({row, index}) => () + }, { prop: 'oper', label: '操作',