车间排产
This commit is contained in:
@@ -115,16 +115,16 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<!-- <div class="block" style="margin-top: 10px;">-->
|
<!--<div class="block" style="margin-top: 10px;">-->
|
||||||
<!-- <el-pagination-->
|
<!--<el-pagination-->
|
||||||
<!-- :current-page="pageCurrent"-->
|
<!--:current-page="pageCurrent"-->
|
||||||
<!-- :page-sizes="[10, 20, 30, 40]"-->
|
<!--:page-sizes="[10, 20, 30, 40]"-->
|
||||||
<!-- :page-size="pageSize"-->
|
<!--:page-size="pageSize"-->
|
||||||
<!-- :total="total"-->
|
<!--:total="total"-->
|
||||||
<!-- layout="total, sizes, prev, pager, next, jumper"-->
|
<!--layout="total, sizes, prev, pager, next, jumper"-->
|
||||||
<!-- @size-change="handleSizeChanges"-->
|
<!--@size-change="handleSizeChanges"-->
|
||||||
<!-- @current-change="handleCurrentChanges"/>-->
|
<!--@current-change="handleCurrentChanges"/>-->
|
||||||
<!-- </div>-->
|
<!--</div>-->
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -202,7 +202,7 @@ export default {
|
|||||||
},
|
},
|
||||||
tableData1ClassName({ row, rowIndex }) {
|
tableData1ClassName({ row, rowIndex }) {
|
||||||
row.index = rowIndex
|
row.index = rowIndex
|
||||||
if (row.状态 === '1') {
|
if (row.状态 === 1) {
|
||||||
return 'CJPClingjianjinxing'
|
return 'CJPClingjianjinxing'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user