Commit 5c386640 authored by 张伯涛's avatar 张伯涛

修改

parent 5bc09bf7
......@@ -462,6 +462,15 @@
<span>{{ scope.row.jobNo || '-' }}</span>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" align="center" prop="revisedQtyDue">
<template slot="header">
<div>已生产数量</div>
<div>Completed Quantity</div>
</template>
<template slot-scope="scope">
<span>{{ scope.row.revisedQtyDue || '-' }}</span>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" align="center" prop="jobName">
<template slot="header">
<div>姓名</div>
......
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