1
yanjinhui
2026-03-24 24ac6e3688db3dbb68eb6a53dd6c6fc9f8e12d6b
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Client/src/views/basicinfo/Dt_StationInfo.vue
@@ -80,7 +80,7 @@
      [
        {
          title: "站台状态",
          field: "isOccupied",
          field: "StationStatus",
          type: "select",
          width: 150,
          require: true,
@@ -185,12 +185,21 @@
        },
        { 
          title: "站台状态", 
          field: "isOccupied",
          field: "StationStatus",
          type: "select",
          data: [
            { key: "0", value: "空闲" },
            { key: "1", value: "占用" },
            { key: "2", value: "禁用" },
          ],
        },
         {
          title: "站台是否可用",
          field: "IsOccupied",
          type: "select",
          data: [
            { key: "0", value: "可用" },
            { key: "1", value: "占用" },
          ],
        },
      ],
@@ -243,7 +252,7 @@
        align: "left",
        bind: {
          key: "value",
          data: [
          data:[
            { key: "1", value: "只入" },
            { key: "2", value: "只出" },
            { key: "3", value: "可入可出" },
@@ -257,8 +266,8 @@
        width: 120,
        align: "left",
      },
      {
        field: "isOccupied",
        {
        field: "stationStatus",
        title: "站台状态",
        type: "select",
        width: 120,
@@ -273,6 +282,20 @@
        },
      },
      {
        field: "isOccupied",
        title: "站台是否可用",
        type: "select",
        width: 120,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "可用" },
            { key: "1", value: "占用" },
          ],
        },
      },
      {
        field: "creater",
        title: "创建人",
        type: "string",