From 9b3dce01ccdd06727b4e8e2b654ef942b2f62cca Mon Sep 17 00:00:00 2001 From: chenxf Date: Fri, 6 Mar 2026 09:51:35 +0800 Subject: [PATCH] fix --- .../announcement/falsePersonInfo/index.vue | 25 ++++- src/views/entManage/nateOperRegDec/index.vue | 30 +++--- src/views/susnate/index.vue | 98 ++++++++++++------- 3 files changed, 103 insertions(+), 50 deletions(-) diff --git a/src/views/announcement/falsePersonInfo/index.vue b/src/views/announcement/falsePersonInfo/index.vue index ce7fbcd..ab7bd86 100644 --- a/src/views/announcement/falsePersonInfo/index.vue +++ b/src/views/announcement/falsePersonInfo/index.vue @@ -324,16 +324,31 @@ export default { showInForm: false }, { - type: 'input', + type: 'cascader', label: '作出决定机关', - prop: 'judAuthCn', - showInForm: false + prop: 'judAuth', + cnProp: 'judAuthCn', + showInForm: ({ meta }) => meta.isSearchForm === true, + formProps: { + props: { checkStrictly: true, value: 'id', label: 'label', children: 'children' }, + 'show-all-levels': false, + clearable: true, + filterable: true + }, + options: () => this.orgTreeList, + tableProps: { + minWidth: '180px', + showOverflowTooltip: true + } }, { - type: 'input', + type: 'date-picker', label: '作出决定日期', prop: 'judDate', - showInForm: false + showInForm: false, + formProps: { + valueFormat: 'yyyy-MM-dd' + } } ], // 选择市场主体弹窗 diff --git a/src/views/entManage/nateOperRegDec/index.vue b/src/views/entManage/nateOperRegDec/index.vue index 6113c1d..5199074 100644 --- a/src/views/entManage/nateOperRegDec/index.vue +++ b/src/views/entManage/nateOperRegDec/index.vue @@ -132,9 +132,9 @@ - + ({ ...item, judDate: item.judDate ? item.judDate.split(' ')[0] : '', - noticeDate: item.noticeDate ? item.noticeDate.split(' ')[0] : '' + noticedate: item.noticedate ? item.noticedate.split(' ')[0] : '' })) return { tableData: records, @@ -430,7 +436,7 @@ export default { ...data, judAuthPath: judAuthPath || [], judDate: data.judDate ? data.judDate.split(' ')[0] : '', - noticeDate: data.noticeDate ? data.noticeDate.split(' ')[0] : '' + noticedate: data.noticedate ? data.noticedate.split(' ')[0] : '' } this.formDialogVisible = true } @@ -468,7 +474,7 @@ export default { judAuthCn: '', judAuthPath: [], judDate: '', - noticeDate: '', + noticedate: '', noticeContent: '' } this.formDialogVisible = true diff --git a/src/views/susnate/index.vue b/src/views/susnate/index.vue index 7c39e0a..e8ece6a 100644 --- a/src/views/susnate/index.vue +++ b/src/views/susnate/index.vue @@ -18,7 +18,7 @@ {{ scope.getPropValue(scope.field.label) }} -