fix: 型号规格用|隔开
This commit is contained in:
parent
a1b74f4639
commit
a9d0660617
|
@ -24,7 +24,7 @@
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<span v-if="scope.row.material_out_">{{
|
<span v-if="scope.row.material_out_">{{
|
||||||
scope.row.material_out_.specification
|
scope.row.material_out_.specification
|
||||||
}}-{{ scope.row.material_out_.model }}</span>
|
}}|{{ scope.row.material_out_.model }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="任务编号" prop="number" width="140" show-overflow-tooltip>
|
<el-table-column label="任务编号" prop="number" width="140" show-overflow-tooltip>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<span v-if="scope.row.material_out_">{{
|
<span v-if="scope.row.material_out_">{{
|
||||||
scope.row.material_out_.specification
|
scope.row.material_out_.specification
|
||||||
}}-{{ scope.row.material_out_.model }}</span>
|
}}|{{ scope.row.material_out_.model }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="任务编号" prop="number" width="140" show-overflow-tooltip>
|
<el-table-column label="任务编号" prop="number" width="140" show-overflow-tooltip>
|
||||||
|
|
|
@ -225,7 +225,7 @@
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<span v-if="scope.row.material_out_">{{
|
<span v-if="scope.row.material_out_">{{
|
||||||
scope.row.material_out_.specification
|
scope.row.material_out_.specification
|
||||||
}}</span>
|
}}|{{ scope.row.material_out_.model }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="计划量" prop="count"> </el-table-column>
|
<el-table-column label="计划量" prop="count"> </el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue