Commit e8ea9e622a77580aa983f9ef53e8abf135e25bde
1 parent
527393bc
地址解析为经纬度
Showing
1 changed file
with
4 additions
and
4 deletions
pages/work/daily/inspection/details.vue
1 | <template> | 1 | <template> |
2 | <view class="container"> | 2 | <view class="container"> |
3 | <tui-list-cell :hover="false"> | 3 | <tui-list-cell :hover="false"> |
4 | - <view class="fs-flex__between"><view>巡检编码</view><view>{{info.planNo}}</view></view> | 4 | + <view class="fs-flex__between fs-ellipsis"><view>巡检编码</view><view class="fs-ellipsis ">{{info.planNo}}</view></view> |
5 | </tui-list-cell> | 5 | </tui-list-cell> |
6 | <tui-list-cell :hover="false"> | 6 | <tui-list-cell :hover="false"> |
7 | - <view class="fs-flex__between"><view>计划名称</view><view>{{info.planName}}</view></view> | 7 | + <view class="fs-flex__between fs-ellipsis"><view>计划名称</view><view class="fs-ellipsis">{{info.planName}}</view></view> |
8 | </tui-list-cell> | 8 | </tui-list-cell> |
9 | <tui-list-cell :hover="false"> | 9 | <tui-list-cell :hover="false"> |
10 | - <view class="fs-flex__between"><view>归属公司</view><view>{{info.belongCompanyName}}</view></view> | 10 | + <view class="fs-flex__between fs-ellipsis"><view>归属公司</view><view class="fs-ellipsis">{{info.belongCompanyName}}</view></view> |
11 | </tui-list-cell> | 11 | </tui-list-cell> |
12 | <tui-list-cell :hover="false"> | 12 | <tui-list-cell :hover="false"> |
13 | - <view class="fs-flex__between"><view>道路名称</view><view>{{info.roadName}}</view></view> | 13 | + <view class="fs-flex__between fs-ellipsis"><view>道路名称</view><view class="fs-ellipsis ">{{info.roadName}}</view></view> |
14 | </tui-list-cell> | 14 | </tui-list-cell> |
15 | <!-- | 15 | <!-- |
16 | <tui-list-cell :hover="false"> | 16 | <tui-list-cell :hover="false"> |