This commit is contained in:
sjl
2025-01-14 11:43:35 +08:00
parent 171533cef0
commit 26cda335c5
9 changed files with 46 additions and 35 deletions

View File

@@ -44,9 +44,11 @@ import ValueTypePopup from './components/valueTypePopup.vue'
} from '@/api/device/testScript/index'
import { computed, reactive, ref } from 'vue'
import { useModeStore } from '@/stores/modules/mode'; // 引入模式 store
// defineOptions({
// name: 'machine/testScript'
// })
defineOptions({
name: '/testScript'
})
const comparisonPopup = ref()
const testScriptPopup = ref()
const valueTypePopup = ref()