feat: endpoint增加enabled
This commit is contained in:
@@ -1314,6 +1314,16 @@
|
|||||||
/* end--子弹框*/
|
/* end--子弹框*/
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
||||||
|
.right-box-add-endpoint {
|
||||||
|
.right-box-form>.el-form-item {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
.right-box-form-left.right-box-form .el-form-item .el-form-item__label {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.endpoint-asset-search .el-autocomplete>.el-input {
|
.endpoint-asset-search .el-autocomplete>.el-input {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,6 +112,10 @@
|
|||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<!--enable-->
|
||||||
|
<el-form-item :label="$t('config.account.enable')">
|
||||||
|
<el-switch v-model.number="editEndpoint.enabled" active-color="#ee9d3f" :active-value="1" :inactive-value="0"></el-switch>
|
||||||
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user