This commit is contained in:
liushuai
2020-05-28 18:28:58 +08:00
parent 13ac7b03b9
commit 6f1ed1f1cf
2 changed files with 1 additions and 1 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

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