申请材料模板
`);
_push(ssrRenderComponent(_component_a_tabs, null, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(ssrRenderComponent(_component_a_tab_pane, {
key: "enterprise",
tab: "企业会员模板"
}, {
default: withCtx((_2, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`
📄企业会员入会申请表(盖章)`);
_push3(ssrRenderComponent(_component_a_button, {
size: "small",
type: "primary"
}, {
default: withCtx((_3, _push4, _parent4, _scopeId3) => {
if (_push4) {
_push4(`下载模板`);
} else {
return [
createTextVNode("下载模板")
];
}
}),
_: 1
}, _parent3, _scopeId2));
_push3(`
所需材料:营业执照副本、法人身份证、单位简介
`);
} else {
return [
createVNode("div", { class: "template-list" }, [
createVNode("div", { class: "template-item" }, [
createVNode("span", { class: "template-icon" }, "📄"),
createVNode("span", { class: "template-name" }, "企业会员入会申请表(盖章)"),
createVNode(_component_a_button, {
size: "small",
type: "primary"
}, {
default: withCtx(() => [
createTextVNode("下载模板")
]),
_: 1
})
]),
createVNode("div", { class: "template-desc" }, "所需材料:营业执照副本、法人身份证、单位简介")
])
];
}
}),
_: 1
}, _parent2, _scopeId));
_push2(ssrRenderComponent(_component_a_tab_pane, {
key: "personal",
tab: "个人会员模板"
}, {
default: withCtx((_2, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`
📄个人会员入会申请表(签字)`);
_push3(ssrRenderComponent(_component_a_button, {
size: "small",
type: "primary"
}, {
default: withCtx((_3, _push4, _parent4, _scopeId3) => {
if (_push4) {
_push4(`下载模板`);
} else {
return [
createTextVNode("下载模板")
];
}
}),
_: 1
}, _parent3, _scopeId2));
_push3(`
所需材料:个人简介、职称证书/学历证书、身份证、研究成果或获奖证明
`);
} else {
return [
createVNode("div", { class: "template-list" }, [
createVNode("div", { class: "template-item" }, [
createVNode("span", { class: "template-icon" }, "📄"),
createVNode("span", { class: "template-name" }, "个人会员入会申请表(签字)"),
createVNode(_component_a_button, {
size: "small",
type: "primary"
}, {
default: withCtx(() => [
createTextVNode("下载模板")
]),
_: 1
})
]),
createVNode("div", { class: "template-desc" }, "所需材料:个人简介、职称证书/学历证书、身份证、研究成果或获奖证明")
])
];
}
}),
_: 1
}, _parent2, _scopeId));
} else {
return [
createVNode(_component_a_tab_pane, {
key: "enterprise",
tab: "企业会员模板"
}, {
default: withCtx(() => [
createVNode("div", { class: "template-list" }, [
createVNode("div", { class: "template-item" }, [
createVNode("span", { class: "template-icon" }, "📄"),
createVNode("span", { class: "template-name" }, "企业会员入会申请表(盖章)"),
createVNode(_component_a_button, {
size: "small",
type: "primary"
}, {
default: withCtx(() => [
createTextVNode("下载模板")
]),
_: 1
})
]),
createVNode("div", { class: "template-desc" }, "所需材料:营业执照副本、法人身份证、单位简介")
])
]),
_: 1
}),
createVNode(_component_a_tab_pane, {
key: "personal",
tab: "个人会员模板"
}, {
default: withCtx(() => [
createVNode("div", { class: "template-list" }, [
createVNode("div", { class: "template-item" }, [
createVNode("span", { class: "template-icon" }, "📄"),
createVNode("span", { class: "template-name" }, "个人会员入会申请表(签字)"),
createVNode(_component_a_button, {
size: "small",
type: "primary"
}, {
default: withCtx(() => [
createTextVNode("下载模板")
]),
_: 1
})
]),
createVNode("div", { class: "template-desc" }, "所需材料:个人简介、职称证书/学历证书、身份证、研究成果或获奖证明")
])
]),
_: 1
})
];
}
}),
_: 1
}, _parent));
_push(`
`);
_push(ssrRenderComponent(_component_a_table, {
columns,
"data-source": unref(recentApplications),
"row-key": "id",
pagination: false,
size: "middle"
}, {
bodyCell: withCtx(({ column, record }, _push2, _parent2, _scopeId) => {
if (_push2) {
if (column.key === "type") {
_push2(ssrRenderComponent(_component_a_tag, {
color: record.type === "enterprise" ? "blue" : "green"
}, {
default: withCtx((_, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`${ssrInterpolate(record.type === "enterprise" ? "企业" : "个人")}`);
} else {
return [
createTextVNode(toDisplayString(record.type === "enterprise" ? "企业" : "个人"), 1)
];
}
}),
_: 2
}, _parent2, _scopeId));
} else {
_push2(``);
}
if (column.key === "status") {
_push2(ssrRenderComponent(_component_a_tag, {
color: record.status === "pending" ? "orange" : record.status === "approved" ? "green" : "red"
}, {
default: withCtx((_, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`${ssrInterpolate(record.status === "pending" ? "待审核" : record.status === "approved" ? "已通过" : "已拒绝")}`);
} else {
return [
createTextVNode(toDisplayString(record.status === "pending" ? "待审核" : record.status === "approved" ? "已通过" : "已拒绝"), 1)
];
}
}),
_: 2
}, _parent2, _scopeId));
} else {
_push2(``);
}
if (column.key === "action") {
_push2(ssrRenderComponent(_component_a_button, {
size: "small",
onClick: ($event) => ("navigateTo" in _ctx ? _ctx.navigateTo : unref(navigateTo))("/admin/members/review")
}, {
default: withCtx((_, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`审核`);
} else {
return [
createTextVNode("审核")
];
}
}),
_: 2
}, _parent2, _scopeId));
} else {
_push2(``);
}
} else {
return [
column.key === "type" ? (openBlock(), createBlock(_component_a_tag, {
key: 0,
color: record.type === "enterprise" ? "blue" : "green"
}, {
default: withCtx(() => [
createTextVNode(toDisplayString(record.type === "enterprise" ? "企业" : "个人"), 1)
]),
_: 2
}, 1032, ["color"])) : createCommentVNode("", true),
column.key === "status" ? (openBlock(), createBlock(_component_a_tag, {
key: 1,
color: record.status === "pending" ? "orange" : record.status === "approved" ? "green" : "red"
}, {
default: withCtx(() => [
createTextVNode(toDisplayString(record.status === "pending" ? "待审核" : record.status === "approved" ? "已通过" : "已拒绝"), 1)
]),
_: 2
}, 1032, ["color"])) : createCommentVNode("", true),
column.key === "action" ? (openBlock(), createBlock(_component_a_button, {
key: 2,
size: "small",
onClick: ($event) => ("navigateTo" in _ctx ? _ctx.navigateTo : unref(navigateTo))("/admin/members/review")
}, {
default: withCtx(() => [
createTextVNode("审核")
]),
_: 1
}, 8, ["onClick"])) : createCommentVNode("", true)
];
}
}),
_: 1
}, _parent));
_push(`