无人机管理后台前端(已迁走)
chenyao
2025-09-02 752005cfdf12a66db30365656bb0ed76e872663c
feat:更新设备调整
1 files modified
9 ■■■■■ changed files
src/views/device/airport.vue 9 ●●●●● patch | view | raw | blame | history
src/views/device/airport.vue
@@ -367,7 +367,7 @@
            label: '设备名称',
            prop: 'nickname',
            labelWidth: 130,
            width: 100,
            width: 160,
            searchSpan: 4,
            search: true,
            overHidden: true,
@@ -388,7 +388,7 @@
            editDisplay: false, //编辑显示
            viewDisplay: false, //查看显示
            labelWidth: 130,
            width: 100,
            width: 200,
          },
          {
            label: '设备位置',
@@ -470,7 +470,7 @@
            label: '负载设备',
            prop: 'payload_str',
            labelWidth: 130,
            width: 100,
            width: 160,
            overHidden: true,
            editDisabled: true,
            // rules: [
@@ -617,10 +617,11 @@
          
          {
            hide: true,
            // hide: true,
            label: '保险有效期',
            prop: 'duration_of_insurance',
            labelWidth: 130,
            width: 160,
            type: 'daterange',
            format: 'YYYY-MM-DD',
            valueFormat: 'YYYY-MM-DD HH:mm:ss',