协会
This commit is contained in:
@@ -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"){
|
||||
|
||||
<!--#
|
||||
}
|
||||
#-->
|
||||
#-->
|
||||
|
||||
Reference in New Issue
Block a user