|
@@ -58,7 +58,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
<div v-if="scope.row.tenantName">企业名称:{{ scope.row.tenantName }}</div>
|
|
|
- <div v-if="scope.row.tenantType">企业类型:{{ scope.row.tenantType }}</div>
|
|
|
+ <div v-if="scope.row.tenantType == 0 || scope.row.tenantType">企业类型:{{ getTenantName(scope.row.tenantType) }}</div>
|
|
|
<div v-if="scope.row.tenantAddress">企业地址: {{ scope.row.tenantAddress }}</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -95,7 +95,7 @@
|
|
|
type="text"
|
|
|
icon="iconfont icon-tuikuan"
|
|
|
@click="refund(scope.row)"
|
|
|
- >退款</el-button>
|
|
|
+ > 退款</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|