瀏覽代碼

reactor:表格优化;

zhangchong 4 月之前
父節點
當前提交
c4c8236d1d
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/views/business/order/index.vue
  2. 1 1
      src/views/business/publish/index.vue
  3. 1 1
      src/views/business/publish/todo.vue

+ 1 - 1
src/views/business/order/index.vue

@@ -104,7 +104,7 @@
 					auto-resize
 					show-overflow
 					:print-config="{}"
-					:scrollY="{ enabled: true, gt: 20, mode: 'wheel' }"
+					:scrollY="{ enabled: true, gt: state.queryParams.PageSize, mode: 'wheel' }"
 					id="businessOrder"
 					:custom-config="{
 						storage: true,

+ 1 - 1
src/views/business/publish/index.vue

@@ -213,7 +213,7 @@ const state = reactive<any>({
 	queryParams: {
 		// 查询条件
 		PageIndex: 1,
-		PageSize: 20,
+		PageSize: 100,
 		Keyword: null, // 关键词
 		No: null,
 		Resolve: null, // 处理结果

+ 1 - 1
src/views/business/publish/todo.vue

@@ -256,7 +256,7 @@ const state = reactive<any>({
 	queryParams: {
 		// 查询条件
 		PageIndex: 1,
-		PageSize: 20,
+		PageSize: 100,
 		OrderTitle: null, // 关键词
 		No: null,
 		FiledType: null, // 归档类型