shish 2 yıl önce
ebeveyn
işleme
9ba4d1adf3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      ghsApp/src/pagesOrder/refundAllList.vue

+ 1 - 1
ghsApp/src/pagesOrder/refundAllList.vue

@@ -1,6 +1,6 @@
 <template>
   <view class="app-content">
-      <view style="padding:20upx 0 25upx 20upx;font-size:26upx;">
+      <view style="padding:20upx 0 25upx 20upx;font-size:27upx;">
         <text @click="changeStatus()">{{ status == -1 ? '选类型' : status == 0 ? '处理中' : status == 1 ? '已通过' : status == 2 ? '已驳回' : '已取消' }}</text>
         <text style="margin-left:20upx;" @click="changeClass()">选分类</text>
         <text style="margin-left:20upx;" @click="changeCause()">{{ cause == -1 ? '选择原因' : cause == 0 ? '质量问题' : '多开错开' }}</text>