0.0.27 • Published 2 years ago

lcfc-ui v0.0.27

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

LCFC UI

安装

npm install lcfc-ui

除了安装上述组件之外,项目使用还需要自己安装 element-plus、vxe-table

使用

import QUi from 'lcfc-ui'
import 'lcfc-ui/dist/style.css'

app.use(QUi, {
  dict,
  download,
  commonApi,
  lang,
  previewUrl
})

组件

table

<q-table
  :columns="columns"
  :querys="querys"
  :queryConfig="{ labelWidth: 80, additionalSlot: [additionalSlot] }"
  :isPaging="true"
  :api="CurrencyApis"
  :forms="forms"
  buttons="search|add|upload|download|export"
>
  	<template #open>
      <vxe-column width="200" title="xxx">
        <template #default>
          <el-button type="primary">primary</el-button>
        </template>
      </vxe-column>
    </template>
</q-table>

<scrip setup>
const columns = ref([
  { label: '序号', type: 'seq' },
  { label: '标题1', prop: 'label1' },
  { label: '标题2', prop: 'label2', slot: 'open' },
])
  
const api = { List : Fn }
</scrip>
0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago