feat:更新美食和旅游模块

This commit is contained in:
2026-02-09 23:16:19 +08:00
parent 45342fb55c
commit 1b8bd5a7e2
18 changed files with 179 additions and 41 deletions

View File

@@ -1,7 +1,8 @@
<template>
<div class="mobile-anniversary-detail common-mobile-view">
<el-form ref="formRef" :model="anniversaryStore.currentAnniversary"
:rules="rules" label-width="60px">
:rules="rules" label-position="top" label-width="60px"
class="form-item">
<el-form-item label="标题" prop="title">
<el-input v-model="anniversaryStore.currentAnniversary.title" autocomplete="off"
placeholder="请输入标题" clearable