更新
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column :filters="source" :filter-method="filterSource" align="center" label="来源" width="70px" prop="零件类型筛选">
|
||||
<template slot-scope="scope">
|
||||
{{ Number(scope.row.零件类型) === 1 ? 'BZ' : 'WG' }}
|
||||
{{ Number(scope.row.零件类型) === 1 ? 'BZ' : Number(scope.row.零件类型) === 2 ? 'WG' : 'JB' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="分配时间" prop="任务分配时间" align="center" min-width="120">
|
||||
|
||||
Reference in New Issue
Block a user