Commit 82cd09f2 authored by 沈翠玲's avatar 沈翠玲

生产排产

parent edd43c63
...@@ -300,9 +300,9 @@ ...@@ -300,9 +300,9 @@
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="工单类型" align="center" prop="workorderTypes"> <el-table-column label="工单类型" align="center" prop="workorderType">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag :options="dict.type.mes_workorder_type" :value="scope.row.workorderTypes" /> <dict-tag :options="dict.type.mes_workorder_type" :value="scope.row.workorderType" />
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column <!-- <el-table-column
......
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