From 70dec2f93e1b06d2d93c859739dc29b5edbdff72 Mon Sep 17 00:00:00 2001 From: zhouxy Date: Tue, 3 Feb 2026 13:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E5=B1=8F=E8=94=BD=E5=90=8A=E9=94=80?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=EF=BC=8C=E5=B1=8F=E8=94=BD=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/forceNotice/component/EntList.vue | 64 ++++++++++----------- src/views/forceNotice/inclusion/handle.vue | 10 ++-- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/views/forceNotice/component/EntList.vue b/src/views/forceNotice/component/EntList.vue index ef09914..8352082 100644 --- a/src/views/forceNotice/component/EntList.vue +++ b/src/views/forceNotice/component/EntList.vue @@ -194,40 +194,40 @@ export default { } } ] - }, - { - type: 'date-picker', - label: '吊销日期自', - prop: 'revStartDate', - span: 8, - valueFormat: 'yyyy-MM-dd', - placeholder: '请选择开始日期', - showInTable: false - }, - { - type: 'date-picker', - label: '吊销日期至', - prop: 'revEndDate', - span: 8, - valueFormat: 'yyyy-MM-dd', - placeholder: '请选择结束日期', - showInTable: false - }, - { - type: 'input', - label: '吊销时间', - prop: 'revDate', - span: 6, - tableProps: { - width: '120px', - showOverflowTooltip: true, - formatter: (row, column, cellValue, index) => { - return row.revDate || '' - } - }, - showInForm: false } // { + // type: 'date-picker', + // label: '吊销日期自', + // prop: 'revStartDate', + // span: 8, + // valueFormat: 'yyyy-MM-dd', + // placeholder: '请选择开始日期', + // showInTable: false + // }, + // { + // type: 'date-picker', + // label: '吊销日期至', + // prop: 'revEndDate', + // span: 8, + // valueFormat: 'yyyy-MM-dd', + // placeholder: '请选择结束日期', + // showInTable: false + // } + // { + // type: 'input', + // label: '吊销时间', + // prop: 'revDate', + // span: 6, + // tableProps: { + // width: '120px', + // showOverflowTooltip: true, + // formatter: (row, column, cellValue, index) => { + // return row.revDate || '' + // } + // }, + // showInForm: false + // } + // { // type: 'input', // label: '法定代表人', // prop: 'leRep', diff --git a/src/views/forceNotice/inclusion/handle.vue b/src/views/forceNotice/inclusion/handle.vue index 58d1898..e311a23 100644 --- a/src/views/forceNotice/inclusion/handle.vue +++ b/src/views/forceNotice/inclusion/handle.vue @@ -121,11 +121,11 @@