|
@@ -2,16 +2,8 @@
|
|
|
<view class="z-popup">
|
|
|
<view class="zhuangtaitubiao" style="justify-content: flex-start !important">
|
|
|
<view class="title">
|
|
|
- <tag
|
|
|
- style="
|
|
|
- background-image: linear-gradient(to bottom right, #7fdaff, #6da7ff);
|
|
|
- border-radius: 4rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 10rpx;
|
|
|
- opacity: 0;
|
|
|
- "
|
|
|
- >
|
|
|
- <text style="color: #ffffff">{{ detail.orderSmallTypeText.slice(0, 2) }}</text>
|
|
|
+ <tag style="box-sizing: border-box; padding: 10rpx; opacity: 0">
|
|
|
+ <text>{{ detail.orderSmallTypeText.slice(0, 2) }}</text>
|
|
|
</tag>
|
|
|
<view>
|
|
|
{{ title }}
|
|
@@ -27,21 +19,6 @@
|
|
|
<text style="color: #ffffff">{{ detail.orderSmallTypeText.slice(0, 2) }}</text>
|
|
|
</tag>
|
|
|
</view>
|
|
|
- <!-- <view class="row">
|
|
|
- <view class="label">工单类型:</view>
|
|
|
- <view class="value">
|
|
|
- <tag
|
|
|
- style="
|
|
|
- background-image: linear-gradient(to bottom right, #7fdaff, #6da7ff);
|
|
|
- border-radius: 4rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 10rpx;
|
|
|
- "
|
|
|
- >
|
|
|
- <text style="color: #ffffff">{{ detail.orderSmallTypeText.slice(0, 2) }}</text>
|
|
|
- </tag>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
<view class="row">
|
|
|
<view class="label">客户名称:</view>
|
|
|
<view class="value">{{ detail.userName }}</view>
|