diff --git a/src/assets/images/address.png b/src/assets/images/address.png new file mode 100644 index 0000000..1d5364f Binary files /dev/null and b/src/assets/images/address.png differ diff --git a/src/assets/images/bgm.png b/src/assets/images/bgm.png new file mode 100644 index 0000000..9e284ee Binary files /dev/null and b/src/assets/images/bgm.png differ diff --git a/src/components/note/index.vue b/src/components/note/index.vue new file mode 100644 index 0000000..a255db5 --- /dev/null +++ b/src/components/note/index.vue @@ -0,0 +1,120 @@ + + + + diff --git a/src/views/manage/activity/index.vue b/src/views/manage/activity/index.vue index 58b05dc..03eeb56 100644 --- a/src/views/manage/activity/index.vue +++ b/src/views/manage/activity/index.vue @@ -575,8 +575,9 @@ const submitForm = () => { /** 删除按钮操作 */ const handleDelete = async (row?: ActivityVO) => { - const _ids = row?.activityName || ids.value; - await proxy?.$modal.confirm('是否确认删除活动信息编号为"' + _ids + '"的数据项?').finally(() => (loading.value = false)); + const _ids = row?.id || ids.value; + const _idsname = row?.activityName || ids.value; + await proxy?.$modal.confirm('是否确认删除活动信息编号为"' + _idsname + '"的数据项?').finally(() => (loading.value = false)); await delActivity(_ids); proxy?.$modal.msgSuccess('删除成功'); await getList(); diff --git a/src/views/manage/noteManage/index.vue b/src/views/manage/noteManage/index.vue index 13b4f1a..1f2d0b1 100644 --- a/src/views/manage/noteManage/index.vue +++ b/src/views/manage/noteManage/index.vue @@ -156,11 +156,8 @@ - -
{{ form.title }}
-
{{ formatTag(form.tagId) }}
-
{{ formatlocation(form.location) }}
-
+ +