lilei 4 年 前
コミット
1e66ab6886
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/productManagement/productInfo/list.vue

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

@@ -160,7 +160,7 @@ export default {
         { title: '产品分类', scopedSlots: { customRender: 'productType' }, width: 200, align: 'center' },
         { title: '终端价', dataIndex: 'terminalPrice', width: 100, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '创建时间', dataIndex: 'createDate', width: 160, align: 'center' },
-        { title: '状态', scopedSlots: { customRender: 'enabledFlag' }, width: 140, align: 'center' },
+        { title: '状态', scopedSlots: { customRender: 'enabledFlag' }, width: 140, align: 'center', fixed: 'right' },
         { title: '操作', scopedSlots: { customRender: 'action' }, width: 200, align: 'center', fixed: 'right' }
       ],
       // 加载数据方法 必须为 Promise 对象