From 32d8af5475c0a3ce2c3a388f047232f8e9884314 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Tue, 28 Oct 2025 14:29:42 +0800 Subject: [PATCH] fix: lint --- .../bpm/processInstance/create/index.vue | 22 +++++++++---------- .../components/mobile/hot-zone/property.vue | 12 +++++++--- .../components/mobile/image-bar/property.vue | 7 ++++-- .../components/mobile/notice-bar/index.vue | 2 +- .../point/components/point-showcase.vue | 7 +++--- .../mall/promotion/rewardActivity/index.vue | 1 - 6 files changed, 30 insertions(+), 21 deletions(-) diff --git a/apps/web-antd/src/views/bpm/processInstance/create/index.vue b/apps/web-antd/src/views/bpm/processInstance/create/index.vue index c4cefbbfc..691cf0bbb 100644 --- a/apps/web-antd/src/views/bpm/processInstance/create/index.vue +++ b/apps/web-antd/src/views/bpm/processInstance/create/index.vue @@ -284,6 +284,17 @@ onMounted(() => { diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue index 4f4702812..835434341 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue @@ -4,7 +4,6 @@ import type { HotZoneProperty } from './config'; import { ref } from 'vue'; import { useVModel } from '@vueuse/core'; - import { Button, Form, FormItem, Typography } from 'ant-design-vue'; import UploadImg from '#/components/upload/image-upload.vue'; @@ -30,7 +29,12 @@ const handleOpenEditDialog = () => {