|
@@ -189,7 +189,12 @@ const columns = [
|
|
|
|
|
|
{
|
|
|
prop: "action_name",
|
|
|
- label: "操作人",
|
|
|
+ label: "上一步的操作人",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: "handle_user_list",
|
|
|
+ label: "当前操作人",
|
|
|
+ _slot_:'current_handle_name'
|
|
|
},
|
|
|
{
|
|
|
prop: "addtime",
|
|
@@ -262,4 +267,4 @@ const readUnRead =[
|
|
|
]
|
|
|
|
|
|
|
|
|
-export { routerList, columns,readUnRead }
|
|
|
+export { routerList, columns,readUnRead }
|