物资配置

This commit is contained in:
jjLv 2024-11-08 08:59:05 +08:00
parent e0c276dfa8
commit 7965252432
1 changed files with 2 additions and 2 deletions

View File

@ -157,13 +157,13 @@
<el-table-column <el-table-column
label="配件类型" label="配件类型"
align="center" align="center"
prop="label1" prop="partType"
show-overflow-tooltip show-overflow-tooltip
/> />
<el-table-column <el-table-column
label="配件名称" label="配件名称"
align="center" align="center"
prop="label2" prop="partName"
show-overflow-tooltip show-overflow-tooltip
/> />
<el-table-column <el-table-column