quick-admin-vue3-core
Version:
以快(计算机执行效率、开发效率)为核心的后台管理系统开发模板
164 lines (163 loc) • 5.09 kB
JavaScript
import { defineComponent as d, reactive as s, resolveComponent as r, createBlock as m, openBlock as _, withCtx as l, createVNode as e, createTextVNode as a } from "vue";
import { S as x } from "./SectionForm-DWafmnWV.js";
import { _ as y } from "./_plugin-vue_export-helper-CHgC5LLL.js";
const f = /* @__PURE__ */ d({
name: "CommonCenterUserDetailAuthInfo",
__name: "index",
setup(g) {
const n = [
{ prop: "auth_info", title: "认证信息", type: "slot" },
{
prop: "real_name_auth",
title: "实名认证",
fields: [
{ prop: "zsxm", label: "真实姓名" },
{
tpl: "T_Identity",
prop: "sfzh",
label: "身份证号/通信证号",
quickAttrs: {}
},
{ prop: "hjcs", label: "户籍城市", type: "cascader" }
]
},
{
prop: "education_auth",
title: "学历认证",
fields: [
{ prop: "xxmc", label: "学校名称" },
{ prop: "xlzsjb", label: "学历证书级别" },
{ prop: "zdlx", label: "在读类型", type: "select" },
{ prop: "xxjb", label: "学校级别", type: "select" },
{ prop: "rlxsd", label: "人脸相似度", type: "input-number" }
]
},
{
prop: "company_auth",
title: "公司认证",
fields: [
{ prop: "gsmc", label: "公司名称" },
{ prop: "jc", label: "简称" },
{ prop: "yxrz", label: "邮箱认证" }
]
},
{ prop: "education_auth_list", title: "学历认证记录", type: "slot" },
{ prop: "company_auth_list", title: "公司认证记录", type: "slot" }
], c = [
{ prop: "gsmc", label: "公司名称" },
{ prop: "gsjc", label: "公司简称" },
{ prop: "gslx", label: "公司类型" },
{ prop: "rzfs", label: "认证方式" },
{ prop: "yx", label: "邮箱" },
{ tpl: "T_BaseImg", prop: "rztp", label: "认证图片", minWidth: 114 },
{ prop: "tjsj", label: "提交时间" },
{ prop: "tgsj", label: "通过时间" },
{ prop: "rzzt", label: "认证状态", type: "BaseTag" },
{ prop: "czr", label: "操作人" }
], i = [
{ prop: "xxmc", label: "学校名称" },
{ prop: "xxlx", label: "学校类型" },
{ prop: "xl", label: "学历" },
{ prop: "sfzd", label: "是否在读" },
{ prop: "rzlx", label: "认证类型" },
{ prop: "zsbh", label: "证书编号" },
{ prop: "tjsj", label: "提交时间" },
{ prop: "tgsj", label: "通过时间" },
{ prop: "rzzt", label: "认证状态" },
{ prop: "sbyy", label: "失败原因" },
{ prop: "czr", label: "操作人" }
], u = s([{ gsmc: "xxx科技公司", rzzt: 1 }]), b = s([]);
return (z, t) => {
const p = r("el-tag"), o = r("BaseTable");
return _(), m(x, {
styleType: "cell",
pureText: "",
sections: n
}, {
"head-right-auth_info": l(() => [
e(p, {
type: "success",
class: "tag mr-a"
}, {
default: l(() => t[0] || (t[0] = [
a("已完善资料")
])),
_: 1
})
]),
"head-right-real_name_auth": l(() => [
e(p, {
class: "tag",
type: "success"
}, {
default: l(() => t[1] || (t[1] = [
a("已认证")
])),
_: 1
}),
e(p, { class: "tag mr-a" }, {
default: l(() => t[2] || (t[2] = [
a("后台认证")
])),
_: 1
})
]),
"head-right-education_auth": l(() => [
e(p, {
type: "success",
class: "tag"
}, {
default: l(() => t[3] || (t[3] = [
a("已认证")
])),
_: 1
}),
e(p, { class: "tag mr-a" }, {
default: l(() => t[4] || (t[4] = [
a("取消认证")
])),
_: 1
})
]),
"head-right-education_auth_list": l(() => [
e(p, {
type: "success",
class: "tag mr-a"
}, {
default: l(() => t[5] || (t[5] = [
a("已完善资料")
])),
_: 1
})
]),
education_auth_list: l(() => [
e(o, {
cols: c,
data: u
}, null, 8, ["data"])
]),
"head-right-company_auth_list": l(() => [
e(p, {
type: "success",
class: "tag mr-a"
}, {
default: l(() => t[6] || (t[6] = [
a("已完善资料")
])),
_: 1
})
]),
company_auth_list: l(() => [
e(o, {
cols: i,
data: b
}, null, 8, ["data"])
]),
_: 1
});
};
}
}), C = /* @__PURE__ */ y(f, [["__scopeId", "data-v-b71afcbc"]]);
export {
C as default
};