Alan
2021-02-21 1cca087682794ce44cf2e7209298a25ab135e52e
提交查询bug
1个文件已修改
9 ■■■■■ 已修改文件
src/views/dashboard/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/index.vue
@@ -1,6 +1,6 @@
<template>
  <div class="main">
    <el-row style="    height: 40px;">
    <el-row style="height: 10px;">
      <el-col :span="9"><p /></el-col>
      <el-col :span="15">
        <ul class="data-ul">
@@ -342,6 +342,9 @@
      selectIndex: '' // 搜索结果,被选中的li index
    }
  },
  mounted() {
    this.selectTab(0)
  },
  methods: {
    showbl(title, number) {
      this.dialog.dialogShowbl = true
@@ -499,9 +502,6 @@
      })
    },
    selectTab(index) {
      if (index === null || index === undefined) {
        index = 0
      }
      this.selectIndex = index
      this.$get('hr/statistics/list', {
        index: index
@@ -591,6 +591,7 @@
}
.card-info:hover {
    text-align: center;
  height: 12px;
    background-color: #931e1e;
    color: #fff;
    .card-number {