外协部分样式

This commit is contained in:
Vergil
2020-02-19 16:18:50 +08:00
parent e3f9dcaa1d
commit 529f652458
5 changed files with 38 additions and 98 deletions

View File

@@ -69,7 +69,7 @@
<span v-if="parseInt(scope.row.工序状态)===5" size="small">停产</span>
</template>
</el-table-column>
<el-table-column label="是否外协" width="75" align="center">
<el-table-column label="是否外协" width="80" align="center">
<template slot-scope="scope">
<el-checkbox :disabled="parseInt(scope.row.工序状态)!==3||parseInt(scope.row.工艺编号)===29" v-model="checkBox[scope.$index]" @change="edit(scope.$index, scope.row)"/>
</template>
@@ -84,7 +84,7 @@
{{ scope.row.计划日期 }}
</template>
</el-table-column>
<el-table-column label="计划工时" align="center" width="85px">
<el-table-column label="计划工时" align="center" width="80px">
<template slot-scope="scope">
{{ scope.row.工序工时 }}
</template>