mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
优化交互
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<el-form-item class="gen-key">
|
<el-form-item class="gen-key">
|
||||||
<el-button type="text" @click="onGenKeysPlatform">重新生成</el-button>
|
<el-button type="text" @click="onGenKeysPlatform">重新生成</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item prop="publicKeyPlatform" :label="selfLabel('平台公钥')">
|
<el-form-item prop="publicKeyPlatform" label="平台公钥">
|
||||||
<el-input v-model="isvKeysFormData.publicKeyPlatform" type="textarea" />
|
<el-input v-model="isvKeysFormData.publicKeyPlatform" type="textarea" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item prop="privateKeyPlatform" label="平台私钥">
|
<el-form-item prop="privateKeyPlatform" label="平台私钥">
|
||||||
|
Reference in New Issue
Block a user