修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-01 14:23:08 +08:00
parent 946a8f44b3
commit 47f23eabe4
7 changed files with 67 additions and 53 deletions
@@ -215,9 +215,13 @@
:title="$t('viewFile')"
:width="500"
:visible="visible"
@ok="visible=false"
@cancel="visible=false"
>
<template slot="footer">
<a-button key="back" @click="visible = false">
{{$t('cancel')}}
</a-button>
</template>
<p v-for="(item,index) in fileList" :key="index"
class="fileText" :title="item.fileName" @click="fileClick(item)">{{ item.fileName }}</p>
</a-modal>