上传
This commit is contained in:
@@ -131,7 +131,7 @@ const toggleClick = () => {
|
||||
<DictTag :type="item.dictType" :value="data[item.field] + ''" />
|
||||
</slot>
|
||||
<slot v-else-if="item.isEditor">
|
||||
<div v-dompurify-html="data[item.field]"></div>
|
||||
<div v-if="data[item.field]" v-dompurify-html="data[item.field]"></div>
|
||||
</slot>
|
||||
<slot v-else :name="item.field" :row="data">{{ data[item.field] }}</slot>
|
||||
</template>
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
>
|
||||
<el-button type="primary"><Icon icon="ep:upload-filled" />选取文件</el-button>
|
||||
<template v-if="isShowTip" #tip>
|
||||
<div style="font-size: 8px">
|
||||
<div style="font-size: 12px">
|
||||
大小不超过 <b style="color: #f56c6c">{{ fileSize }}MB</b>
|
||||
</div>
|
||||
<div style="font-size: 8px">
|
||||
<div style="font-size: 12px">
|
||||
格式为 <b style="color: #f56c6c">{{ fileType.join('/') }}</b> 的文件
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user