|
@ -1,8 +1,8 @@ |
|
|
<script lang="ts" setup> |
|
|
<script lang="ts" setup> |
|
|
|
|
|
import { Plus } from '@element-plus/icons-vue' |
|
|
import FormulaConfig from 'components/formula/FormulaConfig.vue' |
|
|
import FormulaConfig from 'components/formula/FormulaConfig.vue' |
|
|
import FormulaTable from 'components/formula/FormulaTable.vue' |
|
|
import FormulaTable from 'components/formula/FormulaTable.vue' |
|
|
import { ref } from 'vue' |
|
|
import { ref } from 'vue' |
|
|
import { Plus } from '@element-plus/icons-vue' |
|
|
|
|
|
|
|
|
|
|
|
// 新增配方 修改为先填充默认配置 点击确定提交 |
|
|
// 新增配方 修改为先填充默认配置 点击确定提交 |
|
|
const formRef = ref() |
|
|
const formRef = ref() |
|
|