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