📝 修改密钥.
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
options: [{ value: 'table', label: '表格' }, { value: 'card', label: '卡片' }]
|
||||
},
|
||||
{
|
||||
name: '主机秘钥',
|
||||
name: '主机密钥',
|
||||
key: 'hostKeyView',
|
||||
type: 'radio-group',
|
||||
margin: '0 0 4px 0',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<a-select v-model:model-value="value"
|
||||
:options="optionData"
|
||||
:loading="loading"
|
||||
placeholder="请选择主机秘钥"
|
||||
placeholder="请选择主机密钥"
|
||||
allow-clear />
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user