rev:复烤、内包间查询优化

This commit is contained in:
2024-02-19 14:37:55 +08:00
parent 9da132eb09
commit 7d8a560571
6 changed files with 207 additions and 41 deletions

View File

@@ -158,6 +158,7 @@
>
<el-table-column type="selection" width="55" />
<el-table-column prop="point_code" label="点位编码" width="100px" />
<el-table-column prop="label" label="点位类型" width="100px" />
<el-table-column prop="product_area" label="生产区域">
<template slot-scope="scope">
{{ dict.label.product_area[scope.row.product_area] }}