lilei преди 4 години
родител
ревизия
2b83753189
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/productManagement/productBrand/list.vue

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

@@ -77,7 +77,7 @@ export default {
         enabledFlag: undefined //  状态
       },
       disabled: false, //  查询、重置按钮是否可操作
-      tableHeight:0,
+      tableHeight: 0,
       columns: [
         { title: '序号', dataIndex: 'no', width: 70, align: 'center' },
         { title: '产品品牌名称', dataIndex: 'brandName', align: 'center', ellipsis: true, customRender: function (text) { return text || '--' } },