浏览代码

Merge branch 'dev_zyh' of United_Software/k_online_ui into dev

Jack Zhou 10 月之前
父节点
当前提交
929f81d68a
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/views/Tracking/src/components/TrackingDetail/src/components/BasicInformation.vue

+ 8 - 0
src/views/Tracking/src/components/TrackingDetail/src/components/BasicInformation.vue

@@ -101,6 +101,10 @@ const allData: any = ref({
     {
       label: 'Description',
       content: ''
+    },
+    {
+      label: 'Remark',
+      content: ''
     }
   ]
 })
@@ -201,6 +205,10 @@ const convertData = (data: any) => {
       {
         label: 'Description',
         content: data.marksAndDescription.description || '--'
+      },
+      {
+        label: 'Remark',
+        content: data.marksAndDescription.remark || '--'
       }
     ]
   }