Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-web into dev
This commit is contained in:
@ -121,7 +121,7 @@
|
||||
class="opr"
|
||||
style=" color: #02a7f0;"
|
||||
:to="{
|
||||
path: item.key=='1'? '/oaNews':'/OaNotice',
|
||||
path: item.key=='1'? '/dataconfig/oaNews/news':'/system/systemNotice/index',
|
||||
|
||||
}"
|
||||
>
|
||||
|
||||
@ -25,7 +25,15 @@ export const searchFormSchema: FormSchema[] = [
|
||||
{
|
||||
field: 'approCode',
|
||||
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: '定价类型',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
@ -472,4 +472,12 @@
|
||||
.hide{
|
||||
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>
|
||||
@ -124,7 +124,7 @@
|
||||
},
|
||||
|
||||
],
|
||||
fieldMapToTime: [],
|
||||
fieldMapToTime: [['dateEta', ['startDate', 'endDate'], 'YYYY-MM-DD']],
|
||||
showResetButton: true,
|
||||
},
|
||||
immediate: false,
|
||||
|
||||
Reference in New Issue
Block a user