Commit d1e0b820 authored by 沈翠玲's avatar 沈翠玲

虚拟报工

parent 37b9396f
......@@ -220,6 +220,11 @@
<template slot-scope="{ row }">
{{ dict.type.TASK_STATUS.find(item => item.value == row.status).label }}
</template>
</el-table-column>
<el-table-column label="虚拟报工" align="center" prop="virtualFlag">
<template slot-scope="{ row }">
{{ row.virtualFlag ? '是' : '否' }}
</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