xiangpei
2024-07-23 7946bf542e0650bfb1ea384f69f6b4dd234ddc59
src/views/system/data-manage/data-detail/index.vue
@@ -56,8 +56,8 @@
        <el-input v-model="queryParams.bayonetName" placeholder="请输入卡口名称" clearable @keyup.enter.native="handleQuery" />
      </el-form-item>
      <el-form-item>
        <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
        <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
        <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">搜索</el-button>
        <el-button icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button>
      </el-form-item>
    </el-form>
@@ -129,7 +129,7 @@
<script>
import { listPlatform, getPlatform, delPlatform, addPlatform, updatePlatform } from "@/api/platform/vehicle-data-monitor";
import { tableColumn } from "./list";
import { videoData, carData, faceData, equipment } from "./list";
import store from '@/store';
export default {
@@ -185,7 +185,10 @@
    next();
  },
  created() {
    this.tableHead = tableColumn[0].columns;
    if (this.$route.query.type === '1') this.tableHead = videoData[this.$route.query.index].columns;
    if (this.$route.query.type === '2') this.tableHead = carData[this.$route.query.index].columns;
    if (this.$route.query.type === '3') this.tableHead = faceData[this.$route.query.index].columns;
    if (this.$route.query.type === '4') this.tableHead = equipment[this.$route.query.index].columns;
    this.getList();
  },
  methods: {
@@ -306,7 +309,7 @@
  width: 20%;
  height: 80px;
  margin-left: 5%;
  background-color: #5599F7;
  background-color: #1890FF;
  font-size: 50px;
  color: #FFF;
  width: 85px;
@@ -320,4 +323,4 @@
.dashboard-item {
  text-align: center;
}
</style>
</style>