xuyunhui 1 год назад
Родитель
Сommit
9927092a55
1 измененных файлов с 1 добавлено и 1 удалено
  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>