Commit 0851365b7a498de74afbbab6074863b5884e95a0

Authored by 杨泽宇
1 parent 08883533

debug

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