lex-xin 4 년 전
부모
커밋
d89b7ce0fd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/categroyManager/insideSetting/addressManager.vue
  2. 1 1
      src/views/categroyManager/specialSetup/branchSetting.vue

+ 1 - 1
src/views/categroyManager/insideSetting/addressManager.vue

@@ -200,7 +200,7 @@
           label="租赁费用"
           :label-width="formLabelWidth"
         >
-          <el-input v-model.trim="form.remark" autocomplete="off"></el-input>
+          <el-input v-model.trim="form.remark" type="number" autocomplete="off"></el-input>
         </el-form-item>
         <el-form-item
           v-if="form.source == 2"

+ 1 - 1
src/views/categroyManager/specialSetup/branchSetting.vue

@@ -42,7 +42,7 @@
             </template>
           </el-table-column>
         </el-table>
-        <pagination :total="pageInfo.total"
+        <pagination sync :total="pageInfo.total"
                     :page.sync="pageInfo.page"
                     :limit.sync="pageInfo.limit"
                     :page-sizes="pageInfo.page_size"