Compare commits

..

No commits in common. "ca0a0142dbd714f195a341e01871e2266e735524" and "3897f35d2815c92bd35cd65186a929e08f1d425e" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

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

View File

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