calculator
This commit is contained in:
@@ -65,14 +65,10 @@
|
||||
<script lang="ts" setup>
|
||||
import { ref, inject } from 'vue'
|
||||
import { reactive } from 'vue'
|
||||
import { ElMessage } from 'element-plus'
|
||||
import TableStore from '@/utils/tableStore' // 若不是列表页面弹框可删除
|
||||
import MyEchart from '@/components/echarts/MyEchart.vue'
|
||||
import { color } from '../../components/echarts/color'
|
||||
|
||||
const dialogVisible = ref(false)
|
||||
const title = ref('生产线免疫力计算器')
|
||||
const tableStore = inject('tableStore') as TableStore
|
||||
const chartsOptions1 = ref({
|
||||
xAxis: null,
|
||||
yAxis: null,
|
||||
|
||||
Reference in New Issue
Block a user