查看bug修复

main
liujun 2023-12-21 20:01:50 +08:00
parent d50e994526
commit 7e6487fe54
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@
<el-table-column prop="SUPERVISION_USER_NAME" label="安全监督部人员" width="150" /> <el-table-column prop="SUPERVISION_USER_NAME" label="安全监督部人员" width="150" />
<el-table-column prop="MANAGER_DEPARTMENT_NAME" label="主管部门" width="150" /> <el-table-column prop="MANAGER_DEPARTMENT_NAME" label="主管部门" width="150" />
<el-table-column prop="MANAGER_USER_NAME" label="主管部门人员" width="150" /> <el-table-column prop="MANAGER_USER_NAME" label="主管部门人员" width="150" />
<el-table-column prop="TERRITORIALITY_DEPARTMENT_NAME" label="属地管理部门" width="150" /> <el-table-column v-if="false" prop="TERRITORIALITY_DEPARTMENT_NAME" label="属地管理部门" width="150" />
<el-table-column prop="TERRITORIALITY_USER_NAME" label="属地管理部门人员" width="150" /> <el-table-column v-if="false" prop="TERRITORIALITY_USER_NAME" label="属地管理部门人员" width="150" />
<el-table-column prop="TRAIN_DATE" label="申请年份" > <el-table-column prop="TRAIN_DATE" label="申请年份" >
<template slot-scope="{row}"> <template slot-scope="{row}">
{{ new Date(row.CREATTIME).getFullYear() }} {{ new Date(row.CREATTIME).getFullYear() }}

View File

@ -35,7 +35,7 @@
<th>审核时间</th> <th>审核时间</th>
<td>{{ pd.MANAGER_TIME }}</td> <td>{{ pd.MANAGER_TIME }}</td>
</tr> </tr>
<tr> <tr v-if="pd.TERRITORIALITY_DEPARTMENT_NAME && pd.TERRITORIALITY_DEPARTMENT_NAME !== ''">
<th>属地管理部门</th> <th>属地管理部门</th>
<td>{{ pd.TERRITORIALITY_DEPARTMENT_NAME }}</td> <td>{{ pd.TERRITORIALITY_DEPARTMENT_NAME }}</td>
<th>审核人员</th> <th>审核人员</th>