lex-xin 4 年之前
父節點
當前提交
d89b7ce0fd

+ 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"