Browse Source

产品品牌

chenrui 8 months ago
parent
commit
955efa641e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/productManagement/productBrand/list.vue

+ 1 - 0
src/views/productManagement/productBrand/list.vue

@@ -96,6 +96,7 @@ export default {
         { title: '产品品牌名称', dataIndex: 'brandName', width: '30%', align: 'center', ellipsis: true, customRender: function (text) { return text || '--' } },
         { title: '首字母', dataIndex: 'firstChar', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '创建时间', dataIndex: 'createDate', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '品牌类型', dataIndex: 'sysFlagDictValue', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '启用状态', scopedSlots: { customRender: 'enabledFlag' }, width: '15%', align: 'center' },
         { title: '操作', scopedSlots: { customRender: 'action' }, width: '10%', align: 'center' }
       ],