Browse Source

修改bug

chenrui 2 years ago
parent
commit
9c27dc0632
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/productManagement/productInfoJg/list.vue

+ 1 - 1
src/views/productManagement/productInfoJg/list.vue

@@ -242,7 +242,7 @@ export default {
       let arr = [
         { title: '序号', dataIndex: 'no', width: '4%', align: 'center' },
         { title: '产品编码', dataIndex: 'code', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '产品名称', dataIndex: 'name', width: '16%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '产品名称', dataIndex: 'name', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '原厂编码', dataIndex: 'origCode', width: '12%', align: 'center', customRender: function (text) { return (!text || text == ' ') ? '--' : text } }
       ]
       const cArr = [