linwenxin il y a 5 mois
Parent
commit
6a95f17b6a
1 fichiers modifiés avec 2 ajouts et 25 suppressions
  1. 2 25
      src/components/selectionWorkers.vue

+ 2 - 25
src/components/selectionWorkers.vue

@@ -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>