|
|
@ -142,20 +142,20 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '维度', |
|
|
|
field: 'dimension', |
|
|
|
dictType: DICT_TYPE.COUNT_DIMENSION, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
value: 'BY_INEVNEOTY' |
|
|
|
} |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '维度',
|
|
|
|
// field: 'dimension',
|
|
|
|
// dictType: DICT_TYPE.COUNT_DIMENSION,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isTable: true,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// form: {
|
|
|
|
// value: 'BY_INEVNEOTY'
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '限值',
|
|
|
|
// field: 'limitedValue',
|
|
|
|