|
@@ -208,6 +208,7 @@
|
|
</el-table>
|
|
</el-table>
|
|
<el-table show-summary :data="warehouseList.records" height="560"
|
|
<el-table show-summary :data="warehouseList.records" height="560"
|
|
v-show="this.warehouseType== '2'">
|
|
v-show="this.warehouseType== '2'">
|
|
|
|
+ <el-table-column type="selection" width="55" :selectable="selectInit"></el-table-column>
|
|
<el-table-column type="expand">
|
|
<el-table-column type="expand">
|
|
<template #default="props">
|
|
<template #default="props">
|
|
<ws-form ref="deptBudgetList" :model="deptBudgetList">
|
|
<ws-form ref="deptBudgetList" :model="deptBudgetList">
|