- 修正了标题文本"是否确认清空需要上传文件" - 修正了提示文本中的"tmp"文件夹显示格式 - 更新了确认对话框的内容描述文本
This commit is contained in:
@@ -40,9 +40,9 @@ const handleConfirm = () => {
|
||||
align-center
|
||||
>
|
||||
<template #header>
|
||||
是否确认清空上传文件
|
||||
是否确认清空需要上传文件
|
||||
</template>
|
||||
<div class="hint-text">以下文件将会被清空并移动到tmp文件夹进行上传,您是否确认</div>
|
||||
<div class="hint-text">以下文件将会被清空并移动到 tmp 文件夹进行上传,您是否确认</div>
|
||||
<div class="dialog-content">
|
||||
<div class="file-list">
|
||||
<div v-for="(file, index) in fileList" :key="index" class="file-item">
|
||||
|
||||
Reference in New Issue
Block a user