fuliqi
2024-11-18 c21f07409b872e99e43216f0e665d10bba2305ac
运行监控导出
2个文件已修改
9 ■■■■■ 已修改文件
src/views/system/monitor/car/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/monitor/face/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/monitor/car/index.vue
@@ -96,6 +96,10 @@
      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
    </el-form>
    <div v-hasPermi="['system:monitor:export']">
      <el-button slot="reference" type="primary" size="mini" @click="handleExport" plain >导出</el-button>
    </div>
    <el-table v-loading="loading" :data="monitorList" @selection-change="handleSelectionChange">
      <el-table-column label="设备名称" align="center" prop="name" width="280" fixed show-overflow-tooltip/>
      <el-table-column label="设备编码" align="center" prop="serialNumber" width="180"/>
src/views/system/monitor/face/index.vue
@@ -95,6 +95,11 @@
      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
    </el-form>
    <div v-hasPermi="['system:monitor:export']">
      <el-button slot="reference" type="primary" size="mini" @click="handleExport" plain >导出</el-button>
    </div>
    <el-table v-loading="loading" :data="monitorList" @selection-change="handleSelectionChange">
      <el-table-column label="设备名称" align="center" prop="name" width="280" fixed show-overflow-tooltip/>
      <el-table-column label="设备编码" align="center" prop="serialNumber" width="180"/>