Compare commits
No commits in common. "ca0a0142dbd714f195a341e01871e2266e735524" and "3897f35d2815c92bd35cd65186a929e08f1d425e" have entirely different histories.
ca0a0142db
...
3897f35d28
@ -26,7 +26,6 @@
|
||||
placeholder="选择日期"
|
||||
value-format="yyyy-MM-dd"
|
||||
style="width: 150px"
|
||||
:picker-options="pickerOptions"
|
||||
>
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
@ -39,7 +38,6 @@
|
||||
placeholder="选择周"
|
||||
value-format="yyyy-MM-dd"
|
||||
style="width: 150px"
|
||||
:picker-options="pickerOptions"
|
||||
>
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
@ -99,9 +97,6 @@ export default {
|
||||
{ id: 2, name: "月" },
|
||||
{ id: 3, name: "年" },
|
||||
],
|
||||
pickerOptions: {
|
||||
firstDayOfWeek: 1,
|
||||
},
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
@ -25,7 +25,6 @@
|
||||
placeholder="选择日期"
|
||||
value-format="yyyy-MM-dd"
|
||||
style="width: 150px"
|
||||
:picker-options="pickerOptions"
|
||||
>
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
@ -38,7 +37,6 @@
|
||||
placeholder="选择周"
|
||||
value-format="yyyy-MM-dd"
|
||||
style="width: 150px"
|
||||
:picker-options="pickerOptions"
|
||||
>
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
@ -120,9 +118,6 @@ export default {
|
||||
{ id: 0, name: "瑞昌" },
|
||||
{ id: 1, name: "邯郸" },
|
||||
],
|
||||
pickerOptions: {
|
||||
firstDayOfWeek: 1,
|
||||
},
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user