|
|
@ -3431,7 +3431,7 @@ export const CountNote = [ |
|
|
|
{ label: "操作员", prop: 'worker',}, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "类型", prop: "type", type: "filter", filters: "checkType" }, |
|
|
|
{ label: "阶段", prop: "stage", type: "filter", filters: "stageType" }, |
|
|
|
// { label: "阶段", prop: "stage", type: "filter", filters: "stageType" },
|
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, |
|
|
|
{ label: "生效时间", prop: "activeDate", type: "dateTime" }, |
|
|
|