mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 18:45:57 +08:00
代码更新
This commit is contained in:
parent
016e456857
commit
0a187ef9f4
@ -31,14 +31,9 @@
|
||||
<el-table-column label="邮箱" prop="email" :show-overflow-tooltip="true" />
|
||||
<el-table-column label="手机" prop="phonenumber" :show-overflow-tooltip="true" />
|
||||
<el-table-column label="状态" align="center" prop="status">
|
||||
<!-- <template slot-scope="scope"> -->
|
||||
<div slot="status" slot-scope="text, record">
|
||||
<a v-if="record.status == 1" style="color: #000000d9">待审核</a>
|
||||
<a v-if="record.status == 2" style="color: #000000d9">正常</a>
|
||||
<a v-if="record.status == 3" style="color: #f36e48">已驳回</a>
|
||||
<a v-if="record.status == 4" style="color: #000000d9">已禁用</a>
|
||||
</div>
|
||||
<!-- </template> -->
|
||||
<template slot-scope="scope">
|
||||
<dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="创建时间" align="center" prop="createTime" width="180">
|
||||
<template slot-scope="scope">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user