前端

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

字典配置

AVUE 下拉 select 下拉项 为 字典
AVUE 下拉 select 下拉项 为 字典

相关文章:

  • 2022-02-17
  • 2021-12-31
  • 2021-09-02
  • 2021-11-22
  • 2021-12-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2021-05-19
相关资源
相似解决方案