|
@ -23,6 +23,7 @@ export const Paramsetting = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '参数代码', |
|
|
label: '参数代码', |
|
|
field: 'paramCode', |
|
|
field: 'paramCode', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
isSearch: true, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
@ -31,6 +32,7 @@ export const Paramsetting = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '参数名称', |
|
|
label: '参数名称', |
|
|
field: 'paramName', |
|
|
field: 'paramName', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
isSearch: true, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
@ -40,7 +42,6 @@ export const Paramsetting = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'usableOpeartors', |
|
|
field: 'usableOpeartors', |
|
|
dictType: DICT_TYPE.STRATEGY_PARAM_OPEARTOR, |
|
|
dictType: DICT_TYPE.STRATEGY_PARAM_OPEARTOR, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -52,7 +53,6 @@ export const Paramsetting = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'dataType', |
|
|
field: 'dataType', |
|
|
dictType: DICT_TYPE.DATA_TYPE, |
|
|
dictType: DICT_TYPE.DATA_TYPE, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -88,7 +88,6 @@ export const Paramsetting = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'isRequired', |
|
|
field: 'isRequired', |
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isSearch: true, |
|
|
|
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|