Browse Source

2026-02-28

优化
master
fengyuan_yang 2 months ago
parent
commit
a84b792a91
  1. 4
      src/views/modules/yieldReport/com_produce_report_normal.vue

4
src/views/modules/yieldReport/com_produce_report_normal.vue

@ -420,7 +420,7 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="材料清单" name="sfdc_material"> <el-tab-pane label="材料清单" name="sfdc_material">
<el-table <el-table
height="182"
height="189"
:data="orderBomList" :data="orderBomList"
border border
v-loading="dataListLoading" v-loading="dataListLoading"
@ -442,7 +442,7 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-table <el-table
height="193"
height="186"
:data="sfdcMaterialList" :data="sfdcMaterialList"
border border
v-loading="dataListLoading" v-loading="dataListLoading"

Loading…
Cancel
Save