diff --git a/src/views/modules/analysis/issue/hottest-issue-list.vue b/src/views/modules/analysis/issue/hottest-issue-list.vue index 08ff8ee8..2fa86165 100644 --- a/src/views/modules/analysis/issue/hottest-issue-list.vue +++ b/src/views/modules/analysis/issue/hottest-issue-list.vue @@ -18,7 +18,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/analysis/issue/issue-classified-statistic-second.vue b/src/views/modules/analysis/issue/issue-classified-statistic-second.vue index 5f5a6361..433d9ce6 100644 --- a/src/views/modules/analysis/issue/issue-classified-statistic-second.vue +++ b/src/views/modules/analysis/issue/issue-classified-statistic-second.vue @@ -28,7 +28,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/analysis/issue/issue-classified-statistic.vue b/src/views/modules/analysis/issue/issue-classified-statistic.vue index 9bac7268..c5178471 100644 --- a/src/views/modules/analysis/issue/issue-classified-statistic.vue +++ b/src/views/modules/analysis/issue/issue-classified-statistic.vue @@ -35,7 +35,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/analysis/issue/latest-issue-list.vue b/src/views/modules/analysis/issue/latest-issue-list.vue index 8294861d..df6135e5 100644 --- a/src/views/modules/analysis/issue/latest-issue-list.vue +++ b/src/views/modules/analysis/issue/latest-issue-list.vue @@ -17,7 +17,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> @@ -27,7 +28,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/analysis/item/hottest-item-list.vue b/src/views/modules/analysis/item/hottest-item-list.vue index 2cf329a5..2ac28da3 100644 --- a/src/views/modules/analysis/item/hottest-item-list.vue +++ b/src/views/modules/analysis/item/hottest-item-list.vue @@ -17,7 +17,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> @@ -27,7 +28,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/analysis/item/unsolved-item-list.vue b/src/views/modules/analysis/item/unsolved-item-list.vue index 3efc1dc7..1324794d 100644 --- a/src/views/modules/analysis/item/unsolved-item-list.vue +++ b/src/views/modules/analysis/item/unsolved-item-list.vue @@ -17,7 +17,8 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间"> + placeholder="选择日期时间" + @change="changeTime"> + placeholder="选择日期时间" + @change="changeTime"> diff --git a/src/views/modules/analysis/topic/hottest-topic-list.vue b/src/views/modules/analysis/topic/hottest-topic-list.vue index e6d7c185..d026b2ff 100644 --- a/src/views/modules/analysis/topic/hottest-topic-list.vue +++ b/src/views/modules/analysis/topic/hottest-topic-list.vue @@ -18,7 +18,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/analysis/topic/latest-topic-list.vue b/src/views/modules/analysis/topic/latest-topic-list.vue index b2a2d2ad..5ca35fa5 100644 --- a/src/views/modules/analysis/topic/latest-topic-list.vue +++ b/src/views/modules/analysis/topic/latest-topic-list.vue @@ -17,7 +17,8 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间"> + placeholder="选择日期时间" + @change="changeTime"> + placeholder="选择日期时间" + @change="changeTime"> diff --git a/src/views/modules/analysis/user/gridopening.vue b/src/views/modules/analysis/user/gridopening.vue index 97a50ce7..6126f4c0 100644 --- a/src/views/modules/analysis/user/gridopening.vue +++ b/src/views/modules/analysis/user/gridopening.vue @@ -32,7 +32,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> @@ -42,7 +43,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/analysis/user/party.vue b/src/views/modules/analysis/user/party.vue index 564accb9..84f2ff84 100644 --- a/src/views/modules/analysis/user/party.vue +++ b/src/views/modules/analysis/user/party.vue @@ -31,7 +31,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:250px;"> + style="width:250px;" + @change="changeTime"> + style="width:250px;" + @change="changeTime"> diff --git a/src/views/modules/analysis/user/register.vue b/src/views/modules/analysis/user/register.vue index c55043b2..64d82f2d 100644 --- a/src/views/modules/analysis/user/register.vue +++ b/src/views/modules/analysis/user/register.vue @@ -31,7 +31,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:250px;"> + style="width:250px;" + @change="changeTime"> + style="width:250px;" + @change="changeTime"> diff --git a/src/views/modules/case/typicalcase-list.vue b/src/views/modules/case/typicalcase-list.vue index ec57d5f4..fa8b1c10 100644 --- a/src/views/modules/case/typicalcase-list.vue +++ b/src/views/modules/case/typicalcase-list.vue @@ -13,7 +13,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:230px;"> + style="width:230px;" + @change="changeTime"> + style="width:230px;" + @change="changeTime"> diff --git a/src/views/modules/contentSecurity/checkrecords.vue b/src/views/modules/contentSecurity/checkrecords.vue index be6ec626..dd75e6bf 100644 --- a/src/views/modules/contentSecurity/checkrecords.vue +++ b/src/views/modules/contentSecurity/checkrecords.vue @@ -36,7 +36,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/contentSecurity/violationsrecords.vue b/src/views/modules/contentSecurity/violationsrecords.vue index 2c50cae2..97cfc5af 100644 --- a/src/views/modules/contentSecurity/violationsrecords.vue +++ b/src/views/modules/contentSecurity/violationsrecords.vue @@ -32,7 +32,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/custom/epidemic.vue b/src/views/modules/custom/epidemic.vue index 1b0a1767..91b81a9f 100644 --- a/src/views/modules/custom/epidemic.vue +++ b/src/views/modules/custom/epidemic.vue @@ -20,7 +20,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:250px"> + style="width:250px" + @change="changeTime"> + style="width:250px" + @change="changeTime"> diff --git a/src/views/modules/custom/evaluatedeptcount.vue b/src/views/modules/custom/evaluatedeptcount.vue index ea63bec4..7d9f9942 100644 --- a/src/views/modules/custom/evaluatedeptcount.vue +++ b/src/views/modules/custom/evaluatedeptcount.vue @@ -21,7 +21,8 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间"> + placeholder="选择日期时间" + @change="changeTime"> + placeholder="选择日期时间" + @change="changeTime"> diff --git a/src/views/modules/custom/evaluateinfo.vue b/src/views/modules/custom/evaluateinfo.vue index 5b5c913e..b81b1610 100644 --- a/src/views/modules/custom/evaluateinfo.vue +++ b/src/views/modules/custom/evaluateinfo.vue @@ -17,7 +17,8 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间"> + placeholder="选择日期时间" + @change="changeTime"> + placeholder="选择日期时间" + @change="changeTime"> diff --git a/src/views/modules/custom/evaluateofficer.vue b/src/views/modules/custom/evaluateofficer.vue index 319490e7..bcc63b65 100644 --- a/src/views/modules/custom/evaluateofficer.vue +++ b/src/views/modules/custom/evaluateofficer.vue @@ -20,7 +20,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> @@ -30,7 +31,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/custom/evaluateofficercount.vue b/src/views/modules/custom/evaluateofficercount.vue index 90b18be3..bec7028e 100644 --- a/src/views/modules/custom/evaluateofficercount.vue +++ b/src/views/modules/custom/evaluateofficercount.vue @@ -23,7 +23,8 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间"> + placeholder="选择日期时间" + @change="changeTime"> + placeholder="选择日期时间" + @change="changeTime"> diff --git a/src/views/modules/events/faild-events.vue b/src/views/modules/events/faild-events.vue index 993574e2..1c87ac9a 100644 --- a/src/views/modules/events/faild-events.vue +++ b/src/views/modules/events/faild-events.vue @@ -47,7 +47,8 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间"> + placeholder="选择日期时间" + @change="changeTime"> + placeholder="选择日期时间" + @change="changeTime"> diff --git a/src/views/modules/events/interfacelog.vue b/src/views/modules/events/interfacelog.vue index 3b0a1cc0..ef954e99 100644 --- a/src/views/modules/events/interfacelog.vue +++ b/src/views/modules/events/interfacelog.vue @@ -35,7 +35,8 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间"> + placeholder="选择日期时间" + @change="changeTime"> + placeholder="选择日期时间" + @change="changeTime"> diff --git a/src/views/modules/events/issue-reject-list.vue b/src/views/modules/events/issue-reject-list.vue index e151134f..3409af1f 100644 --- a/src/views/modules/events/issue-reject-list.vue +++ b/src/views/modules/events/issue-reject-list.vue @@ -45,7 +45,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:250px;"> + style="width:250px;" + @change="changeTime"> + style="width:250px;" + @change="changeTime"> diff --git a/src/views/modules/events/issue-review-list.vue b/src/views/modules/events/issue-review-list.vue index 4f106ad1..49d0aa85 100644 --- a/src/views/modules/events/issue-review-list.vue +++ b/src/views/modules/events/issue-review-list.vue @@ -36,7 +36,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px;"> + style="width:200px;" + @change="changeTime"> + style="width:200px;" + @change="changeTime"> diff --git a/src/views/modules/group/leaderboard.vue b/src/views/modules/group/leaderboard.vue index d4f76e4a..23787d35 100644 --- a/src/views/modules/group/leaderboard.vue +++ b/src/views/modules/group/leaderboard.vue @@ -25,7 +25,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:250px"> + style="width:250px" + @change="changeTime"> + style="width:250px" + @change="changeTime"> diff --git a/src/views/modules/group/topic-list.vue b/src/views/modules/group/topic-list.vue index de333232..7a224110 100644 --- a/src/views/modules/group/topic-list.vue +++ b/src/views/modules/group/topic-list.vue @@ -38,7 +38,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px;"> + style="width:200px;" + @change="changeTime"> + style="width:200px;" + @change="changeTime"> diff --git a/src/views/modules/heart/actbanner.vue b/src/views/modules/heart/actbanner.vue index 7d233658..34f68436 100644 --- a/src/views/modules/heart/actbanner.vue +++ b/src/views/modules/heart/actbanner.vue @@ -15,7 +15,8 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间"> + placeholder="选择日期时间" + @change="changeTime"> + placeholder="选择日期时间" + @change="changeTime"> diff --git a/src/views/modules/heart/actinfo-list.vue b/src/views/modules/heart/actinfo-list.vue index 0e51d730..b112fed1 100644 --- a/src/views/modules/heart/actinfo-list.vue +++ b/src/views/modules/heart/actinfo-list.vue @@ -19,7 +19,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> @@ -29,7 +30,8 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" + @change="changeTime"> diff --git a/src/views/modules/master/masternotice.vue b/src/views/modules/master/masternotice.vue index 26e06ebe..3dc3ac6b 100755 --- a/src/views/modules/master/masternotice.vue +++ b/src/views/modules/master/masternotice.vue @@ -23,7 +23,7 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间" style="width:200px"> + placeholder="选择日期时间" style="width:200px" @change="changeTime"> + placeholder="选择日期时间" style="width:200px" label-width="68px" @change="changeTime"> diff --git a/src/views/modules/master/mastertopic.vue b/src/views/modules/master/mastertopic.vue index 0a5bcf4f..6d765e71 100755 --- a/src/views/modules/master/mastertopic.vue +++ b/src/views/modules/master/mastertopic.vue @@ -36,7 +36,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/master/masteruserrelation.vue b/src/views/modules/master/masteruserrelation.vue index 4fd13e1a..26781301 100755 --- a/src/views/modules/master/masteruserrelation.vue +++ b/src/views/modules/master/masteruserrelation.vue @@ -21,7 +21,7 @@ :picker-options="pickerBeginDateBefore" value-format="yyyy-MM-dd" format="yyyy-MM-dd" - placeholder="选择日期时间"> + placeholder="选择日期时间" @change="changeTime"> + placeholder="选择日期时间" @change="changeTime"> diff --git a/src/views/modules/news/allnews.vue b/src/views/modules/news/allnews.vue index b33dd7ee..26b85d72 100644 --- a/src/views/modules/news/allnews.vue +++ b/src/views/modules/news/allnews.vue @@ -38,7 +38,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px;"> + style="width:200px;" @change="changeTime"> + style="width:200px;" @change="changeTime"> diff --git a/src/views/modules/news/news.vue b/src/views/modules/news/news.vue index d03bda28..b32a29b6 100644 --- a/src/views/modules/news/news.vue +++ b/src/views/modules/news/news.vue @@ -75,7 +75,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px;"> + style="width:200px;" @change="changeTime"> + style="width:200px;" @change="changeTime"> diff --git a/src/views/modules/news/newsdraft.vue b/src/views/modules/news/newsdraft.vue index d9e85187..23ae46ad 100644 --- a/src/views/modules/news/newsdraft.vue +++ b/src/views/modules/news/newsdraft.vue @@ -39,7 +39,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px;"> + style="width:200px;" @change="changeTime"> + style="width:200px;" @change="changeTime"> diff --git a/src/views/modules/organize/deptofficer.vue b/src/views/modules/organize/deptofficer.vue index 2cdc4e7e..96f669ad 100644 --- a/src/views/modules/organize/deptofficer.vue +++ b/src/views/modules/organize/deptofficer.vue @@ -19,7 +19,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:250px;"> + style="width:250px;" @change="changeTime"> + style="width:250px;" @change="changeTime"> diff --git a/src/views/modules/user/alluser.vue b/src/views/modules/user/alluser.vue index 0270c324..83fd782d 100644 --- a/src/views/modules/user/alluser.vue +++ b/src/views/modules/user/alluser.vue @@ -34,7 +34,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -44,7 +44,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/user/fail-authentication.vue b/src/views/modules/user/fail-authentication.vue index 13e48d34..4883668c 100644 --- a/src/views/modules/user/fail-authentication.vue +++ b/src/views/modules/user/fail-authentication.vue @@ -66,7 +66,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -76,7 +76,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/user/hasAuthenticationpartymembers.vue b/src/views/modules/user/hasAuthenticationpartymembers.vue index fda747ab..3ad186aa 100644 --- a/src/views/modules/user/hasAuthenticationpartymembers.vue +++ b/src/views/modules/user/hasAuthenticationpartymembers.vue @@ -50,7 +50,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -60,7 +60,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/user/party-wait-authentication.vue b/src/views/modules/user/party-wait-authentication.vue index 71fceddf..01d98ff5 100644 --- a/src/views/modules/user/party-wait-authentication.vue +++ b/src/views/modules/user/party-wait-authentication.vue @@ -68,7 +68,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -78,7 +78,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/user/partyauthenticationfailed.vue b/src/views/modules/user/partyauthenticationfailed.vue index a7b3e645..aa743bab 100644 --- a/src/views/modules/user/partyauthenticationfailed.vue +++ b/src/views/modules/user/partyauthenticationfailed.vue @@ -31,7 +31,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -41,7 +41,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/user/partymembers.vue b/src/views/modules/user/partymembers.vue index 1a8a1184..2a4781d6 100755 --- a/src/views/modules/user/partymembers.vue +++ b/src/views/modules/user/partymembers.vue @@ -59,7 +59,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -69,7 +69,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/user/pass-authentication.vue b/src/views/modules/user/pass-authentication.vue index 85141ed6..39e27c18 100644 --- a/src/views/modules/user/pass-authentication.vue +++ b/src/views/modules/user/pass-authentication.vue @@ -65,7 +65,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -75,7 +75,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/user/wait-authentication.vue b/src/views/modules/user/wait-authentication.vue index b22b234b..6862a89d 100644 --- a/src/views/modules/user/wait-authentication.vue +++ b/src/views/modules/user/wait-authentication.vue @@ -65,7 +65,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -75,7 +75,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/workRecord/dailyrecordinfo.vue b/src/views/modules/workRecord/dailyrecordinfo.vue index 5476ad37..0f9b1029 100644 --- a/src/views/modules/workRecord/dailyrecordinfo.vue +++ b/src/views/modules/workRecord/dailyrecordinfo.vue @@ -39,7 +39,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -49,7 +49,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/workRecord/monthexcellentcase.vue b/src/views/modules/workRecord/monthexcellentcase.vue index 1970bee5..9a8f89c9 100644 --- a/src/views/modules/workRecord/monthexcellentcase.vue +++ b/src/views/modules/workRecord/monthexcellentcase.vue @@ -26,7 +26,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -36,7 +36,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/workRecord/monthexcellentgrid.vue b/src/views/modules/workRecord/monthexcellentgrid.vue index d0d8b091..ec98c670 100644 --- a/src/views/modules/workRecord/monthexcellentgrid.vue +++ b/src/views/modules/workRecord/monthexcellentgrid.vue @@ -26,7 +26,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -36,7 +36,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/workRecord/monthexcellentperson.vue b/src/views/modules/workRecord/monthexcellentperson.vue index 46aea6eb..ca614a52 100644 --- a/src/views/modules/workRecord/monthexcellentperson.vue +++ b/src/views/modules/workRecord/monthexcellentperson.vue @@ -37,7 +37,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -47,7 +47,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/workRecord/monthrecordinfo.vue b/src/views/modules/workRecord/monthrecordinfo.vue index 9e72a27e..52bd5357 100644 --- a/src/views/modules/workRecord/monthrecordinfo.vue +++ b/src/views/modules/workRecord/monthrecordinfo.vue @@ -29,7 +29,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -39,7 +39,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> diff --git a/src/views/modules/workRecord/weekrecordinfo.vue b/src/views/modules/workRecord/weekrecordinfo.vue index 1e290ad7..65c84b15 100644 --- a/src/views/modules/workRecord/weekrecordinfo.vue +++ b/src/views/modules/workRecord/weekrecordinfo.vue @@ -29,7 +29,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime"> @@ -39,7 +39,7 @@ value-format="yyyy-MM-dd" format="yyyy-MM-dd" placeholder="选择日期时间" - style="width:200px"> + style="width:200px" @change="changeTime">