|
@@ -19,13 +19,19 @@
|
|
|
<view>来文机关</view>
|
|
|
</u-col>
|
|
|
<u-col span="3" textAlign="center" class="card_col_1">
|
|
|
- <u--text size="14" align="center" lines="1" :text="inputForm.sendingAgency"></u--text>
|
|
|
+ <uni-tooltip :content="inputForm.sendingAgency" placement="top">
|
|
|
+ <u--text size="14" align="center" lines="1" :text="inputForm.sendingAgency"></u--text>
|
|
|
+ </uni-tooltip>
|
|
|
+
|
|
|
</u-col>
|
|
|
<u-col span="3" textAlign="center" class="card_col card_col_1">
|
|
|
<view>来文字号</view>
|
|
|
</u-col>
|
|
|
<u-col span="3" textAlign="center">
|
|
|
- <u--text size="14" align="center" lines="1" :text="inputForm.docFontSize"></u--text>
|
|
|
+ <uni-tooltip :content="inputForm.docFontSize" placement="top">
|
|
|
+ <u--text size="14" align="center" lines="1" :text="inputForm.docFontSize"></u--text>
|
|
|
+ </uni-tooltip>
|
|
|
+ <!-- <u--text size="14" align="center" lines="1" :text="inputForm.docFontSize"></u--text> -->
|
|
|
</u-col>
|
|
|
</u-row>
|
|
|
<u-row justify="space-between" class="card_row card_row_border">
|
|
@@ -39,7 +45,10 @@
|
|
|
<view>文件来源</view>
|
|
|
</u-col>
|
|
|
<u-col span="3" textAlign="center">
|
|
|
- <u--text size="14" align="center" lines="1" :text="inputForm.fileSource"></u--text>
|
|
|
+ <uni-tooltip :content="inputForm.fileSource" placement="top">
|
|
|
+ <u--text size="14" align="center" lines="1" :text="inputForm.fileSource"></u--text>
|
|
|
+ </uni-tooltip>
|
|
|
+ <!-- <u--text size="14" align="center" lines="1" :text="inputForm.fileSource"></u--text> -->
|
|
|
</u-col>
|
|
|
</u-row>
|
|
|
<u-row justify="space-between" class="card_row card_row_border">
|
|
@@ -63,7 +72,7 @@
|
|
|
</view>
|
|
|
<view class="flex text-sm" style="line-height: 20px;">
|
|
|
<u--image :src="item.signfj" width="80px" height="20px"></u--image>
|
|
|
- {{item.createTime}}
|
|
|
+ {{item.updateTime}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-col>
|
|
@@ -79,7 +88,7 @@
|
|
|
</view>
|
|
|
<view class="flex text-sm" style="line-height: 20px;">
|
|
|
<u--image :src="leader.signfj" width="80px" height="20px"></u--image>
|
|
|
- {{leader.createTime}}
|
|
|
+ {{leader.updateTime}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-col>
|
|
@@ -95,7 +104,7 @@
|
|
|
</view>
|
|
|
<view class="flex text-sm" style="line-height: 20px;">
|
|
|
<u--image :src="item.signfj" width="80px" height="20px" mode="aspectFit"></u--image>
|
|
|
- {{item.createTime}}
|
|
|
+ {{item.updateTime}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-col>
|
|
@@ -189,12 +198,12 @@
|
|
|
this.undertakeInfo.push(item)
|
|
|
}
|
|
|
})
|
|
|
- this.leaderInfo.sort((a, b) => a.createTime.localeCompare(b.createTime) || a.createTime
|
|
|
- .localeCompare(b.createTime));
|
|
|
- this.undertakeInfo.sort((a, b) => a.createTime.localeCompare(b.createTime) || a.createTime
|
|
|
- .localeCompare(b.createTime));
|
|
|
- this.officeInfo.sort((a, b) => a.createTime.localeCompare(b.createTime) || a.createTime
|
|
|
- .localeCompare(b.createTime));
|
|
|
+ this.leaderInfo.sort((a, b) => a.updateTime.localeCompare(b.updateTime) || a.updateTime
|
|
|
+ .localeCompare(b.updateTime));
|
|
|
+ this.undertakeInfo.sort((a, b) => a.updateTime.localeCompare(b.updateTime) || a.updateTime
|
|
|
+ .localeCompare(b.updateTime));
|
|
|
+ this.officeInfo.sort((a, b) => a.updateTime.localeCompare(b.updateTime) || a.updateTime
|
|
|
+ .localeCompare(b.updateTime));
|
|
|
this.ismask = false
|
|
|
})
|
|
|
|
|
@@ -343,10 +352,6 @@
|
|
|
background-color: #fefefe;
|
|
|
}
|
|
|
|
|
|
- /* .card_main * {
|
|
|
- font-size: 16px!important;
|
|
|
- } */
|
|
|
-
|
|
|
.card_banner {
|
|
|
width: 100%;
|
|
|
height: 60px;
|