1.1.0-alpha.12 • Published 7 months ago

@yll10243/table-form v1.1.0-alpha.12

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

表单组件

  • el-autocomplete 自动补全输入框
  • el-cascader 级联选择器
  • el-checkbox 多选框
  • el-color-picker 取色器
  • el-date-picker 日期选择器
  • el-input 输入框
  • el-input-number 数字输入框
  • el-radio-group 和 el-radio 单选框
  • el-rate 评分
  • el-select 和 el-option 选择器
  • el-slider 滑块
  • el-switch 开关
  • el-time-picker 时间选择器
  • el-time-select 时间选择
  • el-transfer 穿梭框

备注

const columns = [
	{ type: "selection", fixed: "left", width: 80 },
	{ type: "index", label: "#", width: 80 },
	{ type: "expand", label: "Expand", width: 100 },
	{
		prop: "email",
		label: "邮箱",
		display: true,
		search: { el: "input" },
		formAttr: { //为el-col和el-表单组件属性合并一起,非formAttr为el-form-item的绑定数据
			typeName: "input", //必传
			clearable: true,
			span: 12,
			placeholder: "请输入用户名"
		}
	}
]

使用

在入口文件 src/main.ts 中

import { createApp } from "vue";
...
import ayiUI from "@yll10243/table-form";
import "@yll10243/table-form/dist/style.css";
const app = createApp(App);
app.use(ayiUI);
...
app.mount("#app");
1.1.0

11 months ago

1.1.0-alpha.11

7 months ago

1.1.0-alpha.10

7 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.1.0-alpha.12

7 months ago

1.1.0-alpha.9

7 months ago

1.1.0-alpha.7

7 months ago

1.1.0-alpha.8

7 months ago

1.1.0-alpha.1

11 months ago

1.1.0-alpha.2

8 months ago

1.1.0-alpha.0

11 months ago

1.1.0-alpha.5

7 months ago

1.1.0-alpha.6

7 months ago

1.1.0-alpha.3

8 months ago

1.1.0-alpha.4

8 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago