yangan
2025-02-25 d32ae912cef59cbd9d2d569e763d13f1982520ad
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
         }
      }
   }