Kaynağa Gözat

Merge pull request 'projects/mescc/zjl' (#62) from projects/mescc/zjl into projects/mescc/develop

Reviewed-on: http://git.picaiba.com/mt-fe-group/yudao-init/pulls/62
pull/72/head
juzi 2 ay önce
ebeveyn
işleme
ca0a0142db
2 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  1. +5
    -0
      src/views/report/completionStatusIntrBM/components/bmSearchBarComplete.vue
  2. +5
    -0
      src/views/report/components/bmSearchBar.vue

+ 5
- 0
src/views/report/completionStatusIntrBM/components/bmSearchBarComplete.vue Dosyayı Görüntüle

@@ -26,6 +26,7 @@
placeholder="选择日期"
value-format="yyyy-MM-dd"
style="width: 150px"
:picker-options="pickerOptions"
>
</el-date-picker>
</el-form-item>
@@ -38,6 +39,7 @@
placeholder="选择周"
value-format="yyyy-MM-dd"
style="width: 150px"
:picker-options="pickerOptions"
>
</el-date-picker>
</el-form-item>
@@ -97,6 +99,9 @@ export default {
{ id: 2, name: "月" },
{ id: 3, name: "年" },
],
pickerOptions: {
firstDayOfWeek: 1,
},
};
},
methods: {


+ 5
- 0
src/views/report/components/bmSearchBar.vue Dosyayı Görüntüle

@@ -25,6 +25,7 @@
placeholder="选择日期"
value-format="yyyy-MM-dd"
style="width: 150px"
:picker-options="pickerOptions"
>
</el-date-picker>
</el-form-item>
@@ -37,6 +38,7 @@
placeholder="选择周"
value-format="yyyy-MM-dd"
style="width: 150px"
:picker-options="pickerOptions"
>
</el-date-picker>
</el-form-item>
@@ -118,6 +120,9 @@ export default {
{ id: 0, name: "瑞昌" },
{ id: 1, name: "邯郸" },
],
pickerOptions: {
firstDayOfWeek: 1,
},
};
},
methods: {


Yükleniyor…
İptal
Kaydet