JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</view>
|
||||
<view class="item-info">
|
||||
<view class="item-info-item">截止时间:<text
|
||||
class="color-blue">{{dataInfo.limitTyp === '01' ? '不限制' : dataInfo.endTm}}</text></view>
|
||||
class="color-blue">{{!dataInfo.endTm ? '不限制' : dataInfo.endTm}}</text></view>
|
||||
<view class="item-info-item">陪练次数:<text class="color-black">{{dataInfo.accmCnt}}</text></view>
|
||||
</view>
|
||||
<view class="item-btn">去陪练</view>
|
||||
|
||||
Reference in New Issue
Block a user