This commit is contained in:
tangzh 2025-07-19 17:04:37 +08:00
parent e97bbdf635
commit a01da32d6d

View File

@ -41,20 +41,20 @@
</el-image> </el-image>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="phone" label="手机号码" /> <!-- <el-table-column prop="phone" label="手机号码" />-->
<el-table-column prop="status" label="状态"> <el-table-column prop="status" label="状态">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.status==1" style="color: #13ce66">正常</span> <span v-if="scope.row.status==1" style="color: #13ce66">正常</span>
<span v-else style="color: #ff6d6d">禁止</span> <span v-else style="color: #ff6d6d">禁止</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="sex" label="性别"> <!--<el-table-column prop="sex" label="性别">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.sex==0">未知</span> <span v-if="scope.row.sex==0">未知</span>
<span v-else-if="scope.row.sex==1"></span> <span v-else-if="scope.row.sex==1"></span>
<span v-else></span> <span v-else></span>
</template> </template>
</el-table-column> </el-table-column>-->
<el-table-column prop="createTime" label="创建时间" /> <el-table-column prop="createTime" label="创建时间" />
<el-table-column v-if="checkPer(['admin','busUser:edit','busUser:del'])" label="操作" width="150px" align="center"> <el-table-column v-if="checkPer(['admin','busUser:edit','busUser:del'])" label="操作" width="150px" align="center">
<template slot-scope="scope"> <template slot-scope="scope">