fix: 隐藏授权客户元素

ysnc
程 明锐 2026-01-07 21:33:41 +08:00
parent dec10895b1
commit d27644ec4b
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@media screen and(-ms-high-contrast:active), @media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) { (-ms-high-contrast:none) {
.el-table__header, .el-table__header,
.el-table__body { .el-table__body {

View File

@ -1,10 +1,10 @@
<template> <template>
<a-card class="license-card"> <a-card class="license-card">
<h1 class="title">关于系统</h1> <h1 class="title">关于系统</h1>
<p> <!-- <p>
<span class="left">授权客户</span> <span class="left">授权客户</span>
<span class="right">{{ certData.project }}</span> <span class="right">{{ certData.project }}</span>
</p> </p> -->
<p> <p>
<span class="left">平台版本</span> <span class="left">平台版本</span>
<span class="right">{{ certStatusFilter(certData.catalog) }}</span> <span class="right">{{ certStatusFilter(certData.catalog) }}</span>

View File

@ -2,9 +2,12 @@
"extends": "@vue/tsconfig/tsconfig.web.json", "extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"], "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": { "compilerOptions": {
"target": "es2020",
"lib": ["es2020", "dom", "dom.iterable", "esnext"],
"baseUrl": ".", "baseUrl": ".",
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"outDir": "dist",
"paths": { "paths": {
"@/*": ["./src/*"], "@/*": ["./src/*"],
"services/*": ["src/services/*"], "services/*": ["src/services/*"],