提交企业数据

master
sikadi 2023-11-24 13:57:15 +08:00
parent e85bbd1b5d
commit 911e35c2b9
1 changed files with 9 additions and 7 deletions

View File

@ -36,13 +36,15 @@
<el-table-column label="企业权限" width="180">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.firmRight }}</span>
</template>
</el-table-column>
<el-table-column label="状态" width="180">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.firmStaus }}</span>
<span style="margin-left: 10px" v-if="scope.row.firmRight==1">
普通会员
</span>
<span style="margin-left: 10px" v-if="scope.row.firmRight==2">
铂金会员
</span>
<span style="margin-left: 10px" v-if="scope.row.firmRight==3">
黄金会员
</span>
</template>
</el-table-column>