Browse Source

优化

master
陈裕财 4 years ago
parent
commit
b1858ebf7f
  1. 12
      src/views/xm/core/xmTask/XmTaskMng.vue

12
src/views/xm/core/xmTask/XmTaskMng.vue

@ -399,18 +399,14 @@
label="全选" label="全选"
type="selection" type="selection"
width="50" width="50"
fixed="left"
> >
</el-table-column>
<el-table-column
label="序号"
type="index"
width="50"
>
</el-table-column>
</el-table-column>
<el-table-column <el-table-column
sortable sortable
prop="name" prop="name"
class-name="title" class-name="title"
fixed="left"
label="名称(点击详情)" label="名称(点击详情)"
min-width="250" show-overflow-tooltip min-width="250" show-overflow-tooltip
> >
@ -1072,7 +1068,7 @@ export default {
pageInfo: { pageInfo: {
// //
total: 0, //0>0 total: 0, //0>0
pageSize: 20, //
pageSize: this.queryScope==='plan' || this.queryScope==='planTask'?50:20, //
count: false, // count: false, //
pageNum: 1, //1 pageNum: 1, //1
orderFields: ["create_time"], // ['sex','student_id'] orderFields: ["create_time"], // ['sex','student_id']

Loading…
Cancel
Save