This commit is contained in:
ym1026
2025-09-16 14:42:11 +08:00
4 changed files with 24 additions and 28 deletions

View File

@@ -4,7 +4,7 @@
<div class="left">
<div class="search-item">
<span>场站切换</span>
<a-select v-model:value="selectStationId" style="width: 400px" @change="getStationChange">
<a-select v-model:value="selectStationId" style="width: 300px" @change="getStationChange">
<a-select-option v-for="station in stations" :value="station['station_id']"
>{{ station.name }}
</a-select-option>

View File

@@ -26,9 +26,9 @@
<a-modal v-model:open="formModal" width="750px" style="top: 80px" :footer="null">
<!-- action:edit add -->
<EditCom
:record="record"
:record="formState"
@operateForm="operateForm"
type="user"
type="syslog"
:action="formStatus"
></EditCom>
</a-modal>