Browse Source

优化

master
陈裕财 3 years ago
parent
commit
2c64a755fa
  1. 4
      src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue

4
src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue

@ -43,11 +43,11 @@
<mdp-select-user-xm label="执行人" userid-key="execUserid" username-key="execUsername" v-model="editForm" @change="editSomeFields(editForm,'execUserid',$event)"></mdp-select-user-xm>
</el-col>
<el-col :span="8">
<mdp-select-dict-x label="优先级" :dict="dicts['priority']" v-model="editForm.priority"></mdp-select-dict-x>
<mdp-select-dict-x label="优先级" :dict="dicts['priority']" v-model="editForm.priority" @change="editSomeFields(editForm,'priority',$event)"></mdp-select-dict-x>
</el-col>
<el-col :span="8">
<mdp-select-dict-x label="执行结果" :dict="dicts['testStepTcode']" v-model="editForm.execStatus" :get-icon="getExecStatusIcon"></mdp-select-dict-x>
<mdp-select-dict-x label="执行结果" :dict="dicts['testStepTcode']" v-model="editForm.execStatus" :get-icon="getExecStatusIcon" @change="editSomeFields(editForm,'execStatus',$event)"></mdp-select-dict-x>
</el-col>
</el-row>
</el-form-item>

Loading…
Cancel
Save