|
|
@ -1,6 +1,5 @@ |
|
|
|
<script lang="ts" setup> |
|
|
|
import { ElMessage } from 'element-plus' |
|
|
|
import { formulaNameMap } from 'libs/constant' |
|
|
|
import { cloneDeep } from 'lodash' |
|
|
|
import { useHomeStore } from 'stores/homeStore' |
|
|
|
import { computed, inject, nextTick, onMounted, ref, watch, watchEffect } from 'vue' |
|
|
@ -229,7 +228,7 @@ const validateName = (rule: any, value: any, callback: any) => { |
|
|
|
<el-form-item |
|
|
|
v-for="item in formulaConfigList.filter(data => data.is_visible_in_formula_page)" |
|
|
|
:key="item.setting_id" |
|
|
|
:label="formulaNameMap[item.setting_id]" |
|
|
|
:label="item.name_ch" |
|
|
|
style="width: 50%" |
|
|
|
:prop="item.setting_id" |
|
|
|
:rules="[ |
|
|
|