|
|
@ -61,6 +61,8 @@ export const ContainerInitRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '类型', |
|
|
|
field: 'type', |
|
|
|
dictType: DICT_TYPE.CONTAINER_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
component: 'SelectV2' |
|
|
@ -81,6 +83,8 @@ export const ContainerInitRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '状态', |
|
|
|
field: 'status', |
|
|
|
dictType: DICT_TYPE.CONTAINER_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
component: 'Radio' |
|
|
|