feat:补充自动化测试所需id

This commit is contained in:
wangwenrui
2021-02-04 11:21:00 +08:00
parent a2aff02f00
commit b18a3bfa11
61 changed files with 463 additions and 398 deletions

View File

@@ -6,6 +6,7 @@
<!-- 自定义table列 -->
<transition name="el-zoom-in-top">
<element-set
:id="projectAlertId+'-element-set'"
v-if="tools.showCustomTableTitle"
@close="tools.showCustomTableTitle = false"
:custom-table-title.sync="tools.customTableTitle"
@@ -232,6 +233,7 @@
},
mixins:[bus],
props:{
id:String,
tableData:{},
loading:{},
tableHeight:{},