Browse Source

锁定element版本,修复日志图标

main
piexlmax 3 years ago
parent
commit
55fc625549
  1. 2
      web/package.json
  2. 8
      web/src/view/superAdmin/operation/sysOperationRecord.vue

2
web/package.json

@ -14,7 +14,7 @@
"axios": "^0.19.2",
"core-js": "^3.6.5",
"echarts": "4.9.0",
"element-plus": "^1.2.0-beta.5",
"element-plus": "1.2.0-beta.5",
"highlight.js": "^10.6.0",
"marked": "^2.0.0",
"mitt": "^3.0.0",

8
web/src/view/superAdmin/operation/sysOperationRecord.vue

@ -66,9 +66,7 @@
<pre>{{ fmtBody(scope.row.body) }}</pre>
</div>
<template #reference>
<el-icon>
<view />
</el-icon>
<el-icon style="cursor: pointer;"><warning /></el-icon>
</template>
</el-popover>
@ -84,9 +82,7 @@
<pre>{{ fmtBody(scope.row.resp) }}</pre>
</div>
<template #reference>
<el-icon>
<view />
</el-icon>
<el-icon style="cursor: pointer;"><warning /></el-icon>
</template>
</el-popover>
<span v-else></span>

Loading…
Cancel
Save