更新
This commit is contained in:
@@ -94,7 +94,12 @@
|
||||
<el-table-column prop="material_name" label="物料名称" min-width="150" show-overflow-tooltip />
|
||||
<el-table-column prop="material_spec" label="规格型号" />
|
||||
<el-table-column prop="one_qty" label="每箱接料数量" />
|
||||
<el-table-column prop="is_needmove" label="是否AGV搬运" />
|
||||
<el-table-column prop="is_needmove" label="是否AGV搬运">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.is_needmove=='1' ">搬运</span>
|
||||
<span v-else>不搬运</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="create_by" label="创建者" />
|
||||
<el-table-column prop="create_time" label="创建时间" min-width="150" show-overflow-tooltip />
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user