无人机管理后台前端(已迁走)
罗广辉
2025-10-11 02409bfbe15f22fc3b5dccadabfd860a660a49d9
feat: 名称修改
2 files modified
10 ■■■■ changed files
src/buildConfig/buildConfig/config.default.js 2 ●●● patch | view | raw | blame | history
src/views/flightLog/flightLog.vue 8 ●●●● patch | view | raw | blame | history
src/buildConfig/buildConfig/config.default.js
@@ -2,7 +2,7 @@
export default function getBaseConfig () {
    return {
        loginTitle: '中图智飞低空智能感知网平台',  //登陆页面标题
        loginTitle: '吉安市低空经济服务一体化平台',  //登陆页面标题
        // envName: 'jiangwu',
        ...defaultLayer
    }
src/views/flightLog/flightLog.vue
@@ -41,7 +41,7 @@
        <el-tab-pane label="全部" name="全部"></el-tab-pane>
        <el-tab-pane label="我的收藏" name="收藏"></el-tab-pane>
            <el-table border :data="tableList" class="custom-header">
                <el-table-column label="序号" type="index" width="60"></el-table-column>
                <el-table-column label="序号" type="index" width="60" align="center"></el-table-column>
        <el-table-column prop="job_name" label="任务名称" align="center" show-overflow-tooltip></el-table-column>
        <el-table-column prop="job_info_num" label="任务编号" align="center" show-overflow-tooltip></el-table-column>
        <el-table-column prop="title" label="飞行类型" align="center" show-overflow-tooltip></el-table-column>
@@ -111,7 +111,7 @@
    </el-dialog>
  <el-dialog class="ztzf-dialog" append-to-body v-model="isShowWarnView" title="查看警告信息" :width="pxToRem(1000)" :close-on-click-modal="false" :destroy-on-close="true">
    <el-table border :data="warningList" height="300">
      <el-table-column label="序号" type="index" width="60"></el-table-column>
      <el-table-column label="序号" type="index" width="60" align="center"></el-table-column>
      <el-table-column prop="warn_info" label="内容" align="center" show-overflow-tooltip></el-table-column>
    </el-table>
    <template #footer>
@@ -186,12 +186,12 @@
        children: [{
          id: item.id,
          time: timeFormatConvert(dateNow()),
          warn_info: '您今天误操作,今后请注意!'
          warn_info: '信号受到干扰,请谨慎飞行'
        },
          {
            id: item.id,
            time: timeFormatConvert(dateNow()),
            warn_info: '您今天误操作,今后请注意!'
            warn_info: '风速较大,请谨慎飞行'
          }],
      }
    })