部分按钮添加ghost属性

master
LiuJiaNan 2026-04-01 17:57:49 +08:00
parent 9595358142
commit 40192f9621
8 changed files with 37 additions and 28 deletions

View File

@ -80,6 +80,7 @@ function List(props) {
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
});
}}
ghost
>
返回
</Button>

View File

@ -118,6 +118,7 @@ function DetailList(props) {
jurisdictionalCorpName: urlState.backParentIds.at(-1) === "0" ? undefined : urlState.jurisdictionalCorpName,
});
}}
ghost
>
返回
</Button>

View File

@ -58,6 +58,7 @@ function List(props) {
backParentIds: urlState.backParentIds.slice(0, -1),
});
}}
ghost
>
返回
</Button>

View File

@ -85,6 +85,7 @@ function List(props) {
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
});
}}
ghost
>
返回
</Button>

View File

@ -79,6 +79,7 @@ function List(props) {
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
});
}}
ghost
>
返回
</Button>

View File

@ -112,6 +112,7 @@ function List(props) {
backDepartmentIds: urlState.backDepartmentIds.slice(0, -1),
});
}}
ghost
>
返回
</Button>

View File

@ -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>

View File

@ -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>