From 6d14c00acc19c61391cfa5fb4706135fa1e0a257 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 28 Apr 2023 14:04:01 +0800 Subject: [PATCH 1/3] BUG 353 --- .../device/AppMediaManage/components/Play.vue | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/packages/device/AppMediaManage/components/Play.vue b/packages/device/AppMediaManage/components/Play.vue index 0f4a1216..dcc00417 100644 --- a/packages/device/AppMediaManage/components/Play.vue +++ b/packages/device/AppMediaManage/components/Play.vue @@ -16,7 +16,7 @@ :selectList="$dict.getDict('dlbMessageUrgency')"> - + @@ -46,7 +46,7 @@ + value-format="yyyy-MM-dd" :picker-options="{disabledDate}"/> - + @@ -188,8 +189,8 @@ export default { watch: { userAreaId: { - handler: function(v) { - this.areaRootId = [v?.substr(0,6),'000000'].join("") + handler: function (v) { + this.areaRootId = [v?.substr(0, 6), '000000'].join("") }, deep: true } @@ -204,7 +205,8 @@ export default { }, methods: { // 选择设备 - getSelect() {}, + getSelect() { + }, getMediaList() { return this.instance.post(`/app/appdlbresource/list?current=1&size=10000`).then((res) => { if (res?.data) { @@ -232,7 +234,7 @@ export default { // 播放 confirm() { - if(!this.areaId) { + if (!this.areaId) { this.$message.error('请选择所要播放设备的行政区划!') } this.$refs['ruleForm'].validate((valid) => { @@ -286,6 +288,9 @@ export default { isRefresh: !!isRefresh, }) }, + disabledDate(time) { + return new Date(time).getTime() - new Date().getTime() < -24 * 60 * 60 * 1000 + } }, } @@ -294,6 +299,7 @@ export default { .Play { .equipment { position: relative; + .select { position: absolute; right: 0; @@ -315,11 +321,13 @@ export default { display: flex; width: 100%; height: 100%; + .item { flex: 1; display: inline-block; height: auto; border: 1px solid #DDD; + .title { display: flex; justify-content: space-between; @@ -328,10 +336,12 @@ export default { height: 50px; align-items: center; border-bottom: 1px solid #DDD; + .checkBox { align-self: center; } } + .content { padding: 10px; box-sizing: border-box; From 1f20801f2c4be7fda1aeece5d882d28689d3a2c9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 28 Apr 2023 14:25:54 +0800 Subject: [PATCH 2/3] BUG 356 --- ui/packages/basic/AiTableSelect.vue | 54 +++++++++++++++-------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/ui/packages/basic/AiTableSelect.vue b/ui/packages/basic/AiTableSelect.vue index 114d1368..d43e70c5 100644 --- a/ui/packages/basic/AiTableSelect.vue +++ b/ui/packages/basic/AiTableSelect.vue @@ -62,11 +62,12 @@ - From 5b5fcd2a887b37ffff6860d9703a1eeaa04bbfaf Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 28 Apr 2023 14:28:39 +0800 Subject: [PATCH 3/3] 357 --- .../fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue index 056ac1d9..9ed37454 100644 --- a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue +++ b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue @@ -18,7 +18,7 @@ + content="截止目前所有居民剩余可用积分余额的总和">