浏览代码

删除英文品名

jbb 2 年之前
父节点
当前提交
2037ae4583
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/views/shipment-details/shipmentList.vue

+ 7 - 7
src/views/shipment-details/shipmentList.vue

@@ -378,13 +378,13 @@ export default {
           className: 'replacecolor',
           customRender: t => ellipsis(t),
         },
-        {
-          title: '英文品名',
-          dataIndex: 'englishProductName',
-          width: 120,
-          className: 'replacecolor',
-          customRender: t => ellipsis(t),
-        },
+        // {
+        //   title: '英文品名',
+        //   dataIndex: 'englishProductName',
+        //   width: 120,
+        //   className: 'replacecolor',
+        //   customRender: t => ellipsis(t),
+        // },
         {
           title: '单价(销售)',
           dataIndex: 'salesUnitPrice',