diy测试组件问题,新增商品次日补全任务类

This commit is contained in:
liyj 2025-08-16 11:12:19 +08:00
parent 3f2f9b73d3
commit 8f5eeabede
2 changed files with 3 additions and 2 deletions

View File

@ -120,3 +120,4 @@ job:
- "UpdateHallOrderStatusJob" - "UpdateHallOrderStatusJob"
- "UpdatePayCardStateJob" - "UpdatePayCardStateJob"
- "RetryMqMsgJob" - "RetryMqMsgJob"
- "ProductItemAutoFillJob"

View File

@ -1665,7 +1665,7 @@
</div> </div>
</div> </div>
!<-- 分类商品 --> <!-- 分类商品 -->
<div v-if="item.eltmType==104" class="m-scrollBox" <div v-if="item.eltmType==104" class="m-scrollBox"
v-bind:style="{height:item.eltm104.height+ 'px',lineHeight:item.eltm104.height+ 'px',backgroundColor:item.bgColor, v-bind:style="{height:item.eltm104.height+ 'px',lineHeight:item.eltm104.height+ 'px',backgroundColor:item.bgColor,
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px', borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
@ -1689,7 +1689,7 @@
</div> </div>
</div> </div>
!<-- 测试组件 --> <!-- 测试组件 -->
<div v-if="item.eltmType==104" class="m-scrollBox" <div v-if="item.eltmType==104" class="m-scrollBox"
v-bind:style="{height:item.eltm104.height+ 'px',lineHeight:item.eltm104.height+ 'px',backgroundColor:item.bgColor, v-bind:style="{height:item.eltm104.height+ 'px',lineHeight:item.eltm104.height+ 'px',backgroundColor:item.bgColor,
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px', borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',