组件状态查询
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="操作者" width="100">
|
||||
<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>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="数量" show-overflow-tooltip min-width="90">
|
||||
|
||||
Reference in New Issue
Block a user