补充修复

This commit is contained in:
aixianling
2022-02-25 13:50:14 +08:00
parent f71db402d3
commit 85b51faa89
2 changed files with 3 additions and 3 deletions

View File

@@ -47,8 +47,8 @@ export default {
{label: "用户账号", prop: "phone"}, {label: "用户账号", prop: "phone"},
{label: "企业注册数量", prop: ""}, {label: "企业注册数量", prop: ""},
{label: "认证状态", prop: ""}, {label: "认证状态", prop: ""},
{label: "注册时间", prop: ""}, {label: "注册时间", prop: "createTime"},
{label: "账号状态", prop: ""}, {label: "账号状态", prop: "status",dict},
{slot: "options"} {slot: "options"}
] ]
} }

View File

@@ -63,7 +63,7 @@ export default {
methods: { methods: {
getTableData() { getTableData() {
this.instance.post("/appportaluserenterprise/list", null, { this.instance.post("/appportaluserenterprise/list", null, {
params: {...this.page, ...this.search} params: {...this.page, ...this.search, enterpriseStatus: 0}
}).then(res => { }).then(res => {
if (res?.data) { if (res?.data) {
this.tableData = res.data?.records this.tableData = res.data?.records