From b0657f28392fafc461ae31bbb30d6b41ad9d9e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 19 Jul 2022 09:25:33 +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 --- .../xm/core/xmTestCasedb/XmTestCasedbInfo.vue | 6 +- .../xm/core/xmTestPlan/XmTestPlanInfo.vue | 74 +++++++++++++++++++ .../xm/core/xmTestPlan/XmTestPlanMng.vue | 5 +- 3 files changed, 81 insertions(+), 4 deletions(-) create mode 100644 src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue diff --git a/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue b/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue index 174eeea3..f30749d4 100644 --- a/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue +++ b/src/views/xm/core/xmTestCasedb/XmTestCasedbInfo.vue @@ -10,7 +10,7 @@ - + @@ -22,14 +22,14 @@ import config from '@/common/config';//全局公共库 import { initDicts,listXmTestCasedb, delXmTestCasedb, batchDelXmTestCasedb,editSomeFieldsXmTestCasedb } from '@/api/xm/core/xmTestCasedb'; import XmTestCasedbEdit from './XmTestCasedbEdit';//新增修改界面 import XmTestCaseMng from '../xmTestCase/XmTestCaseMng';//新增修改界面 -import XmTestPlanMng from '../xmTestPlan/XmTestPlanMng';//新增修改界面 +import XmTestPlanInfo from '../xmTestPlan/XmTestPlanInfo';//新增修改界面 import { mapGetters } from 'vuex' import XmProductSelect from '@/views/xm/core/components/XmProductSelect';//修改界面 export default { name:'xmTestCasedbMng', components: { - XmTestCasedbEdit,XmProductSelect,XmTestCaseMng,XmTestPlanMng, + XmTestCasedbEdit,XmProductSelect,XmTestCaseMng,XmTestPlanInfo, }, props:['visible','xmProduct','selProject'], computed: { diff --git a/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue b/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue new file mode 100644 index 00000000..724109a5 --- /dev/null +++ b/src/views/xm/core/xmTestPlan/XmTestPlanInfo.vue @@ -0,0 +1,74 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/core/xmTestPlan/XmTestPlanMng.vue b/src/views/xm/core/xmTestPlan/XmTestPlanMng.vue index ed652a77..2a4d22ad 100644 --- a/src/views/xm/core/xmTestPlan/XmTestPlanMng.vue +++ b/src/views/xm/core/xmTestPlan/XmTestPlanMng.vue @@ -22,7 +22,7 @@ @@ -363,6 +363,9 @@ export default { initData: function(){ }, + goToTestPlanCase(row){ + this.$emit('select',row);// @row-click="rowClick" + } },//end methods mounted() {