📝 修改密钥.

This commit is contained in:
lijiahang
2024-05-17 12:26:01 +08:00
parent c85ab97cc5
commit a9dd8f2f36
75 changed files with 163 additions and 163 deletions

View File

@@ -123,7 +123,7 @@
options: [{ value: 'table', label: '表格' }, { value: 'card', label: '卡片' }]
},
{
name: '主机钥',
name: '主机钥',
key: 'hostKeyView',
type: 'radio-group',
margin: '0 0 4px 0',

View File

@@ -2,7 +2,7 @@
<a-select v-model:model-value="value"
:options="optionData"
:loading="loading"
placeholder="请选择主机钥"
placeholder="请选择主机钥"
allow-clear />
</template>