物料重量计算
This commit is contained in:
parent
f7bcfba1d5
commit
ca20c3cccd
@ -558,14 +558,14 @@
|
|||||||
:show-overflow-tooltip="true"
|
:show-overflow-tooltip="true"
|
||||||
@selection-change="handleSelectionChange"
|
@selection-change="handleSelectionChange"
|
||||||
:data="formData.projectPlanSubs"
|
:data="formData.projectPlanSubs"
|
||||||
class="hl-table"
|
class="hl-table" border
|
||||||
>
|
>
|
||||||
<el-table-column type="selection" width="55" />
|
<el-table-column type="selection" width="55" />
|
||||||
<el-table-column label="序号" align="center" type="index" width="70px" fixed />
|
<el-table-column label="序号" align="center" type="index" width="70px" fixed />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="name"
|
prop="name"
|
||||||
label="子项目名称"
|
label="子项目名称"
|
||||||
min-width="450px"
|
min-width="400px"
|
||||||
align="center"
|
align="center"
|
||||||
fixed
|
fixed
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user