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"
  },
},

字典配置


原文地址:https://www.cnblogs.com/guxingy/p/13890759.html