补充修复
This commit is contained in:
@@ -47,8 +47,8 @@ export default {
|
||||
{label: "用户账号", prop: "phone"},
|
||||
{label: "企业注册数量", prop: ""},
|
||||
{label: "认证状态", prop: ""},
|
||||
{label: "注册时间", prop: ""},
|
||||
{label: "账号状态", prop: ""},
|
||||
{label: "注册时间", prop: "createTime"},
|
||||
{label: "账号状态", prop: "status",dict},
|
||||
{slot: "options"}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ export default {
|
||||
methods: {
|
||||
getTableData() {
|
||||
this.instance.post("/appportaluserenterprise/list", null, {
|
||||
params: {...this.page, ...this.search}
|
||||
params: {...this.page, ...this.search, enterpriseStatus: 0}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.tableData = res.data?.records
|
||||
|
||||
Reference in New Issue
Block a user