linwenxin преди 5 месеца
родител
ревизия
cb05d4be79
променени са 1 файла, в които са добавени 12 реда и са изтрити 1 реда
  1. 12 1
      src/components/selectionWorkers.vue

+ 12 - 1
src/components/selectionWorkers.vue

@@ -4,7 +4,18 @@
       <view class="title">{{ title }}</view>
       <view class="row">
         <view class="label">工单类型:</view>
-        <view class="value">{{ detail.orderSmallTypeText.slice(0, 2) }}</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>