|
|
@ -13,6 +13,7 @@ import "./index.scss"; |
|
|
|
|
|
|
|
|
|
|
|
function Appointment() { |
|
|
|
|
|
|
|
// 详情弹窗 |
|
|
|
const [detailVisible, setDetailVisible] = useState(false); |
|
|
|
// 列表数据 |
|
|
@ -139,7 +140,7 @@ function Appointment() { |
|
|
|
label: "站点状态", |
|
|
|
options: [ |
|
|
|
{ value: "0", label: "全部" }, |
|
|
|
...sysConfig?.stationType || [] |
|
|
|
...sysConfig?.stationStatus || [] |
|
|
|
], |
|
|
|
defaultValue: "0", |
|
|
|
placeholder: "请选择站点状态", |
|
|
|
xxxxxxxxxx