|
@@ -85,7 +85,7 @@
|
|
|
<el-table-column
|
|
|
prop="name"
|
|
|
label="用户名"
|
|
|
- sortable
|
|
|
+ sortable="custom"
|
|
|
min-width="132"
|
|
|
class-name="user-info">
|
|
|
<template slot-scope="scope">
|
|
@@ -114,19 +114,19 @@
|
|
|
<el-table-column
|
|
|
prop="email"
|
|
|
label="邮箱"
|
|
|
- sortable
|
|
|
+ sortable="custom"
|
|
|
min-width="223">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="phone"
|
|
|
label="手机号"
|
|
|
- sortable
|
|
|
+ sortable="custom"
|
|
|
width="160">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="register_time"
|
|
|
label="注册时间"
|
|
|
- sortable
|
|
|
+ sortable="custom"
|
|
|
width="144">
|
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.register_time?scope.row.register_time.substring(0,16):'-'}}
|
|
@@ -208,7 +208,7 @@
|
|
|
<el-table-column
|
|
|
prop="name"
|
|
|
label="用户名"
|
|
|
- sortable
|
|
|
+ sortable="custom"
|
|
|
min-width="132"
|
|
|
class-name="user-info">
|
|
|
<template slot-scope="scope">
|
|
@@ -229,19 +229,19 @@
|
|
|
<el-table-column
|
|
|
prop="email"
|
|
|
label="邮箱"
|
|
|
- sortable
|
|
|
+ sortable="custom"
|
|
|
min-width="223">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="phone"
|
|
|
label="手机号"
|
|
|
- sortable
|
|
|
+ sortable="custom"
|
|
|
width="160">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="apply_time"
|
|
|
label="申请时间"
|
|
|
- sortable
|
|
|
+ sortable="custom"
|
|
|
width="144">
|
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.apply_time?scope.row.apply_time.substring(0,16):'-'}}
|
|
@@ -250,7 +250,7 @@
|
|
|
<el-table-column
|
|
|
prop="audit_time"
|
|
|
label="审核时间"
|
|
|
- sortable
|
|
|
+ sortable="custom"
|
|
|
width="144">
|
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.audit_time?scope.row.audit_time.substring(0,16):'-'}}
|