|
@@ -17,12 +17,12 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="right">
|
|
|
- <el-button type="primary">全部导出</el-button>
|
|
|
+ <!-- <el-button type="primary">全部导出</el-button>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
>
|
|
|
导出
|
|
|
- </el-button>
|
|
|
+ </el-button> -->
|
|
|
|
|
|
<!-- <el-button
|
|
|
type="primary"
|
|
@@ -135,7 +135,7 @@
|
|
|
<el-table-column prop="tenantType" label="客户类型" min-width="80px">
|
|
|
<template #default="scope">
|
|
|
<span>
|
|
|
- {{ scope.row.tenantType === '0' ? '使用租户' : '正式租户' }}
|
|
|
+ {{ scope.row.tenantType === '0' ? '试用租户' : '正式租户' }}
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|