whj 7 сар өмнө
parent
commit
5f66baca41

+ 4 - 1
src/views/idle-assets-map/modules/StoreDetailMap.vue

@@ -65,7 +65,10 @@ export default {
         {
           title: '数量',
           dataIndex: 'totalNum',
-          key: 'totalNum'
+          key: 'totalNum',
+          customRender: (text, record) => {
+            return text + record.unit
+          }
         }
       ]
     }