UI界面变更

This commit is contained in:
刘彦泽
2022-12-02 13:36:24 +08:00
parent 1944cd5122
commit 31bcf72d31
23 changed files with 104 additions and 56 deletions
@@ -116,7 +116,7 @@
</span>
<span slot="file_name" slot-scope="text,record">
<a style="color:#21c9cc" @click="fileNameClick(record)">
{{record.file_name && record.file_name.length > 0 ? $t('viewFile') : '--'}}
{{record.file_name && record.file_name.length > 0 ? $t('view') : '--'}}
</a>
</span>
<!-- 字符串超长截取省略号显示-->