fix(测试跟踪): 功能用例附件关联弹出列表无记录显示问题
--bug=1023435 --user=宋昌昌 【测试跟踪】功能用例-编辑-附件-添加文件-关联文件弹框-显示暂无文件图标 https://www.tapd.cn/55049933/s/1339749
This commit is contained in:
parent
25b37cf034
commit
487de44107
|
@ -14,7 +14,7 @@
|
|||
{{ $t("case.associated_files") }}
|
||||
</div>
|
||||
</template>
|
||||
<div class="file-box" v-if="metadataArr.length > 0">
|
||||
<div class="file-box">
|
||||
<div class="header both-padding">
|
||||
<ms-table-header
|
||||
title=""
|
||||
|
@ -147,19 +147,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="empty-file">
|
||||
<div class="info-wrap" style="text-align: center; margin-top: 226px">
|
||||
<div class="image">
|
||||
<img
|
||||
style="height: 100px; width: 100px; margin-bottom: 8px"
|
||||
src="/assets/module/figma/icon_none.svg"
|
||||
/>
|
||||
<div class="label" style="color: #646a73">
|
||||
{{ $t("case.empty_file") }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</el-drawer>
|
||||
</template>
|
||||
|
||||
|
@ -262,6 +249,7 @@ export default {
|
|||
},
|
||||
close() {
|
||||
this.visible = false;
|
||||
this.condition.name = "";
|
||||
this.clearSelect();
|
||||
},
|
||||
open() {
|
||||
|
|
Loading…
Reference in New Issue