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 @@