Commit c2d434b0 by 莫晓莉

444

parent defd5d24
...@@ -253,8 +253,7 @@ ...@@ -253,8 +253,7 @@
top="15%" top="15%"
append-to-body append-to-body
:close-on-click-modal="false" :close-on-click-modal="false"
:before-close="handleCloseTest" :before-close="handleCloseTest">
append-to-body>
<div class="table-container table-container-repos" style="height: 42vh"> <div class="table-container table-container-repos" style="height: 42vh">
{{ linkInfo }} {{ linkInfo }}
</div> </div>
...@@ -274,8 +273,7 @@ ...@@ -274,8 +273,7 @@
top="7%" top="7%"
append-to-body append-to-body
:close-on-click-modal="false" :close-on-click-modal="false"
:before-close="handleCloseFeature" :before-close="handleCloseFeature">
append-to-body>
<el-table height="500" border :data="tableData" style="width: 100%"> <el-table height="500" border :data="tableData" style="width: 100%">
<el-table-column <el-table-column
v-for="(col, index) in cols" v-for="(col, index) in cols"
...@@ -302,8 +300,7 @@ ...@@ -302,8 +300,7 @@
append-to-body append-to-body
:close-on-click-modal="false" :close-on-click-modal="false"
:before-close="handleCloseScan" :before-close="handleCloseScan"
v-if="scanFlag" v-if="scanFlag">
append-to-body>
<!-- 文件夹存放区域start--> <!-- 文件夹存放区域start-->
<el-tree <el-tree
:data="scanfileTreeList" :data="scanfileTreeList"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment