Commit 7fa2a9e7 authored by chenqikuai's avatar chenqikuai

fix:更新文案

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