diff --git a/frontend/src/layout/components/Navbar.vue b/frontend/src/layout/components/Navbar.vue
index 08706d4..60febd6 100644
--- a/frontend/src/layout/components/Navbar.vue
+++ b/frontend/src/layout/components/Navbar.vue
@@ -1,7 +1,7 @@
@@ -54,8 +54,7 @@ onBeforeUnmount(() => {
>
{{ t("login.titleSjtb") }}
-
+
@@ -70,7 +69,7 @@ onBeforeUnmount(() => {
-
+
修改密码
diff --git a/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/guoYuSheShiShuJuTianBaoForm.vue b/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/guoYuSheShiShuJuTianBaoForm.vue
index 1905869..c60967f 100644
--- a/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/guoYuSheShiShuJuTianBaoForm.vue
+++ b/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/guoYuSheShiShuJuTianBaoForm.vue
@@ -271,6 +271,7 @@
:multiple="false"
accept=".mp4"
:before-upload="beforeVideoUpload"
+ @preview="handleVideoPreview"
:disabled="isView"
:maxCount="5"
@remove="handleVideoRemove"
@@ -651,11 +652,8 @@ const handleVideoPreview = () => {
// 预览图片
const handleImagePreview = async (file: any) => {
- if (!props.isView) {
- return "";
- }
emit("preview-click", { picpthList: imageFileList.value }, "formImage", 0);
- return "";
+ return Promise.reject();
};
// 确认操作
const handleOk = async () => {
@@ -847,23 +845,6 @@ defineExpose({
padding: 0;
border: 1px solid #d9d9d9;
border-radius: 2px;
-
- /* 删除预览按钮 */
- .ant-upload-list-item-actions {
- a {
- display: none;
- }
- }
- }
-}
-.imgupload_hidden {
- :deep(.ant-upload-list-item) {
- /* 删除预览按钮 */
- .ant-upload-list-item-actions {
- a {
- display: block;
- }
- }
}
}
diff --git a/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/index.vue b/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/index.vue
index d87dfd9..739ff6f 100644
--- a/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/index.vue
+++ b/frontend/src/views/shuJuTianBao/guoYuSheShiShuJuTianBao/index.vue
@@ -311,7 +311,12 @@