From 91a17fb07d98369851590d2537e48b60166bfa25 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Wed, 13 Nov 2024 13:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/accessory/accessory_store_list.js | 2 +- page/accessory/accessory_store_list.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/accessory/accessory_store_list.js b/js/accessory/accessory_store_list.js index bc50182..1db452b 100644 --- a/js/accessory/accessory_store_list.js +++ b/js/accessory/accessory_store_list.js @@ -7,7 +7,7 @@ layui.use(["form", "table", 'laydate'], function () { laydate = layui.laydate; laydate.render({ elem: '#ID-laydate-rangeLinked', - range: ['#startDate', '#endDate'], + range: ['#startDay', '#endDay'], rangeLinked: true }); initTable(); diff --git a/page/accessory/accessory_store_list.html b/page/accessory/accessory_store_list.html index e65f539..2df30dd 100644 --- a/page/accessory/accessory_store_list.html +++ b/page/accessory/accessory_store_list.html @@ -29,12 +29,12 @@