查看bug修复

main
liujun 2023-12-21 19:55:07 +08:00
parent 25b9ee7959
commit f120b93b80
3 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
title="培训申请"
width="60%">
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-row>
<el-row v-if="false">
<el-col :span="12">
<el-form-item
prop="TERRITORIALITY"

View File

@ -139,7 +139,8 @@ export default {
{
KEYWORDS: this.KEYWORDS,
STATUS: '2',
EMPLOY_FLAG: '1'
EMPLOY_FLAG: '1',
UN_STUDY_STATUS: '2'
}
).then((data) => {
this.listLoading = false

View File

@ -36,7 +36,7 @@
<th>审核时间</th>
<td>{{ pd.MANAGER_TIME }}</td>
</tr>
<tr>
<tr v-if="pd.TERRITORIALITY_DEPARTMENT_NAME && pd.TERRITORIALITY_DEPARTMENT_NAME !== ''">
<th>集团单位</th>
<td>{{ pd.TERRITORIALITY_DEPARTMENT_NAME }}</td>
<th>审核人员</th>