xiangpei
2024-03-12 5c628344a3f0cd4fd6a7ce48696e22b7fb7314f8
src/views/system/video/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>
@@ -108,7 +107,6 @@
              type="text"
              icon="el-icon-view"
              @click="handleView(scope.row,scope.index)"
              v-hasPermi="['system:monitor:query']"
            >详细</el-button>
          </template>
      </el-table-column>