新增设计需求、测试项、用例批量新增页面和功能
This commit is contained in:
@@ -27,8 +27,10 @@ import useColumn from "@/views/project/dut/hooks/useColumns"
|
||||
|
||||
// refs
|
||||
const formRef = ref(null)
|
||||
|
||||
// 0.props-表示不通用代码
|
||||
const { designInfo } = defineProps<{ designInfo: any }>()
|
||||
|
||||
// 计算属性单独处理
|
||||
const designInfoJudge = computed(() => {
|
||||
return designInfo
|
||||
|
||||
Reference in New Issue
Block a user