mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-18 23:07:41 +00:00
perf: Licese
This commit is contained in:
parent
082ecb15f7
commit
bdb5c83814
@ -12,12 +12,11 @@
|
|||||||
<MissionSummery class="mission-summery" />
|
<MissionSummery class="mission-summery" />
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
<el-col :span="14" :xs="24">
|
<el-col v-if="$store.getters.hasValidLicense" :span="14" :xs="24">
|
||||||
<AccountSecretSummary class="account-secret-summary" />
|
<AccountSecretSummary class="account-secret-summary" />
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="10" :xs="24">
|
<el-col :span="$store.getters.hasValidLicense ? 10: 24" :xs="24">
|
||||||
<RiskSummary class="risk-summary" />
|
<RiskSummary class="risk-summary" />
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
Loading…
Reference in New Issue
Block a user