|
|
@ -43,6 +43,7 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '标签模板', |
|
|
|
field: 'template', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
} |
|
|
@ -51,6 +52,7 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '标签状态', |
|
|
|
field: 'status', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
isSearch: true, |
|
|
|
dictType: DICT_TYPE.LABEL_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|