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