增加:运营中心增加缴费记录
This commit is contained in:
parent
90599a43dc
commit
9ca7000deb
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue