Browse Source

变更记录增加变更原因显示

xuhaowei 1 tháng trước cách đây
mục cha
commit
9fdaaf90c8

+ 8 - 0
src/views/componentsDVP/baseInfo/changeRecord/index.vue

@@ -233,6 +233,14 @@ export default {
           width: 200,
           ellipsis: true
         },
+        // 变更原因
+        {
+          title: this.$t('base.info.change-reason'),
+          dataIndex: 'changeReason',
+          align: 'center',
+          width: 200,
+          ellipsis: true
+        },
         // 变更时间
         {
           title: this.$t('base.info.change-record.change-time'),

+ 8 - 0
src/views/systemDVP/baseInfo/changeRecord/index.vue

@@ -219,6 +219,14 @@ export default {
           width: 200,
           ellipsis: true
         },
+        // 变更原因
+        {
+          title: this.$t('base.info.change-reason'),
+          dataIndex: 'changeReason',
+          align: 'center',
+          width: 200,
+          ellipsis: true
+        },
         // 变更时间
         {
           title: this.$t('base.info.change-record.change-time'),