This commit is contained in:
Paidax
2024-12-19 08:51:46 +08:00
parent 3b4c3e1552
commit 3e4ed35a7c
96 changed files with 317 additions and 317 deletions
@@ -100,7 +100,7 @@ layout("/mobile/platform.html"){
<!--top栏-->
<van-nav-bar
title="社团审核"
title="协会审核"
left-arrow
placeholder
fixed
@@ -157,7 +157,7 @@ layout("/mobile/platform.html"){
<div style="margin-top: 10px">
<van-row>
<van-col span="24">
<span style="color: grey">社团名称:</span>
<span style="color: grey">协会名称:</span>
<span>{{o.clubname}}</span>
</van-col>
</van-row>
@@ -363,7 +363,7 @@ layout("/mobile/platform.html"){
data.forEach(item => {
this.clubOptions.push({text: item.name, value: item.id})
})
this.clubOptions.unshift({text: '全部社团'})
this.clubOptions.unshift({text: '全部协会'})
const userType = await getDictOptions('UserType')
userType.forEach(item => {
this.userTypeOptions.push({text: item.name, value: item.code})
@@ -142,7 +142,7 @@ layout("/mobile/platform.html"){
<!--top栏-->
<van-nav-bar
title="加入社团"
title="加入协会"
left-arrow
placeholder
fixed
@@ -157,7 +157,7 @@ layout("/mobile/platform.html"){
shape="round"
maxlength="10"
@search="doSearch"
placeholder="请输入社团名称进行查询"
placeholder="请输入协会名称进行查询"
>
</van-search>
@@ -188,8 +188,8 @@ layout("/mobile/platform.html"){
<div style="color: grey">{{o.location}}</div>
</div>
<div style="color: #1867b0; white-space: nowrap;">
<span v-if="o.status==1">社团审核</span>
<span v-if="o.status==2" style="color: red">社团拒绝</span>
<span v-if="o.status==1">协会审核</span>
<span v-if="o.status==2" style="color: red">协会拒绝</span>
<span v-if="o.status==3">待校工会审核</span>
<span v-if="o.status==4" style="color: red">校工会拒绝</span>
<span v-if="o.status==5" style="color: green">审核通过</span>
@@ -258,7 +258,7 @@ layout("/mobile/platform.html"){
基础信息
</div>
<div class="van-card-body">
<van-cell title="社团名称">{{ detailData.name }}</van-cell>
<van-cell title="协会名称">{{ detailData.name }}</van-cell>
<van-cell title="成立时间">{{ detailData.foundtime }}</van-cell>
<van-cell title="报名联系人">{{ detailData.fzrname }}</van-cell>
<van-cell title="所属单位">{{ detailData.fzr_unit_name }}</van-cell>
@@ -105,7 +105,7 @@ layout("/mobile/platform.html"){
<van-search
@search="doSearch"
maxlength="10"
placeholder="请输入社团名称进行查询"
placeholder="请输入协会名称进行查询"
shape="round"
v-model="pageForm.searchKeyword"
>
@@ -137,8 +137,8 @@ layout("/mobile/platform.html"){
<div style="color: grey">{{o.location}}</div>
</div>
<!--<div style="color: #1867b0; white-space: nowrap;">
<span v-if="o.status==1">待社团审核</span>
<span v-if="o.status==2" style="color: red">社团拒绝</span>
<span v-if="o.status==1">待协会审核</span>
<span v-if="o.status==2" style="color: red">协会拒绝</span>
<span v-if="o.status==3">待校工会审核</span>
<span v-if="o.status==4" style="color: red">校工会拒绝</span>
<span v-if="o.status==5" style="color: green">审核通过</span>