|
@@ -22,21 +22,19 @@
|
|
|
<view class="detail-data">{{formatDate.join('-') }}</view>
|
|
|
<!-- 富文本 -->
|
|
|
<MtaMpHtml class="dljt-editor-box" :content="data.info.content" ></MtaMpHtml>
|
|
|
-
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- table -->
|
|
|
- <view class="dljt-table-box" v-if="isHasLink(data.info.ziliao)">
|
|
|
- <view class="table-th-row">
|
|
|
- <view style="width: 15%">序号</view>
|
|
|
- <view style="width: 60%">资料名称</view>
|
|
|
- <view style="width: 25%">下载</view>
|
|
|
- </view>
|
|
|
- <view class="table-td-row" v-for="(ccIte,index) in data.info.ziliao">
|
|
|
- <view style="width: 15%" class="item-center"><view>{{index+1}}</view></view>
|
|
|
- <view style="width: 60%"><view>{{ccIte.name}}</view></view>
|
|
|
- <view style="width: 25%">
|
|
|
- <a class="table-btn" @click="handleDownFile(ccIte)" >文件下载</a>
|
|
|
+ <!-- table -->
|
|
|
+ <view class="dljt-table-box" v-if="isHasLink(data.info.ziliao)">
|
|
|
+ <view class="table-th-row">
|
|
|
+ <view style="width: 15%">序号</view>
|
|
|
+ <view style="width: 60%">资料名称</view>
|
|
|
+ <view style="width: 25%">下载</view>
|
|
|
+ </view>
|
|
|
+ <view class="table-td-row" v-for="(ccIte,index) in data.info.ziliao">
|
|
|
+ <view style="width: 15%" class="item-center"><view>{{index+1}}</view></view>
|
|
|
+ <view style="width: 60%"><view>{{ccIte.name}}</view></view>
|
|
|
+ <view style="width: 25%">
|
|
|
+ <a class="table-btn" @click="handleDownFile(ccIte)" >文件下载</a>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|