Commit c2d434b0 by 莫晓莉

444

parent defd5d24
......@@ -253,8 +253,7 @@
top="15%"
append-to-body
:close-on-click-modal="false"
:before-close="handleCloseTest"
append-to-body>
:before-close="handleCloseTest">
<div class="table-container table-container-repos" style="height: 42vh">
{{ linkInfo }}
</div>
......@@ -274,8 +273,7 @@
top="7%"
append-to-body
:close-on-click-modal="false"
:before-close="handleCloseFeature"
append-to-body>
:before-close="handleCloseFeature">
<el-table height="500" border :data="tableData" style="width: 100%">
<el-table-column
v-for="(col, index) in cols"
......@@ -302,8 +300,7 @@
append-to-body
:close-on-click-modal="false"
:before-close="handleCloseScan"
v-if="scanFlag"
append-to-body>
v-if="scanFlag">
<!-- 文件夹存放区域start-->
<el-tree
: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