作者 王勇

修改列表框,样式

... ... @@ -127,7 +127,7 @@
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="this.queryInfo.pageNum"
:page-sizes="[3,5,10,20,30,50]"
:page-sizes="[10,20,30,50]"
:page-size="this.queryInfo.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="total">
... ...
... ... @@ -127,7 +127,7 @@
style="margin-left: 1px;">
<el-button type="warning" icon="el-icon-star-off" size="mini"
style="margin-top: 3px;"
:disabled="scope.row.beginTime!=='' || scope.row.endTime!==''"
:disabled="scope.row.status!=='4'"
:loading="beginLoading"
@click="startDispatch(scope.$index,scope.row)">开始任务
</el-button>
... ...
... ... @@ -90,7 +90,7 @@
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="queryInfo.pageNum"
:page-sizes="[1,2,10,20,30,50]"
:page-sizes="[10,20,30,50]"
:page-size="queryInfo.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="total">
... ...
... ... @@ -105,7 +105,7 @@
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="queryInfo.pageNum"
:page-sizes="[3,6,10,20,30,50]"
:page-sizes="[10,20,30,50]"
:page-size="queryInfo.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="total">
... ...