소스 검색

巡检优化

guarantee-lsq 2 년 전
부모
커밋
d9c9ea1ffe
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Table/index.js
  2. 1 0
      src/views/fill/info/modules/BaseForm.vue

+ 1 - 1
src/components/Table/index.js

@@ -16,7 +16,7 @@ export default {
         ...this.pagination,
         showTotal: total => `共 ${total} 条数据`,
         showSizeChanger: true,
-        pageSizeOptions: ['10', '20', '50']
+        pageSizeOptions: ['10', '20', '50', '500']
       })
     }
   },

+ 1 - 0
src/views/fill/info/modules/BaseForm.vue

@@ -11,6 +11,7 @@
         <row-item>
           <a-form-item>
             <a-input v-decorator="['id']" type="hidden"/>
+            <a-input v-decorator="['fieldKey']" type="hidden"/>
           </a-form-item>
         </row-item>
       </row-list>