1.4.2 • Published 2 years ago
cjx-zdy-ui v1.4.2
- 💪 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>图片展示

在线文档
组件项目仓库
1.3.7
2 years ago
1.3.6
2 years ago
1.3.5
2 years ago
1.3.4
2 years ago
1.4.2
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.3.9
2 years ago
1.3.8
2 years ago
1.3.3
2 years ago
1.3.2
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.2.1
2 years ago
1.2.0
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.1.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago