bug修复

cmt1.0
liujun 2023-12-12 16:27:18 +08:00
parent df4337b95a
commit b5edd17703
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<el-table-column label="操作" align="center" width="200"> <el-table-column label="操作" align="center" width="200">
<template slot-scope="{row}"> <template slot-scope="{row}">
<el-button icon="el-icon-view" size="mini" @click="goView(row.PROMISEPEOPLE_ID)"></el-button> <el-button icon="el-icon-view" size="mini" @click="goView(row.PROMISEPEOPLE_ID)"></el-button>
<el-button v-show="row.ISSIGN == 0" type="danger" icon="el-icon-delete" size="mini" @click="removeUnsignedPeopleDetail(row.PROMISEPEOPLE_ID)"></el-button> <el-button type="danger" icon="el-icon-delete" size="mini" @click="removeUnsignedPeopleDetail(row.PROMISEPEOPLE_ID)"></el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

View File

@ -37,7 +37,7 @@
<td>{{ pd.MANAGER_TIME }}</td> <td>{{ pd.MANAGER_TIME }}</td>
</tr> </tr>
<tr> <tr>
<th>管理部门</th> <th>集团单位</th>
<td>{{ pd.ERRITORIALITY_DEPT_NAME }}</td> <td>{{ pd.ERRITORIALITY_DEPT_NAME }}</td>
<th>审核人员</th> <th>审核人员</th>
<td>{{ pd.ERRITORIALITY_USER_NAME }}</td> <td>{{ pd.ERRITORIALITY_USER_NAME }}</td>