cloud-web-corejs 1.0.54-dev.313 → 1.0.54-dev.315

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,9 @@
31
31
  <el-form-item :label="i18nt('是否隐藏复选框')">
32
32
  <el-switch v-model="optionModel.hideGridCheckBox"></el-switch>
33
33
  </el-form-item>
34
-
34
+ <el-form-item label="是否查询总页数">
35
+ <el-switch v-model="!optionModel.isNotQueryAllPage"></el-switch>
36
+ </el-form-item>
35
37
  <el-form-item label="默认每页查询数">
36
38
  <base-input-number v-model="optionModel.gridPageSize" size="mini" :min="1" :max="10000"/>
37
39
  </el-form-item>
@@ -299,6 +299,7 @@ export const containers = [
299
299
  showRuleEnabled: 1,
300
300
  showRules: [],
301
301
  hideGridCheckBox: false,
302
+ isNotQueryAllPage: false,
302
303
  },
303
304
  },
304
305
  /*{