|
@@ -31,6 +31,7 @@
|
|
|
size="small"
|
|
|
:disabled="!canEdit"
|
|
|
round
|
|
|
+ plain
|
|
|
@click="updateCryptoConfigs()"
|
|
|
>保存</el-button
|
|
|
>
|
|
@@ -39,17 +40,17 @@
|
|
|
<div style="width: 643px; margin: 50px 0px 20px 0px">
|
|
|
<el-alert
|
|
|
title="配置被禁用旧版本API的学校ID列表"
|
|
|
- type="info"
|
|
|
+ type="warning"
|
|
|
show-icon
|
|
|
:closable="false"
|
|
|
- effect="dark"
|
|
|
>
|
|
|
注:多个值请逗号分隔!
|
|
|
<el-button
|
|
|
class="el-alert__closebtn"
|
|
|
- type="primary"
|
|
|
+ type="warning"
|
|
|
size="small"
|
|
|
round
|
|
|
+ plain
|
|
|
@click="updateDisabledRootOrgIds()"
|
|
|
>
|
|
|
保存</el-button
|
|
@@ -58,6 +59,7 @@
|
|
|
|
|
|
<el-input
|
|
|
v-model="disabledRootOrgIds"
|
|
|
+ style="margin-top: 5px"
|
|
|
type="textarea"
|
|
|
placeholder="示例:111,222,333"
|
|
|
maxlength="500"
|