@@ -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 || '--' } },