Commit dc46b00b authored by tanjunxin's avatar tanjunxin

fix: 生产排产列表增加任务状态字段显示

parent 72d4b6a6
......@@ -215,6 +215,11 @@
>{{ scope.row.taskCode }}</el-button
>
</template>
</el-table-column>
<el-table-column label="任务状态" align="center" prop="quantity">
<template slot-scope="{ row }">
{{ dict.type.TASK_STATUS.find(item => item.value == row.status).label }}
</template>
</el-table-column>
<el-table-column
label="工序名称"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment