mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2026-06-12 18:11:47 +08:00
远程控制两个列表字段调整
This commit is contained in:
parent
277ee0ff36
commit
e6e64ecbe5
|
|
@ -264,7 +264,7 @@ const unusual = ref([] as any);
|
||||||
const fixedTableData = ref([] as any[]);
|
const fixedTableData = ref([] as any[]);
|
||||||
const varTableData = ref([] as any[]);
|
const varTableData = ref([] as any[]);
|
||||||
const table1SpeedVal = ref('');
|
const table1SpeedVal = ref('');
|
||||||
const whetherControl =ref(true);
|
const whetherControl =ref(false);
|
||||||
const subscribeMedicineData=ref(null);
|
const subscribeMedicineData=ref(null);
|
||||||
const intervalFun=ref(null);
|
const intervalFun=ref(null);
|
||||||
const timeDiffPing=ref(0);
|
const timeDiffPing=ref(0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user