shish 1 년 전
부모
커밋
fca7cc991e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hdApp/src/admin/goods/category.vue

+ 1 - 1
hdApp/src/admin/goods/category.vue

@@ -69,7 +69,7 @@
           <view class="inp-list-line switch-wrap">
             <view class="line-label">商城上</view>
             <view class="line-input flex-strat">
-              <switch :checked="modifyForm.status == '0' ? false : true" @change="switchChangeFn" />
+              <switch :checked="modifyForm.status == '0' ? false : true" @change="switchChangeFn" /><text style="margin-left:10upx;">{{ modifyForm.status==0?'隐藏':'显示' }}</text>
             </view>
           </view>
         </view>