From bfcf832faceb10b6b636a602aa7be7757ebd767f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 9 Aug 2022 22:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmTask/XmTaskAgileKanban.vue | 3 +-- src/views/xm/core/xmTask/XmTaskMng.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/xm/core/xmTask/XmTaskAgileKanban.vue b/src/views/xm/core/xmTask/XmTaskAgileKanban.vue index 913561c1..a6fd0086 100644 --- a/src/views/xm/core/xmTask/XmTaskAgileKanban.vue +++ b/src/views/xm/core/xmTask/XmTaskAgileKanban.vue @@ -6,8 +6,7 @@ header-cell-class-name="head-row" border :height="tableHeight" - style="width: 100%" - stripe + style="width: 100%" > 0的不自动计算。 - pageSize: this.queryScope==='plan' || this.queryScope==='planTask'?50:20, //每页数据 + pageSize: this.queryScope==='plan' || this.queryScope==='planTask'?50:50, //每页数据 count: false, //是否需要重新计算总记录数 pageNum: 1, //当前页码、从1开始计算 orderFields: ['menu_id',"sort_level"], //排序列 如 ['sex','student_id'],必须为数据库字段