|
|
@@ -217,6 +217,8 @@ const columns = [
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ { prop: "costDescribe", label: "费用描述", width: '500', },
|
|
|
+ { prop: "priorityLevel", label: "优先级", width: '120', },
|
|
|
{
|
|
|
prop: "isEnabled", label: "费用状态", width: '100', component: "Tag",
|
|
|
formatter: (row: any) => {
|