1.4.2 • Published 1 year ago

cjx-zdy-ui v1.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago