whj 11 months ago
parent
commit
c10e9d61ff
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/store/outstoreform/modules/DetailYY.vue

+ 2 - 0
src/views/store/outstoreform/modules/DetailYY.vue

@@ -33,6 +33,7 @@
       :data-source="data"
       :columns="columns"
       tableLayout="auto"
+      :scroll="{x: 1500, y: BaseTool.Constant.scrollY}"
       rowKey="cbatch">
       <span slot="action" slot-scope="record">
         <a v-if="model.status===0||model.status===1" @click="handleDelete(record)">删除</a>
@@ -89,6 +90,7 @@ export default {
         {
           title: '序号',
           dataIndex: 'index',
+          width: 80,
           customRender: (text, record, index) => {
             return index + 1
           }