提交 059d7efe authored 作者: lidongxu's avatar lidongxu

refactor(mobile/pages/storeexecution): 修改:勤策App移动端_店内执行数据条数从50到20,只展示填报模式下的列

上级 b2d71be3
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<van-nav-bar fixed <van-nav-bar fixed
left-arrow left-arrow
@click-left="router.back()" @click-left="router.back()"
title="店内执行上报浏览" /> title="店内执行上报看板" />
<el-tabs v-model="activeName" <el-tabs v-model="activeName"
class="demo-tabs" class="demo-tabs"
@tab-click="handleClickTabs"> @tab-click="handleClickTabs">
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
:class="{ 'cell-no-padding': operation === '填报模式' }" :class="{ 'cell-no-padding': operation === '填报模式' }"
:row-style="tableRowStyle"> :row-style="tableRowStyle">
<template v-for="col in tableColumns"> <template v-for="col in tableColumns">
<el-table-column v-if="col.visible" <el-table-column v-if="col.fill"
:label="col.label" :label="col.label"
:prop="col.prop" :prop="col.prop"
:key="col.prop" :key="col.prop"
......
...@@ -64,7 +64,7 @@ const handleClickRight = () => { ...@@ -64,7 +64,7 @@ const handleClickRight = () => {
const params = ref({ const params = ref({
pageNum: 1, pageNum: 1,
pageSize: 50, pageSize: 20,
salesMonth: new Date(), salesMonth: new Date(),
deptName: '', deptName: '',
dealerCN: '', dealerCN: '',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论