mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +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="email" :show-overflow-tooltip="true" />
|
||||||
<el-table-column label="手机" prop="phonenumber" :show-overflow-tooltip="true" />
|
<el-table-column label="手机" prop="phonenumber" :show-overflow-tooltip="true" />
|
||||||
<el-table-column label="状态" align="center" prop="status">
|
<el-table-column label="状态" align="center" prop="status">
|
||||||
<!-- <template slot-scope="scope"> -->
|
<template slot-scope="scope">
|
||||||
<div slot="status" slot-scope="text, record">
|
<dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status"/>
|
||||||
<a v-if="record.status == 1" style="color: #000000d9">待审核</a>
|
</template>
|
||||||
<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> -->
|
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="创建时间" align="center" prop="createTime" width="180">
|
<el-table-column label="创建时间" align="center" prop="createTime" width="180">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user