1 年間 前
コミット
ed9809a98a
1 ファイル変更7 行追加1 行削除
  1. 7 1
      src/views/sb/info/SbInfoC.vue

+ 7 - 1
src/views/sb/info/SbInfoC.vue

@@ -491,6 +491,12 @@ export default {
           width: 100,
           checked: true
         },
+        {
+          title: '处理人员',
+          dataIndex: 'updateUserName',
+          width: 100,
+          checked: true
+        },
         {
           title: '操作内容',
           dataIndex: 'operatorContent',
@@ -498,7 +504,7 @@ export default {
           checked: true
         },
         {
-          title: '异常描述',
+          title: '异常处理描述',
           dataIndex: 'exceptionDescription',
           width: 100,
           checked: true