yangan
2024-03-22 fb5d35199bbaa01eeaea592ea3a341fcdcffc87a
pages/driver-page/driver-index/bill-of-lading-details/printerStyle/printerStyle.vue
@@ -2,7 +2,9 @@
   <view>
      <u-modal :show="show"
         :title="title"
         @confirm="checkedConfirm">
         show-cancel-button
         @confirm="checkedConfirm"
         @cancel="checkedCancel">
         <view class="slot-content">
            <view class="radio-group">
               <u-radio-group v-model="checkedStyle"
@@ -90,6 +92,9 @@
            // 个人中心 修改磅单打印样式
            this.$emit('selectedPrintStyle', this.checkedName)
            this.show = false
         },
         checkedCancel() {
            this.show = false
         }
      }
   }