作者 王勇

修改列表框,样式

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