提交企业数据
parent
e85bbd1b5d
commit
911e35c2b9
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue