소스 검색

feat: 小主卡标识

xuyunhui 1 년 전
부모
커밋
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>