d56bd957
“wangming”
修复问题,组建AI
|
1
|
<view class="main data-v-f2c7ce74"><view class="toptitle data-v-f2c7ce74"><view data-event-opts="{{[['tap',[['ht',['$event']]]]]}}" class="toptitle_left data-v-f2c7ce74" bindtap="__e"><u-icon vue-id="4ce78100-1" name="arrow-left" color="#fff" size="20" class="data-v-f2c7ce74" bind:__l="__l"></u-icon></view><view class="toptitle_title data-v-f2c7ce74"> 反馈列表 </view></view><view style="padding:10px;background-color:#fff;border-radius:5px;margin-bottom:10px;" class="data-v-f2c7ce74"><u-subsection vue-id="4ce78100-2" list="{{list}}" fontSize="14" activeColor="#0052D8" current="{{current}}" data-event-opts="{{[['^change',[['change']]]]}}" bind:change="__e" class="data-v-f2c7ce74" bind:__l="__l"></u-subsection></view><view class="data-v-f2c7ce74"><block wx:if="{{current==0}}"><view class="data-v-f2c7ce74"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="__i0__"><view style="border:1px solid #e5e5e5;padding:20rpx;border-radius:10rpx;background-color:#fff;margin-bottom:20rpx;" class="data-v-f2c7ce74"><view style="display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;padding:20rpx;" class="data-v-f2c7ce74"><label class="_span data-v-f2c7ce74">设备名</label><label class="_span data-v-f2c7ce74">{{item.$orig.title}}</label></view><view style="display:flex;justify-content:space-between;align-items:center;padding:20rpx;border-bottom:1px solid #e5e5e5;" class="data-v-f2c7ce74"><label class="_span data-v-f2c7ce74">故障信息</label><label class="_span data-v-f2c7ce74">{{item.$orig.nr==null?"暂无":item.$orig.nr}}</label></view><view style="display:flex;justify-content:space-between;align-items:center;padding:20rpx;border-bottom:1px solid #e5e5e5;" class="data-v-f2c7ce74"><label class="_span data-v-f2c7ce74">提交时间</label><label class="_span data-v-f2c7ce74">{{item.m0}}</label></view><view style="display:flex;justify-content:space-between;align-items:center;padding:20rpx;" class="data-v-f2c7ce74"><label class="_span data-v-f2c7ce74">反馈结果</label><label class="_span data-v-f2c7ce74">{{item.$orig.fkjg==null?'暂无反馈':item.$orig.fkjg}}</label></view></view></block></view></block><block wx:if="{{current==1}}"><view class="data-v-f2c7ce74"><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="__i1__"><view style="border:1px solid #e5e5e5;padding:20rpx;border-radius:10rpx;background-color:#fff;margin-bottom:20rpx;" class="data-v-f2c7ce74"><view style="display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;padding:20rpx;" class="data-v-f2c7ce74"><label class="_span data-v-f2c7ce74">问题描述</label><label class="_span data-v-f2c7ce74">{{item.$orig.nr}}</label></view><view style="display:flex;justify-content:space-between;align-items:center;padding:20rpx;border-bottom:1px solid #e5e5e5;" class="data-v-f2c7ce74"><label class="_span data-v-f2c7ce74">提交时间</label><label class="_span data-v-f2c7ce74">{{item.m1}}</label></view><view style="display:flex;justify-content:space-between;align-items:center;padding:20rpx;" class="data-v-f2c7ce74"><label class="_span data-v-f2c7ce74">反馈结果</label><label class="_span data-v-f2c7ce74">{{item.$orig.fkjg==null?'暂无反馈':item.$orig.fkjg}}</label></view></view></block></view></block></view></view>
|