diff --git a/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue b/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue index 9e7068da..8fe06ad1 100644 --- a/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue +++ b/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue @@ -12,20 +12,20 @@ {{editForm.caseName}} - + {{editForm.execUsername}} {{editForm.execUsername}} 执行人 - + {{formatDicts(dicts,'priority',editForm.priority)}} 优先级 - + @@ -35,7 +35,7 @@ - + @@ -151,19 +151,22 @@ - + {{formatDicts(dicts,'testStepTcode',editForm.execStatus)}} - - + + + {{item.name}} + + 下一条 @@ -342,13 +345,13 @@ import XmQuestionMng from '@/views/xm/core/xmQuestion/XmQuestionMng';//修改 - \ No newline at end of file