Browse Source

fix():修改充电站管理站点状态

tags/PMS_V1.0.0_Alpha5
zhugy 1 year ago
parent
commit
9fad89debe
  1. 3
      src/pages/NewEnergy/ChargeStationMgm/loadable.jsx

3
src/pages/NewEnergy/ChargeStationMgm/loadable.jsx

@ -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: "请选择站点状态",

|||||||
100:0
Loading…
Cancel
Save