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
@@ -89,10 +89,10 @@ layout("/layouts/platform.html"){
</el-col>
<el-col :span="12" v-if="formData.jf_source === '3'">
<el-form-item label="所属社团" prop="clubId">
<el-form-item label="所属协会" prop="clubId">
<el-select v-model="formData.clubId" @change="clubChange"
style="width: 100%"
placeholder="请选择所属社团">
placeholder="请选择所属协会">
<el-option
v-for="item in clubList"
:key="item.clubid"
@@ -331,7 +331,7 @@ layout("/layouts/platform.html"){
style="width: 100%">
<el-option label="分工会活动" value="1"></el-option>
<el-option label="校工会活动" value="2"></el-option>
<el-option label="协会(社团)活动" value="3"></el-option>
<el-option label="协会活动" value="3"></el-option>
</el-select>
</el-form-item>
</el-col>
@@ -703,7 +703,7 @@ layout("/layouts/platform.html"){
if ("${@shiro.hasRole('sysadmin')}" === 'true') {
this.jfSourceList.push({key: "1", name: "校工会"})
this.jfSourceList.push({key: "2", name: "分工会"})
this.jfSourceList.push({key: "3", name: "协会/社团"})
this.jfSourceList.push({key: "3", name: "协会/协会"})
} else {
if ("${@shiro.hasRole('A06')}" === 'true') {
this.jfSourceList.push({key: "1", name: "校工会"})
@@ -712,7 +712,7 @@ layout("/layouts/platform.html"){
this.jfSourceList.push({key: "2", name: "分工会"})
}
if ("${@shiro.hasRole('club01')}" === 'true') {
this.jfSourceList.push({key: "3", name: "协会/社团"})
this.jfSourceList.push({key: "3", name: "协会/协会"})
}
}
const id = getQueryVariable("id")
@@ -727,4 +727,4 @@ layout("/layouts/platform.html"){
<!--#
}
#-->
#-->