Commit 7fa2a9e7 authored by chenqikuai's avatar chenqikuai

fix:更新文案

parent c09b01b9
......@@ -82,7 +82,6 @@ async function $ajax(
ElMessage.warning("登录过期,请刷新页面");
sessionStorage.removeItem("user");
// router.push({ path: "/" });
// ?????? 跳转
return null;
} else {
if (doNotToastErr) return res.data;
......
......@@ -3,7 +3,7 @@
:visible="visible"
type="element"
:elementDialogProps="{
title: '上传文件',
title: '增加藏品',
}"
showMask
elementDialogSize="medium"
......@@ -33,7 +33,7 @@
<script setup lang="ts">
/**
* @description: 上传文件弹出框,用于专辑详情中的文件上传
* @description: 增加藏品弹出框,用于专辑详情中的文件上传
*/
import { syCommonDialog, syButton } from "cqk-sy-ui";
import HandleAllKindsOfType from "@/components/HandleAllKindsOfType/index.vue";
......
......@@ -3,7 +3,7 @@
:visible="visible"
type="element"
:elementDialogProps="{
title: '上传备注',
title: '更新备注',
}"
showMask
elementDialogSize="medium"
......@@ -38,7 +38,7 @@
<script setup lang="ts">
/**
* @description: 上传备注弹出框,用于专辑详情中的备注上传
* @description: 更新备注弹出框,用于专辑详情中的备注上传
*/
import { syCommonDialog, syButton } from "cqk-sy-ui";
......
......@@ -32,7 +32,7 @@
@click="handleClickDownloadTemplate"
>
<Icon icon-name="icona-bianzu52" style="margin-right: 3px"></Icon>
下载模板</syButton
导出专辑</syButton
>
<syButton
style="width: 113px"
......@@ -41,7 +41,7 @@
@click="uploadRemarkDialogVisible = true"
>
<Icon icon-name="icona-bianzu43" style="margin-right: 3px"></Icon
>上传备注</syButton
>更新备注</syButton
>
<syButton
style="width: 113px"
......@@ -50,7 +50,7 @@
type="primary"
@click="uploadFileDialogVisible = true"
>
上传文件</syButton
增加藏品</syButton
>
</div>
</div>
......
......@@ -79,7 +79,7 @@ const rules = {
file: [
{
required: true,
message: "请上传专辑",
message: "请关联专辑",
trigger: "change",
},
],
......
......@@ -266,7 +266,7 @@ export default defineComponent({
},
{
value: eCollectionType.album,
label: "上传专辑",
label: "关联专辑",
},
],
visibleOfAlbumDialog: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment