大宝管理后台代码
xxx
dcc
2024-05-07 abcf89c0931fc453f4fd8e1d4d48b8b469d0f3c7
src/views/product/components/editindexdialog.vue
@@ -78,27 +78,27 @@
  props: {
    getinit: {
      type: Function,
      default: function () {},
      default: function () {}
    },
    agentlist: {
      type: Array,
    },
      type: Array
    }
  },
  data() {
    return {
      labelCol: {
        xs: { span: 24 },
        sm: { span: 7 },
        sm: { span: 7 }
      },
      wrapperCol: {
        xs: { span: 24 },
        sm: { span: 13 },
        sm: { span: 13 }
      },
      editUserform: this.$form.createForm(this),
      editUserdialog: false,
      editUserDialogloading: false,
      fields: ['depositAmt', 'transFee', 'eachPoint', 'maxNum', 'minNum', 'homeShow', 'listShow', 'transState'],
      currentDetails: {},
      currentDetails: {}
    }
  },
  methods: {
@@ -134,7 +134,7 @@
          })
        }
      })
    },
  },
    }
  }
}
</script>