1
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="学院" prop="xy">
|
||||
<el-select v-model="dataForm.xy" filterable clearable placeholder="请选择学院">
|
||||
<el-form-item label="学院" prop="deptCode">
|
||||
<el-select v-model="dataForm.deptCode" filterable clearable placeholder="请选择学院">
|
||||
<el-option
|
||||
v-for="item in deptList"
|
||||
:key="item.deptCode"
|
||||
@@ -332,7 +332,7 @@
|
||||
@click="handleUpdate(scope.row.id,scope.row.groupId,scope.row.feeAgency)">退学
|
||||
</el-button>
|
||||
<el-button v-if="permissions.recruit_recruitstudentsignup_change && scope.row.auditStatus=='20' "
|
||||
type="text" size="small" icon="iconfont iconbanjiguanli1" @click="majorChange(scope.row.id)">
|
||||
type="text" size="small" @click="majorChange(scope.row.id)">
|
||||
调整专业
|
||||
</el-button>
|
||||
<el-button
|
||||
@@ -340,10 +340,10 @@
|
||||
type="text" icon="el-icon-tickets" size="small" plain @click="showPayCode(scope.row)">支付二维码
|
||||
</el-button>
|
||||
<!-- <el-button v-if="permissions.recruit_recruitstudentsignup_show && scope.row.pushed=='1' && scope.row.paiedOffline=='0' && scope.row.auditStatus=='20'" type="text" icon="el-icon-check" size="small" @click="delayPayTimeSet(scope.row)">延迟收费</el-button>-->
|
||||
<el-button
|
||||
v-if="permissions.recruit_recruitstudentsignup_rePush && scope.row.pushed=='0' && scope.row.auditStatus=='20'"
|
||||
type="text" icon="el-icon-check" size="small" plain @click="handleRePush(scope.row)">重新推送
|
||||
</el-button>
|
||||
<!-- <el-button-->
|
||||
<!-- v-if="permissions.recruit_recruitstudentsignup_rePush && scope.row.pushed=='0' && scope.row.auditStatus=='20'"-->
|
||||
<!-- type="text" icon="el-icon-check" size="small" plain @click="handleRePush(scope.row)">重新推送-->
|
||||
<!-- </el-button>-->
|
||||
|
||||
<el-button
|
||||
v-if="permissions.recruit_recruitstudentsignup_show && ((scope.row.degreeOfEducation=='1'&& scope.row.isOut=='1' && scope.row.auditStatus=='20')
|
||||
@@ -357,9 +357,9 @@
|
||||
v-if="permissions.recruit_recruitstudentsignup_show && scope.row.paiedOffline!='0' && scope.row.auditStatus=='20'"
|
||||
type="text" icon="el-icon-check" size="small" plain @click="infoTable(scope.row)">信息表
|
||||
</el-button>
|
||||
<el-button v-if="permissions.recruit_recruitstudentsignup_push && scope.row.auditStatus=='20'" type="text"
|
||||
icon="el-icon-upload" size="small" plain @click="handlePushCity(scope.row.id)">推送市局
|
||||
</el-button>
|
||||
<!-- <el-button v-if="permissions.recruit_recruitstudentsignup_push && scope.row.auditStatus=='20'" type="text"-->
|
||||
<!-- icon="el-icon-upload" size="small" plain @click="handlePushCity(scope.row.id)">推送市局-->
|
||||
<!-- </el-button>-->
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
@@ -442,7 +442,7 @@
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column
|
||||
prop="xy"
|
||||
prop="deptCode"
|
||||
header-align="center"
|
||||
align="center"
|
||||
width="120"
|
||||
@@ -450,7 +450,7 @@
|
||||
|
||||
<template #default="scope">
|
||||
<span v-if="scope.row.auditStatus==20">
|
||||
{{ getLabelValueByProps(deptList, scope.row.xy, { key: 'deptCode', value: 'deptName' }) }}
|
||||
{{ getLabelValueByProps(deptList, scope.row.deptCode, { key: 'deptCode', value: 'deptName' }) }}
|
||||
</span> <br/>
|
||||
<span v-if="scope.row.auditStatus==20">
|
||||
({{scope.row.auditorName}})
|
||||
@@ -592,7 +592,7 @@ const showSearch = ref(true)
|
||||
const dataForm = reactive({
|
||||
zlsh: '',
|
||||
groupId: '',
|
||||
xy: '',
|
||||
deptCode: '',
|
||||
confirmedMajor: '',
|
||||
degreeOfEducation: '',
|
||||
isAccommodation: '',
|
||||
|
||||
Reference in New Issue
Block a user