|
|
@ -55,6 +55,7 @@ |
|
|
|
<span v-if="scope.row.userType == 0">{{ scope.row.userInfoName }}</span> |
|
|
|
<span v-if="scope.row.userType == 1">{{ scope.row.merchantName }}</span> |
|
|
|
<span v-if="scope.row.userType == 2">{{ scope.row.agentName }}</span> |
|
|
|
<span v-if="scope.row.userInfoName == null && scope.row.merchantName == null && scope.row.agentName == null ">------</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column :label="$t('business.supplementaryInfo.userAccount.accountCode')" align="center" prop="accountCode"/> |
|
|
|