This commit is contained in:
2026-03-09 17:51:04 +08:00
4 changed files with 20 additions and 4 deletions

View File

@ -121,7 +121,7 @@
class="opr" class="opr"
style=" color: #02a7f0;" style=" color: #02a7f0;"
:to="{ :to="{
path: item.key=='1'? '/oaNews':'/OaNotice', path: item.key=='1'? '/dataconfig/oaNews/news':'/system/systemNotice/index',
}" }"
> >

View File

@ -25,7 +25,15 @@ export const searchFormSchema: FormSchema[] = [
{ {
field: 'approCode', field: 'approCode',
label: '审批状态', label: '审批状态',
component: 'Input', component: 'XjrSelect',
componentProps: {
datasourceType: 'dic',
params: { itemId: '1990669393069129729' },
labelField: 'name',
valueField: 'value',
getPopupContainer: () => document.body,
},
}, },
]; ];
@ -41,7 +49,7 @@ export const columns: BasicColumn[] = [
}, },
{ {
dataIndex: 'priceTypeCode', dataIndex: 'priceTypeName',
title: '定价类型', title: '定价类型',
componentType: 'input', componentType: 'input',
align: 'left', align: 'left',

View File

@ -472,4 +472,12 @@
.hide{ .hide{
display: none !important; display: none !important;
} }
:deep( .ant-col-8:nth-child(1)) {
width: 320px !important;
max-width: 320px !important;;
}
:deep(.ant-col-8:nth-child(1) .ant-form-item-label) {
width: 80px !important;
}
</style> </style>

View File

@ -124,7 +124,7 @@
}, },
], ],
fieldMapToTime: [], fieldMapToTime: [['dateEta', ['startDate', 'endDate'], 'YYYY-MM-DD']],
showResetButton: true, showResetButton: true,
}, },
immediate: false, immediate: false,