fix: 型号规格用|隔开

This commit is contained in:
caoqianming 2023-12-22 10:58:50 +08:00
parent a1b74f4639
commit a9d0660617
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>