Browse Source

优化

master
陈裕财 2 years ago
parent
commit
77fa894a6c
  1. 2
      src/views/xm/core/xmIteration/XmIterationEdit.vue
  2. 2
      src/views/xm/core/xmQuestion/XmQuestionEdit.vue
  3. 2
      src/views/xm/core/xmTestCasedb/XmTestCasedbEdit.vue

2
src/views/xm/core/xmIteration/XmIterationEdit.vue

@ -17,7 +17,7 @@
<el-col :span="12">
<el-form-item prop="onlineTime" label-width="0px">
<mdp-date-x label="上线时间" type="date" placeholder="选择日期" v-model="editForm.onlineTime" value-format="yyyy-MM-dd HH:mm:ss" format="yyyy-MM-dd" @change="editSomeFields(editForm,'onlineTime',$event)"></mdp-date-x>
<mdp-date show-style="x" label="上线时间" type="date" placeholder="选择日期" v-model="editForm.onlineTime" value-format="yyyy-MM-dd HH:mm:ss" format="yyyy-MM-dd" @change="editSomeFields(editForm,'onlineTime',$event)"></mdp-date>
</el-form-item>
</el-col>
<el-col :span="12">

2
src/views/xm/core/xmQuestion/XmQuestionEdit.vue

@ -77,7 +77,7 @@
</el-col>
<el-col :span="6">
<mdp-date-x label="结束时间" style="max-width:100%;" value-format="yyyy-MM-dd HH:mm:ss" v-model="editForm.endTime" @change="editXmQuestionSomeFields(editForm,'endTime',$event)"></mdp-date-x>
<mdp-date show-style="x" label="结束时间" style="max-width:100%;" value-format="yyyy-MM-dd HH:mm:ss" v-model="editForm.endTime" @change="editXmQuestionSomeFields(editForm,'endTime',$event)"></mdp-date>
</el-col>
</el-row>
<el-tabs v-model="activateTabPaneName" ref="editRef">

2
src/views/xm/core/xmTestCasedb/XmTestCasedbEdit.vue

@ -29,7 +29,7 @@
<el-col :span="8">
<mdp-date-x label="创建日期" v-model="editForm.ctime" @change="editSomeFields(editForm,'ctime',$event)"></mdp-date-x>
<mdp-date show-style="x" label="创建日期" v-model="editForm.ctime" @change="editSomeFields(editForm,'ctime',$event)"></mdp-date>
</el-col>
</el-row>
</el-form>

Loading…
Cancel
Save