UI界面变更
This commit is contained in:
@@ -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>
|
||||
<!-- 字符串超长截取省略号显示-->
|
||||
|
||||
Reference in New Issue
Block a user