@@ -882,7 +882,7 @@
<el-dialog title="费用模板" :visible.sync="templateVisible" append-to-body width="70%" :close-on-click-modal="false" :before-close="handleClose">
<div>
<el-row>
- <el-col :span="5">
+ <el-col :span="8">
<div class="box">
<el-scrollbar>
<basic-container>
@@ -891,7 +891,7 @@
</el-scrollbar>
</div>
</el-col>
- <el-col :span="19">
+ <el-col :span="16">
<avue-crud
:option="templateOption"
@@ -439,14 +439,14 @@
<el-dialog append-to-body title="费用模板" :visible.sync="templateDialog" width="60%" :before-close="handleClose">
<span>
<avue-tree :option="treeOption" :data="templateData" @node-click="nodeClick"> </avue-tree>
</basic-container>
<avue-crud :data="templateList" :option="templateOption"></avue-crud>
</el-row>