物料重量计算

This commit is contained in:
zxy 2026-01-22 09:29:20 +08:00
parent f7bcfba1d5
commit ca20c3cccd

View File

@ -558,14 +558,14 @@
:show-overflow-tooltip="true"
@selection-change="handleSelectionChange"
:data="formData.projectPlanSubs"
class="hl-table"
class="hl-table" border
>
<el-table-column type="selection" width="55" />
<el-table-column label="序号" align="center" type="index" width="70px" fixed />
<el-table-column
prop="name"
label="子项目名称"
min-width="450px"
min-width="400px"
align="center"
fixed
/>