AVUE 下拉 select 下拉项 为 字典


前端

{
  label: "类型",
  prop: "type",
  rules: [{
	required: true,
	message: "请输入类型",
	trigger: "blur"
  }],
  type: "select",
  dicUrl: "/api/blade-system/dict/dictionary?code=pms_store_type",
  props: {
	label: "dictValue",
	value: "dictKey"
  },
},

字典配置



免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。