车间排产

This commit is contained in:
Vergil
2020-03-24 16:19:26 +08:00
parent ddeb790de6
commit 3b2baa9ba2
2 changed files with 11 additions and 11 deletions

View File

@@ -115,16 +115,16 @@
</template>
</el-table-column>
</el-table>
<!-- <div class="block" style="margin-top: 10px;">-->
<!-- <el-pagination-->
<!-- :current-page="pageCurrent"-->
<!-- :page-sizes="[10, 20, 30, 40]"-->
<!-- :page-size="pageSize"-->
<!-- :total="total"-->
<!-- layout="total, sizes, prev, pager, next, jumper"-->
<!-- @size-change="handleSizeChanges"-->
<!-- @current-change="handleCurrentChanges"/>-->
<!-- </div>-->
<!--<div class="block" style="margin-top: 10px;">-->
<!--<el-pagination-->
<!--:current-page="pageCurrent"-->
<!--:page-sizes="[10, 20, 30, 40]"-->
<!--:page-size="pageSize"-->
<!--:total="total"-->
<!--layout="total, sizes, prev, pager, next, jumper"-->
<!--@size-change="handleSizeChanges"-->
<!--@current-change="handleCurrentChanges"/>-->
<!--</div>-->
</el-card>
<el-card>
<div>

View File

@@ -202,7 +202,7 @@ export default {
},
tableData1ClassName({ row, rowIndex }) {
row.index = rowIndex
if (row.状态 === '1') {
if (row.状态 === 1) {
return 'CJPClingjianjinxing'
}
},