Commit f92a202e authored by 姬鋆屾's avatar 姬鋆屾

屏蔽异常处理列表字段

parent b63f156d
...@@ -177,18 +177,18 @@ export default { ...@@ -177,18 +177,18 @@ export default {
formatter: this.formatterDate, formatter: this.formatterDate,
width: 160, width: 160,
}, },
{ // {
label: "处理时间", // label: "处理时间",
prop: "operDateTime", // prop: "operDateTime",
formatter: this.formatterDate, // formatter: this.formatterDate,
width: 160, // width: 160,
}, // },
{ {
label: "处理状态", label: "处理状态",
prop: "processStatus", prop: "processStatus",
formatter: this.formattereDealStatus, formatter: this.formattereDealStatus,
}, },
{ label: "处理人", prop: "opertor", formatter: this.formatters }, // { label: "处理人", prop: "opertor", formatter: this.formatters },
{ label: "备注", prop: "remark", formatter: this.formatters }, { label: "备注", prop: "remark", formatter: this.formatters },
{ {
label: "操作", label: "操作",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment