龚焕茏
2024-08-20 d52e39c6d64d9bc8a90916a070969e1898ee8ea0
feat:运行监控展示
3个文件已修改
12 ■■■■ 已修改文件
src/views/system/monitor/platform/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/monitor/recovery/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/monitor/video/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/monitor/platform/index.vue
@@ -98,14 +98,14 @@
        >删除</el-button>
      </el-col> -->
      <el-col :span="1.5">
        <el-button
        <!-- <el-button
          type="warning"
          plain
          icon="el-icon-download"
          size="mini"
          @click="handleExport"
          v-hasPermi="['platform:platform:export']"
        >导出</el-button>
        >导出</el-button> -->
      </el-col>
      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
    </el-row>
src/views/system/monitor/recovery/index.vue
@@ -74,7 +74,7 @@
    </el-form>
    <el-row :gutter="10" class="mb8">
      <el-col :span="1.5">
      <!-- <el-col :span="1.5">
        <el-button
          type="warning"
          plain
@@ -82,7 +82,7 @@
          size="mini"
          @click="handleExport"
        >导出</el-button>
      </el-col>
      </el-col> -->
      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
    </el-row>
src/views/system/monitor/video/index.vue
@@ -80,7 +80,7 @@
    </el-form>
    <el-row :gutter="10" class="mb8">
      <el-col :span="1.5">
      <!-- <el-col :span="1.5">
        <el-button
          type="warning"
          plain
@@ -89,7 +89,7 @@
          @click="handleExport"
          v-hasPermi="['system:monitor:export']"
        >导出</el-button>
      </el-col>
      </el-col> -->
      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
    </el-row>