cuiqian2004
2025-05-14 b1233b1089142611698e913e565ec232334ba261
pages/modal/3200.vue
@@ -66,7 +66,7 @@
<script>
   import {
      Base64
   } from  '@/js/Base64.js';
   } from '@/js/Base64.js';
   import classUtils from "@/js/utils.js"
   import {
      appGetInfo,
@@ -341,7 +341,7 @@
                              $this.head_styledef.form
                                 .model[ele.fieldId] = itemName;
                           }
                           $this.head_styledef.form.items[index].dict = selections.map((a) => {
                           $this.head_styledef.form.items[index].selections = selections.map((a) => {
                              return {
                                 value: a.value,
                                 text: a.label
@@ -1935,6 +1935,16 @@
         width: 91%;
         display: inline-block;
         text-align: left;
         .uni-forms-item {
            padding-bottom: 5rpx;
            margin-bottom: 0;
            .uni-forms-item__label {
               height: 20px !important;
               padding: 0 10rpx 0 0 !important;
            }
         }
      }
      .dv-panel-buticon {