完成承载能力评估联调

This commit is contained in:
GGJ
2024-03-21 20:13:25 +08:00
parent e6deaa3fb1
commit 2532bd0851
13 changed files with 500 additions and 327 deletions

View File

@@ -72,7 +72,7 @@
:check-strictly="true"
ref="tree"
></el-tree> -->
<generalTestTree />
<generalTestTree />
</el-col>
</el-row>
<!-- <el-divider
@@ -89,10 +89,13 @@
:rows="2"
v-model="textarea"
></el-input> -->
<div slot="footer" style="display: flex; justify-content: center">
<el-button type="primary" size="small" class="ml20" @click="submitFn">提交</el-button>
<el-button type="primary" size="small" class="ml20" @click="cancelFn">取消</el-button>
</div>
<template #footer>
<div>
<el-button type="primary" @click="submitFn">提交</el-button>
<el-button type="primary" @click="cancelFn">取消</el-button>
</div>
</template>
</el-dialog>
</template>
<script setup lang="ts">