上线系统配置功能

This commit is contained in:
zhangtao
2025-01-09 10:36:43 +08:00
parent 5aea8479d0
commit 4e15f2ad3d
39 changed files with 529 additions and 502 deletions
+3 -1
View File
@@ -74,6 +74,7 @@
:loading="loading"
:dataSource="cacheNames"
:pagination="false"
:scroll="{ y: 600 }"
rowKey="cache_name"
>
<a-table-column key="cache_name" title="缓存名称" align="center" :ellipsis="true">
@@ -109,6 +110,7 @@
:loading="subLoading"
:dataSource="cacheKeys.map(key => ({ cacheKey: key }))"
:pagination="false"
:scroll="{ y: 600 }"
rowKey="cacheKey"
>
<a-table-column key="cacheKey" title="缓存键名" align="center" :ellipsis="true">
@@ -147,7 +149,7 @@
<a-form-item label="缓存内容:" name="cache_value">
<a-textarea
v-model:value="cacheForm.cache_value"
:rows="8"
:rows="19"
readonly
/>
</a-form-item>