feat: 管理端公账支付与确认、锁店遮罩及表单提交修复
新增公账账单/到账确认页与全局锁店组件;系统配置补公账参数面板; 统一弹窗 onConfirm 校验提交,并完善订单详情与门店相关交互。
This commit is contained in:
@@ -1,19 +1,71 @@
|
||||
<!doctype html>
|
||||
<html lang="zh">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="description" content="A Modern Back-end Management System" />
|
||||
<meta name="keywords" content="Vben Admin Vue3 Vite" />
|
||||
<meta name="author" content="Vben" />
|
||||
<!-- SEO:萧康云医管理后台品牌与说明 -->
|
||||
<meta
|
||||
name="description"
|
||||
content="萧康云医管理后台:诊所药店医联体 SaaS 运营中台,覆盖挂号引流、在线诊疗、订单财务、仓储备药、私域运营与古法煎药中心等业务管理。"
|
||||
/>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="萧康云医,管理后台,医联体SaaS,诊所管理,药店管理,在线诊疗,挂号引流,电子处方,财务对账"
|
||||
/>
|
||||
<meta name="author" content="萧康云医" />
|
||||
<meta name="application-name" content="萧康云医" />
|
||||
<meta name="theme-color" content="#4f6ef7" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0"
|
||||
/>
|
||||
<!-- 由 vite 注入 VITE_APP_TITLE 变量,在 .env 文件内配置 -->
|
||||
<title>%VITE_APP_TITLE%</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="canonical" href="https://admin.xiaokang88.com/" />
|
||||
<!-- 站点图标:浏览器标签 + iOS 主屏,与侧栏 logo 同源 -->
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" href="/img/logo.png" />
|
||||
<link rel="apple-touch-icon" href="/img/logo.png" />
|
||||
<!-- Open Graph:分享卡片展示品牌 Logo 与说明 -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="zh_CN" />
|
||||
<meta property="og:site_name" content="萧康云医" />
|
||||
<meta property="og:title" content="萧康云医管理后台" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="萧康云医管理后台:诊所药店医联体 SaaS 运营中台,覆盖挂号、诊疗、订单、财务与煎药中心等业务管理。"
|
||||
/>
|
||||
<meta property="og:url" content="https://admin.xiaokang88.com/" />
|
||||
<meta property="og:image" content="https://admin.xiaokang88.com/img/logo.png" />
|
||||
<meta property="og:image:alt" content="萧康云医 Logo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="萧康云医管理后台" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="萧康云医管理后台:诊所药店医联体 SaaS 运营中台。"
|
||||
/>
|
||||
<meta name="twitter:image" content="https://admin.xiaokang88.com/img/logo.png" />
|
||||
<!-- 结构化数据:搜索引擎识别组织与后台站点 -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebApplication",
|
||||
"name": "萧康云医管理后台",
|
||||
"applicationCategory": "BusinessApplication",
|
||||
"operatingSystem": "Web",
|
||||
"url": "https://admin.xiaokang88.com/",
|
||||
"description": "萧康云医管理后台:诊所药店医联体 SaaS 运营中台,覆盖挂号引流、在线诊疗、订单财务、仓储备药、私域运营与古法煎药中心等业务管理。",
|
||||
"image": "https://admin.xiaokang88.com/img/logo.png",
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "萧康云医",
|
||||
"url": "https://admin.xiaokang88.com/",
|
||||
"logo": "https://admin.xiaokang88.com/img/logo.png"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
// 生产环境下注入百度统计
|
||||
if (window._VBEN_ADMIN_PRO_APP_CONF_) {
|
||||
|
||||
Reference in New Issue
Block a user