wangzhibo
2026-07-16 dca2b8e04123ed6bd9055433090511ba4cfc1bb3
src/modules/push/views/vehiclegps.vue
@@ -128,10 +128,10 @@
            span: 12
        },
        {
            label: t('定位状态'),
            label: t('定位精度'),
            prop: "status",
            component: { name: "el-radio-group", options: options.status },
            value: 0,
            value: "A",
            required: true
        }
    ]
@@ -163,7 +163,7 @@
        { label: t('速度'), prop: "speed", minWidth: 140, sortable: "custom" },
        { label: t('方向角'), prop: "direction", minWidth: 140, sortable: "custom" },
        { label: t('海拔高度'), prop: "elevation", minWidth: 140, sortable: "custom" },
        { label: t('定位状态'), prop: "status", minWidth: 120 },
        { label: t('定位精度'), prop: "status", minWidth: 120 },
        {
            label: t('创建时间'),
            prop: "createTime",