增加:运营中心增加缴费记录

This commit is contained in:
wuhui_zzw 2024-07-09 17:02:28 +08:00
parent 90599a43dc
commit 9ca7000deb
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@
<el-table-column label="运营中心身份" min-width="200" align="center"> <el-table-column label="运营中心身份" min-width="200" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="user-content" v-if="scope.row.agent"> <div class="user-content" v-if="scope.row.agent">
{{ scope.row.agent.agent_type_text || '' }} {{ scope.row.agent.agent_type_text || '' }}<br />
{{ scope.row.agent.id ? 'ID' + scope.row.agent.id : '' }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>