|
@@ -1,10 +1,12 @@
|
1
|
1
|
<template>
|
2
|
|
- <view class="BodyCheckItem flex-h">
|
3
|
|
- <view class="flex-item">
|
4
|
|
- <text>{{Data.name}}</text>
|
5
|
|
- <text>{{ToolClass.DateFormat(Data.createDate)}}</text>
|
|
2
|
+ <view class="BodyCheckItem">
|
|
3
|
+ <view class="Title flex-h">
|
|
4
|
+ <text>{{ToolClass.DateFormat(new Date(Data.createDate).getTime())}}</text>
|
|
5
|
+ <view class="flex-item">
|
|
6
|
+ <text>{{Data.name}}</text>
|
|
7
|
+ </view>
|
6
|
8
|
</view>
|
7
|
|
- <view>{{Data.attchment}}</view>
|
|
9
|
+ <view class="Desc">{{Data.attchment}}</view>
|
8
|
10
|
<!-- <navigator url="" hover-class="none">查看报告</navigator> -->
|
9
|
11
|
</view>
|
10
|
12
|
</template>
|