审计日志功能上传
This commit is contained in:
parent
149dc3cbeb
commit
d37b8dc13b
|
|
@ -39,9 +39,9 @@
|
|||
<el-button style="margin-left: 20px" class="filter-item" @click="resetFilter">
|
||||
重置
|
||||
</el-button>
|
||||
<el-button @click="handleBackups" class="filter-item" style="margin-left: 20px" type="warning">
|
||||
<!-- <el-button @click="handleBackups" class="filter-item" style="margin-left: 20px" type="warning">
|
||||
备份
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
</div>
|
||||
|
||||
<el-table
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
<el-button style="margin-left: 20px" class="filter-item" @click="resetFilter">
|
||||
重置
|
||||
</el-button>
|
||||
<el-button @click="handleBackups" class="filter-item" style="margin-left: 20px" type="warning">
|
||||
<!-- <el-button @click="handleBackups" class="filter-item" style="margin-left: 20px" type="warning">
|
||||
备份
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
</div>
|
||||
|
||||
<el-table
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
start-placeholder="开始日期"
|
||||
end-placeholder="结束日期"
|
||||
/>
|
||||
<el-radio-group v-model="listQuery.type" class="ml-20">
|
||||
<el-radio-group v-model="listQuery.type" class="toptype">
|
||||
<el-radio label="1">日志类型</el-radio>
|
||||
<el-radio label="2">操作类型</el-radio>
|
||||
</el-radio-group>
|
||||
|
|
@ -22,8 +22,8 @@
|
|||
重置
|
||||
</el-button>
|
||||
<span style="margin-left: 40px;">总数:{{sumNum}}</span>
|
||||
<span class="ml-20">成功:{{successNum}}</span>
|
||||
<span class="ml-20">失败:{{failedNum}}</span>
|
||||
<span class="ml-20"> 成功:{{successNum}}</span>
|
||||
<span class="ml-20"> 失败:{{failedNum}}</span>
|
||||
</div>
|
||||
<div style="width: 95%;height:650px;">
|
||||
<h3 style="text-align: center;">日志类型</h3>
|
||||
|
|
@ -178,3 +178,8 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
.toptype{
|
||||
margin-left: 2%;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
<el-button style="margin-left: 20px" class="filter-item" @click="resetFilter">
|
||||
重置
|
||||
</el-button>
|
||||
<el-button @click="handleBackups" class="filter-item" style="margin-left: 20px" type="warning">
|
||||
<!-- <el-button @click="handleBackups" class="filter-item" style="margin-left: 20px" type="warning">
|
||||
备份
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
</div>
|
||||
|
||||
<el-table
|
||||
|
|
|
|||
Loading…
Reference in New Issue