From 7cea718ec542ed5292fb9d9a591f5002dbb8d741 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Fri, 23 Feb 2024 15:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E6=A0=87=E5=88=97=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=AD=97=E6=AE=B5=EF=BC=8C=E6=84=8F=E8=A7=81=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=EF=BC=8C=E6=95=B4=E6=94=B9=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/supervise/supervise.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/option/supervise/supervise.js b/src/option/supervise/supervise.js index dcceb5b8..3c1da7c5 100644 --- a/src/option/supervise/supervise.js +++ b/src/option/supervise/supervise.js @@ -267,7 +267,18 @@ export const IndicatorColumnList = [ }, { prop: 'objectionRemark', - label: '描述', + label: '整改结果', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'appealReason', + label: '意见反馈', type: 1, values: '', width: '130',