|
@@ -142,6 +142,7 @@ const rules = computed<FormRules<DevParamsForm>>(() => {
|
|
<span>{{ payload.title }}</span>
|
|
<span>{{ payload.title }}</span>
|
|
</template>
|
|
</template>
|
|
</ASegmented>
|
|
</ASegmented>
|
|
|
|
+ <AButton class="ai-advanced-submit" type="primary">{{ $t('common.submit') }}</AButton>
|
|
<AForm class="ctrl-panel-scroll-content" ref="formRef" :model="devParamsForm" :rules="rules" layout="vertical">
|
|
<AForm class="ctrl-panel-scroll-content" ref="formRef" :model="devParamsForm" :rules="rules" layout="vertical">
|
|
<template v-if="currentParamType === 'addSubtractLoad'">
|
|
<template v-if="currentParamType === 'addSubtractLoad'">
|
|
<h4>{{ $t('realTimeMonitor.devParams.autoAddSubtractMachine') }}</h4>
|
|
<h4>{{ $t('realTimeMonitor.devParams.autoAddSubtractMachine') }}</h4>
|
|
@@ -483,6 +484,11 @@ const rules = computed<FormRules<DevParamsForm>>(() => {
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+.ai-advanced-submit {
|
|
|
|
+ float: right;
|
|
|
|
+ margin-right: 24px;
|
|
|
|
+}
|
|
|
|
+
|
|
:deep(.ant-form) {
|
|
:deep(.ant-form) {
|
|
h4 {
|
|
h4 {
|
|
margin-bottom: 12px;
|
|
margin-bottom: 12px;
|