部分按钮添加ghost属性
parent
9595358142
commit
40192f9621
|
|
@ -80,6 +80,7 @@ function List(props) {
|
||||||
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
|
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
|
ghost
|
||||||
>
|
>
|
||||||
返回
|
返回
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,7 @@ function DetailList(props) {
|
||||||
jurisdictionalCorpName: urlState.backParentIds.at(-1) === "0" ? undefined : urlState.jurisdictionalCorpName,
|
jurisdictionalCorpName: urlState.backParentIds.at(-1) === "0" ? undefined : urlState.jurisdictionalCorpName,
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
|
ghost
|
||||||
>
|
>
|
||||||
返回
|
返回
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@ function List(props) {
|
||||||
backParentIds: urlState.backParentIds.slice(0, -1),
|
backParentIds: urlState.backParentIds.slice(0, -1),
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
|
ghost
|
||||||
>
|
>
|
||||||
返回
|
返回
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@ function List(props) {
|
||||||
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
|
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
|
ghost
|
||||||
>
|
>
|
||||||
返回
|
返回
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ function List(props) {
|
||||||
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
|
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
|
ghost
|
||||||
>
|
>
|
||||||
返回
|
返回
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,7 @@ function List(props) {
|
||||||
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
|
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
|
ghost
|
||||||
>
|
>
|
||||||
返回
|
返回
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,8 @@ function List(props) {
|
||||||
form,
|
form,
|
||||||
params: {
|
params: {
|
||||||
personBelongType: 4,
|
personBelongType: 4,
|
||||||
processOrRecord: !props.isRecords ? 1 : 2 },
|
processOrRecord: !props.isRecords ? 1 : 2,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const getFirstLevelDoorInfoListAll = async () => {
|
const getFirstLevelDoorInfoListAll = async () => {
|
||||||
|
|
@ -85,6 +86,7 @@ function List(props) {
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setQrCodeModalVisible(true);
|
setQrCodeModalVisible(true);
|
||||||
}}
|
}}
|
||||||
|
ghost
|
||||||
>
|
>
|
||||||
访客二维码
|
访客二维码
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ import useGetFile from "zy-react-library/hooks/useGetFile";
|
||||||
import useTable from "zy-react-library/hooks/useTable";
|
import useTable from "zy-react-library/hooks/useTable";
|
||||||
import { getLabelName } from "zy-react-library/utils";
|
import { getLabelName } from "zy-react-library/utils";
|
||||||
import { VEHICLE_AUDIT_STATUS_ENUM } from "~/enumerate/constant";
|
import { VEHICLE_AUDIT_STATUS_ENUM } from "~/enumerate/constant";
|
||||||
import { NS_FIRST_LEVEL_DOOR_INFO, NS_TEMPORARY_VEHICLE, NS_VEHICLE_AUDIT,NS_VEHICLE_APPLY } from "~/enumerate/namespace";
|
import { NS_FIRST_LEVEL_DOOR_INFO, NS_TEMPORARY_VEHICLE, NS_VEHICLE_APPLY, NS_VEHICLE_AUDIT } from "~/enumerate/namespace";
|
||||||
|
|
||||||
function List(props) {
|
function List(props) {
|
||||||
const [qrCodeModalVisible, setQrCodeModalVisible] = useState(false);
|
const [qrCodeModalVisible, setQrCodeModalVisible] = useState(false);
|
||||||
|
|
@ -80,6 +80,7 @@ function List(props) {
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setQrCodeModalVisible(true);
|
setQrCodeModalVisible(true);
|
||||||
}}
|
}}
|
||||||
|
ghost
|
||||||
>
|
>
|
||||||
访客二维码
|
访客二维码
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue