Browse Source

Merge branch 'dev_zyh' of United_Software/k_online_ui into dev

Jack Zhou 10 tháng trước cách đây
mục cha
commit
929f81d68a

+ 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 || '--'
       }
     ]
   }