Compare commits
2 Commits
7143b29fb3
...
5df22efefa
| Author | SHA1 | Date |
|---|---|---|
|
|
5df22efefa | |
|
|
dd88264e0f |
|
|
@ -8,7 +8,7 @@ import FormItemsRenderer from "../FormBuilder/FormItemsRenderer";
|
||||||
*/
|
*/
|
||||||
const Search = (props) => {
|
const Search = (props) => {
|
||||||
const {
|
const {
|
||||||
labelCol = { span: 4 },
|
labelCol = { span: 6 },
|
||||||
options = [],
|
options = [],
|
||||||
values,
|
values,
|
||||||
onFinish,
|
onFinish,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import { Tag, Tooltip } from "antd";
|
import { Tag, Tooltip } from "antd";
|
||||||
import PreviewImg from "~/components/PreviewImg";
|
import PreviewImg from "../PreviewImg";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 在表格组件中图片查看组件
|
* 在表格组件中图片查看组件
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "zy-react-library",
|
"name": "zy-react-library",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.11",
|
"version": "1.0.12",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "LiuJiaNan",
|
"author": "LiuJiaNan",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue