Przeglądaj źródła

feat: 小主卡标识

xuyunhui 1 rok temu
rodzic
commit
9927092a55
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      myPages/ServiceObjectManagement/index.vue

+ 1 - 1
myPages/ServiceObjectManagement/index.vue

@@ -25,7 +25,7 @@
                   备注:<text>{{item.remark || '无'}}</text>
                 </view>
                 <view class="completed" >
-                  备注:<text class="tab" :style="{'backgroundColor': item.minMainCardStatus ? '#85ce63':'#a6a9ad' }" >{{item.minMainCardStatus ?  "已注册" : "未注册"}}</text>
+                  小主卡:<text class="tab" :style="{'backgroundColor': item.minMainCardStatus ? '#85ce63':'#a6a9ad' }" >{{item.minMainCardStatus ?  "已注册" : "未注册"}}</text>
                 </view>
               </view>
             </view>