组件状态查询

This commit is contained in:
zhangdingyu
2020-01-09 16:40:11 +08:00
parent 83071936ce
commit 7e5b6cfafd

View File

@@ -30,7 +30,8 @@
</el-table-column> </el-table-column>
<el-table-column align="center" label="操作者" width="100"> <el-table-column align="center" label="操作者" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.员工姓名 === '超级管理员' && scope.row.工序状态 !== 4 ? '' : scope.row.员工姓名 }} <!--{{ scope.row.员工姓名 === '超级管理员' && scope.row.工序状态 !== 4 ? '' : scope.row.员工姓名 }}-->
{{ scope.row.工序间是否外协 === 2 ? '外协' : (scope.row.员工姓名 === '超级管理员' && scope.row.工序状态 !== 4 ? '' : scope.row.员工姓名) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="数量" show-overflow-tooltip min-width="90"> <el-table-column align="center" label="数量" show-overflow-tooltip min-width="90">