feat: 修复构建.

This commit is contained in:
lijiahangmax
2024-01-09 23:53:45 +08:00
parent 0bb7b5bc62
commit d78d2a2053
38 changed files with 121 additions and 73 deletions

View File

@@ -41,7 +41,6 @@
v-if="!isAddHandle"
class="password-switch"
type="round"
size="large"
checked-text="使用新密码"
unchecked-text="使用原密码" />
</a-form-item>

View File

@@ -1,7 +1,7 @@
<template>
<!-- 搜索 -->
<a-card class="general-card table-search-card">
<a-query-header :model="formModel"
<query-header :model="formModel"
label-align="left"
@submit="fetchTableData"
@reset="fetchTableData"
@@ -25,7 +25,7 @@
<a-form-item field="keyId" label="主机秘钥" label-col-flex="50px">
<host-key-selector v-model="formModel.keyId" allow-clear />
</a-form-item>
</a-query-header>
</query-header>
</a-card>
<!-- 表格 -->
<a-card class="general-card table-card">