1.3.2 • Published 27 days ago

cjx-zdy-ui v1.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
27 days ago
  • 💪 Vue 3 Composition API
  • 🔥 Written in TypeScript

Install

npm i cjx-zdy-ui

组件引入 main.ts

import CjxUI from 'cjx-zdy-ui'

app.use(CjxUI)

快速开始

<ProTable
  ref="proTableRef"
  :columns="columns"
  :initParam="{ winRate: 100 }"
  :tabs="{ data: getTabsList }"
  rowKey="lotteryActivityAwardId"
  :children-prop="{
    lazy: true,
    load: getChildren
  }"
  :span-method="mergeColum"
  :request-api="getList"
  :beforeSearchSubmit="formatParams"
  :dataCallback="formatData"
>
    <template #tableHeader="{ selectedListIds, selectedList, isSelected }">
      <el-button type="primary">导出报表</el-button>
      <el-button type="primary" :disabled="!isSelected">批量删除</el-button>
    </template>
    <template #action="{ row }">
      <el-button link type="primary"
        >编辑{{ row.lotteryActivityAwardId }}</el-button
      >
    </template>
</ProTable>

图片展示

图片

在线文档

cjx-zdy-ui 文档

组件项目仓库

cjx-zdy-ui 项目仓库

1.3.2

27 days ago

1.3.1

27 days ago

1.3.0

1 month ago

1.2.1

1 month ago

1.2.0

10 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.1.2

12 months ago

1.0.1

1 year ago

1.0.0

1 year ago