From 1ce3342bfe53e2eac27ba711bd4d63df7318816e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 4 Aug 2022 00:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue b/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue index 8611e4cf..d8f5d612 100644 --- a/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue +++ b/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue @@ -39,6 +39,11 @@ + + @@ -54,10 +59,11 @@ import XmTestPlanInfo from '../xmTestPlan/XmTestPlanInfo';//新增修改界面 import { mapGetters } from 'vuex' import XmProductSelect from '@/views/xm/core/components/XmProductSelect';//修改界面 +import XmReport from "@/views/xm/rpt/reportIndex"; export default { name:'xmTestCasedbMng', components: { - XmTestCasedbEdit,XmProductSelect,XmTestCaseMng,XmTestPlanInfo, + XmTestCasedbEdit,XmProductSelect,XmTestCaseMng,XmTestPlanInfo,XmReport, }, props:['visible','xmTestCasedb'], computed: {