d56bd957
“wangming”
修复问题,组建AI
|
1
|
<view class="main data-v-1d3bd677"><view class="toptitle data-v-1d3bd677"><view data-event-opts="{{[['tap',[['ht',['$event']]]]]}}" class="toptitle_left data-v-1d3bd677" bindtap="__e"><u-icon vue-id="eb810d22-1" name="arrow-left" color="#fff" size="20" class="data-v-1d3bd677" bind:__l="__l"></u-icon></view><view class="toptitle_title data-v-1d3bd677"> 设备资料 </view></view><view style="padding:10px;background-color:#fff;border-radius:5px;margin-bottom:15px;" class="data-v-1d3bd677"><u-subsection vue-id="eb810d22-2" list="{{list}}" fontSize="14" activeColor="#0052D8" current="{{current}}" data-event-opts="{{[['^change',[['change']]]]}}" bind:change="__e" class="data-v-1d3bd677" bind:__l="__l"></u-subsection></view><block wx:if="{{current==0}}"><view class="box data-v-1d3bd677"><view class="tips data-v-1d3bd677"><view class="tip data-v-1d3bd677"></view><view class="tiptitle data-v-1d3bd677"> 基础资料 </view></view><view class="box_item data-v-1d3bd677"><view class="f1 data-v-1d3bd677">设备名</view><view class="f2 data-v-1d3bd677">{{info.name}}</view></view><view class="box_item data-v-1d3bd677"><view class="f1 data-v-1d3bd677">设备编号</view><view class="f2 data-v-1d3bd677">{{info.device_number}}</view></view><view class="box_item data-v-1d3bd677"><view class="f1 data-v-1d3bd677">设备出厂编号</view><view class="f2 data-v-1d3bd677">{{info.device_made_number}}</view></view><view class="box_item data-v-1d3bd677"><view class="f1 data-v-1d3bd677">设备出厂日期</view><view class="f2 data-v-1d3bd677">{{info.device_made_time}}</view></view><view class="box_item data-v-1d3bd677"><view class="f1 data-v-1d3bd677">规格</view><view class="f2 data-v-1d3bd677">{{info.spec}}</view></view><view class="box_item data-v-1d3bd677"><view class="f1 data-v-1d3bd677">设备分类</view><view class="f2 data-v-1d3bd677">{{info.category}}</view></view><view class="box_item data-v-1d3bd677" style="display:flex;flex-direction:column;align-items:flex-start;"><view class="f1 data-v-1d3bd677" style="margin-bottom:15px;">设备介绍</view><view class="f2 data-v-1d3bd677"><rich-text nodes="{{info.F_Description}}"></rich-text></view></view></view></block><block wx:if="{{current==1}}"><view class="box1 data-v-1d3bd677"><view class="tips data-v-1d3bd677"><view class="tip data-v-1d3bd677"></view><view class="tiptitle data-v-1d3bd677"> 相关资料 </view></view><block wx:for="{{info.attment}}" wx:for-item="item" wx:for-index="__i0__"><view class="box_item1 data-v-1d3bd677"><view class="left data-v-1d3bd677"><view class="left_image data-v-1d3bd677"><block wx:if="{{item.type=='pdf'}}"><image src="../../../static/PDF.png" mode class="data-v-1d3bd677"></image></block><block wx:if="{{item.type=='doc'||item.type=='docx'}}"><image src="../../../static/WORD.png" mode class="data-v-1d3bd677"></image></block><block wx:if="{{item.type=='xlsx'||item.type=='xls'}}"><image src="../../../static/WORD.png" mode class="data-v-1d3bd677"></image></block><block wx:if="{{item.type=='png'||item.type=='jpg'||item.type=='jpeg'}}"><image src="../../../static/img/picture.png" mode class="data-v-1d3bd677"></image></block></view><view class="l_title data-v-1d3bd677"><view class="l_title_f1 data-v-1d3bd677">{{''+item.name+''}}</view></view></view><view data-event-opts="{{[['tap',[['ylwj',['$0','$1'],[[['info.attment','',__i0__,'url']],[['info.attment','',__i0__,'type']]]]]]]}}" class="right data-v-1d3bd677" bindtap="__e"><u-button vue-id="{{'eb810d22-3-'+__i0__}}" size="small" type="primary" text="查看" class="data-v-1d3bd677" bind:__l="__l"></u-button></view></view></block></view></block></view>
|