|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div v-loading="tableLoading" class="hc-layout-box anonaly-page">
|
|
|
|
|
|
+ <div v-loading="tableLoading" class="anonaly-page hc-layout-box">
|
|
<hc-card :scrollbar="false" action-size="lg">
|
|
<hc-card :scrollbar="false" action-size="lg">
|
|
<template #header>
|
|
<template #header>
|
|
<el-select v-model="searchForm.type" class="w-[148px]" placeholder="异常类型" clearable>
|
|
<el-select v-model="searchForm.type" class="w-[148px]" placeholder="异常类型" clearable>
|
|
@@ -17,10 +17,10 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<template #extra>
|
|
<template #extra>
|
|
- <el-button v-yes-com:[batchExportClick] :disabled="tableCheckedKeys.length === 0" class="ml-2" color=" #6DC2FF" type="info">
|
|
|
|
|
|
+ <!-- el-button v-yes-com:[batchExportClick] :disabled="tableCheckedKeys.length === 0" class="ml-2" color=" #6DC2FF" type="info">
|
|
<hc-icon class="text-white" name="download" />
|
|
<hc-icon class="text-white" name="download" />
|
|
<span class="text-white">批量导出</span>
|
|
<span class="text-white">批量导出</span>
|
|
- </el-button>
|
|
|
|
|
|
+ </el-button -->
|
|
</template>
|
|
</template>
|
|
<hc-table
|
|
<hc-table
|
|
:cell-style="tableCellStyle" :check-style="{ fixed: true, width: 29 }"
|
|
:cell-style="tableCellStyle" :check-style="{ fixed: true, width: 29 }"
|
|
@@ -31,10 +31,10 @@
|
|
<el-link type="success" @click="cancleClick(row)">
|
|
<el-link type="success" @click="cancleClick(row)">
|
|
<hc-icon name="arrow-go-back" />撤销
|
|
<hc-icon name="arrow-go-back" />撤销
|
|
</el-link>
|
|
</el-link>
|
|
- <el-link v-yes-com:[exportClick] type="success" yes-com-text="确定导出项目预警数据?">
|
|
|
|
|
|
+ <!-- el-link v-yes-com:[exportClick] type="success" yes-com-text="确定导出项目预警数据?">
|
|
<hc-icon name="download" />
|
|
<hc-icon name="download" />
|
|
<span>导出</span>
|
|
<span>导出</span>
|
|
- </el-link>
|
|
|
|
|
|
+ </el-link -->
|
|
</template>
|
|
</template>
|
|
</hc-table>
|
|
</hc-table>
|
|
<template #action>
|
|
<template #action>
|