소스 검색

维修原因

chenyuehu 4 년 전
부모
커밋
fcc8c98edd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/repair/application-form/modules/DetailRepair.vue

+ 2 - 2
src/views/repair/application-form/modules/DetailRepair.vue

@@ -161,7 +161,7 @@
       <a-table
         :data-source="dataReason"
         :columns="columnsReason"
-        tableLayout="fixed"
+        :scroll="{x: 1, y: BaseTool.Constant.scrollY }"
         rowKey="id">
         <span slot="action" slot-scope="record">
           <template>
@@ -412,7 +412,7 @@ export default {
         {
           title: '序号',
           dataIndex: 'index',
-          width: '70',
+          width: '70px',
           customRender: (text, record, index) => {
             return `${index + 1}`
           }