lilei 3 天之前
父節點
當前提交
085c9e7404
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/salesReturnManagement/custConfirm/chooseImportModal.vue

+ 2 - 2
src/views/salesReturnManagement/custConfirm/chooseImportModal.vue

@@ -27,7 +27,7 @@
       <!-- 不可导入数据 -->
       <p class="red">不可导入数据{{ unLoadData.length }}条</p>
       <a-table
-        class="unTable"
+        class="sTable"
         ref="unTable"
         size="small"
         :rowKey="(record) => record.errorDesc"
@@ -114,7 +114,7 @@ export default {
         { title: '市级价', dataIndex: 'cityPrice', width: '12%', align: 'center', customRender: text => ((text || text == 0) ? _this.toThousands(text) : '--') },
         { title: '特约价', dataIndex: 'specialPrice', width: '12%', align: 'center', customRender: text => ((text || text == 0) ? _this.toThousands(text) : '--') },
         { title: '退货单价说明', dataIndex: 'priceRemark', width: '30%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '错误说明', scopedSlots: { customRender: 'errorMsg' }, width: '23%', align: 'center' }
+        { title: '错误说明', scopedSlots: { customRender: 'errorMsg' }, width: '13%', align: 'center' }
       ],
       unLoadData: [],
       loading: false