Browse Source

Merge branch 'dev' into test

shibei_master
13176889840 3 years ago
parent
commit
9c2e49dfff
  1. 4
      src/views/modules/secretaryLog/difficulty/difficultyForm.vue
  2. 2
      src/views/modules/secretaryLog/workLog/index.vue

4
src/views/modules/secretaryLog/difficulty/difficultyForm.vue

@ -41,7 +41,7 @@
style="display: block" style="display: block"
prop="scheduledTime" prop="scheduledTime"
label-width="150px"> label-width="150px">
<el-date-picker class="item_width_1" <el-date-picker class="item_width_2"
v-model="formData.scheduledTime" v-model="formData.scheduledTime"
format="yyyy-MM-dd HH:mm" format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm" value-format="yyyy-MM-dd HH:mm"
@ -54,7 +54,7 @@
style="display: block" style="display: block"
prop="remindTime" prop="remindTime"
label-width="150px"> label-width="150px">
<el-date-picker class="item_width_1" <el-date-picker class="item_width_2"
v-model="formData.remindTime" v-model="formData.remindTime"
format="yyyy-MM-dd HH:mm" format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm" value-format="yyyy-MM-dd HH:mm"

2
src/views/modules/secretaryLog/workLog/index.vue

@ -150,7 +150,7 @@
:close-on-click-modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :close-on-press-escape="false"
:title="formTitle" :title="formTitle"
width="50%" width="950px"
top="5vh" top="5vh"
class="dialog-h" class="dialog-h"
@closed="diaClose"> @closed="diaClose">

Loading…
Cancel
Save