xiangpei
2024-03-07 11bf8ca6afddcedda634c7494b3550e758165001
src/views/system/face/index.vue
@@ -77,7 +77,6 @@
          icon="el-icon-download"
          size="mini"
          @click="handleExport"
          v-hasPermi="['system:monitor:export']"
        >导出</el-button>
      </el-col>
      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -109,7 +108,6 @@
            type="text"
            icon="el-icon-view"
            @click="handleView(scope.row,scope.index)"
            v-hasPermi="['system:monitor:query']"
          >详细</el-button>
        </template>
      </el-table-column>