0.0.27 • Published 7 months ago

lcfc-ui v0.0.27

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months 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

7 months ago

0.0.26

7 months ago

0.0.25

7 months ago

0.0.24

7 months ago

0.0.23

7 months ago

0.0.22

7 months ago

0.0.21

7 months ago

0.0.20

8 months ago

0.0.19

8 months ago

0.0.18

8 months ago

0.0.17

8 months ago

0.0.16

8 months ago

0.0.15

8 months ago

0.0.14

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago