Commit 0851365b7a498de74afbbab6074863b5884e95a0

Authored by 杨泽宇
1 parent 08883533

debug

src/views/event/category/index.vue
@@ -189,7 +189,7 @@ onMounted(() => { @@ -189,7 +189,7 @@ onMounted(() => {
189 189
190 <template> 190 <template>
191 <div class="page-container"> 191 <div class="page-container">
192 - <h1>公益分类</h1> 192 + <!-- <h1>公益分类</h1> -->
193 <el-row style="padding-bottom: 20px"> 193 <el-row style="padding-bottom: 20px">
194 <el-form :inline="true" label-width="70px"> 194 <el-form :inline="true" label-width="70px">
195 <el-form-item label="名称"> 195 <el-form-item label="名称">
@@ -203,7 +203,7 @@ onMounted(() =&gt; { @@ -203,7 +203,7 @@ onMounted(() =&gt; {
203 <el-form-item> 203 <el-form-item>
204 <el-button type="primary" @click="getList">查询</el-button> 204 <el-button type="primary" @click="getList">查询</el-button>
205 <el-button type="primary" @click="dialogFormVisible = true" 205 <el-button type="primary" @click="dialogFormVisible = true"
206 - >添加公益</el-button 206 + >添加活动类型</el-button
207 > 207 >
208 </el-form-item> 208 </el-form-item>
209 </el-form> 209 </el-form>
@@ -219,7 +219,7 @@ onMounted(() =&gt; { @@ -219,7 +219,7 @@ onMounted(() =&gt; {
219 <el-table-column prop="id" label="ID" align="center"></el-table-column> 219 <el-table-column prop="id" label="ID" align="center"></el-table-column>
220 <el-table-column 220 <el-table-column
221 prop="name" 221 prop="name"
222 - label="活动名称" 222 + label="活动类型"
223 align="center" 223 align="center"
224 ></el-table-column> 224 ></el-table-column>
225 <el-table-column prop="createTime" label="添加时间" align="center"> 225 <el-table-column prop="createTime" label="添加时间" align="center">
@@ -250,7 +250,7 @@ onMounted(() =&gt; { @@ -250,7 +250,7 @@ onMounted(() =&gt; {
250 250
251 <el-dialog 251 <el-dialog
252 v-model="dialogFormVisible" 252 v-model="dialogFormVisible"
253 - title="编辑公益" 253 + title="编辑活动类型"
254 @close="dialogClose" 254 @close="dialogClose"
255 > 255 >
256 <el-form 256 <el-form
@@ -259,10 +259,10 @@ onMounted(() =&gt; { @@ -259,10 +259,10 @@ onMounted(() =&gt; {
259 ref="ruleFormRef" 259 ref="ruleFormRef"
260 :rules="rules" 260 :rules="rules"
261 > 261 >
262 - <el-form-item label="公益名称" prop="name"> 262 + <el-form-item label="活动类型" prop="name">
263 <el-input 263 <el-input
264 v-model.trim="form.name" 264 v-model.trim="form.name"
265 - placeholder="请填写名称" 265 + placeholder="请填写活动类型"
266 autocomplete="off" 266 autocomplete="off"
267 maxlength="15" 267 maxlength="15"
268 ></el-input> 268 ></el-input>
src/views/event/feedback/index.vue
@@ -120,7 +120,7 @@ onMounted(() =&gt; { @@ -120,7 +120,7 @@ onMounted(() =&gt; {
120 120
121 <template> 121 <template>
122 <div class="page-container"> 122 <div class="page-container">
123 - <h1>活动评价</h1> 123 + <!-- <h1>活动评价</h1> -->
124 <el-row style="padding-bottom: 20px"> 124 <el-row style="padding-bottom: 20px">
125 <el-form :inline="true" label-width="70px"> 125 <el-form :inline="true" label-width="70px">
126 <el-form-item label="时间"> 126 <el-form-item label="时间">
src/views/event/handwork/index.vue
@@ -73,7 +73,7 @@ onMounted(() =&gt; { @@ -73,7 +73,7 @@ onMounted(() =&gt; {
73 73
74 <template> 74 <template>
75 <div class="page-container"> 75 <div class="page-container">
76 - <h1>手工活动</h1> 76 + <!-- <h1>手工活动</h1> -->
77 <el-row style="padding-bottom: 20px"> 77 <el-row style="padding-bottom: 20px">
78 <el-form :inline="true" label-width="70px"> 78 <el-form :inline="true" label-width="70px">
79 <el-form-item label="时间"> 79 <el-form-item label="时间">
@@ -114,7 +114,7 @@ onMounted(() =&gt; { @@ -114,7 +114,7 @@ onMounted(() =&gt; {
114 <el-form-item> 114 <el-form-item>
115 <el-button type="primary" @click="getList">查询</el-button> 115 <el-button type="primary" @click="getList">查询</el-button>
116 <el-button type="primary"> 116 <el-button type="primary">
117 - <router-link to="/event/handwork/edit">添加手工活动</router-link> 117 + <router-link to="/event/handwork/edit">添加活动</router-link>
118 </el-button> 118 </el-button>
119 </el-form-item> 119 </el-form-item>
120 </el-form> 120 </el-form>