完成承载能力评估联调
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user