@azglobal/ant-components

1.0.53 • Public • Published

azg-ant-components

ant-design-vue二次封装组件库

AddressSelector 地址选择器

AzgCard 卡片容器

AzgFooter 页脚容器

AzgTag 标签

参数 说明 类型 可选值 示例
type 标签类型 TagType SPU_TRADE_TYPE 商品-贸易类型(直邮、保税区、一般贸易)
SPU_KIND_TYPE 商品-类型(单商品、组合商品、虚拟商品)
SPU_BUSINESSKIND_TYPE 商品-渠道类型(全球购、好货通)
SPU_STATUS_TYPE 商品-上下架状态(全球购、好货通)
SPU_SUBSTATUS_TYPE 商品-审核状态
<azg-tag :type="TagType.SPU_TRADE_TYPE" :value="1"></azg-tag>
value 标签文本 string - -

AzgTag 示例:

<template>
  <azg-tag
    :type="TagType.SPU_TRADE_TYPE"
    :value="1"
  ></azg-tag>
</template>

<script setup>
import { AzgTag, TagType } from "@azglobal/ant-components";
</script>

GroupHeader 组标题

SearchFormBar 搜索栏

TableList 表格

InputNumberSection 数字区间输入

Readme

Keywords

none

Package Sidebar

Install

npm i @azglobal/ant-components

Weekly Downloads

55

Version

1.0.53

License

none

Unpacked Size

436 kB

Total Files

13

Last publish

Collaborators

  • arthur's
  • azg2022