|
|
@ -16,7 +16,7 @@ export const ItemBasic = [ |
|
|
|
{ label: "有效期", prop: "validity" }, |
|
|
|
{ label: "有效期单位", prop: "validityUnit", type: "filter", filters: "validityUnit" }, |
|
|
|
{ label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" }, |
|
|
|
{ label: "类型", prop: 'type' }, |
|
|
|
{ label: "类型", prop: 'type', type: "filter", filters: "ItemTypeBasic" }, |
|
|
|
{ label: "种类", prop: 'category' }, |
|
|
|
{ label: "分组", prop: 'group' }, |
|
|
|
{ label: "颜色", prop: 'color' }, |
|
|
|