flat: 日志调整

This commit is contained in:
Apcallover
2024-06-11 10:14:57 +08:00
parent b32fb020ab
commit e77a6a774b
4 changed files with 13 additions and 25 deletions

View File

@@ -77,7 +77,7 @@
icon="el-icon-document"
size="small"
@click="serveLog(row)"
>服务日志
>管理服务日志
</el-button>
</template>
</avue-crud>

View File

@@ -94,12 +94,12 @@
</template>
<template slot-scope="{row}" slot="menu">
<el-button type="text"
icon="el-icon-document"
size="small"
@click="serveLog(row)"
>查看日志
</el-button>
<!-- <el-button type="text"-->
<!-- icon="el-icon-document"-->
<!-- size="small"-->
<!-- @click="serveLog(row)"-->
<!-- >查看日志-->
<!-- </el-button>-->
<el-button type="text"
icon="el-icon-circle-check"
size="small"

View File

@@ -104,12 +104,12 @@
</el-button>
</template>
<template slot-scope="{row}" slot="menu">
<el-button type="text"
icon="el-icon-document"
size="small"
@click="serveLog(row)"
>查看日志
</el-button>
<!-- <el-button type="text"-->
<!-- icon="el-icon-document"-->
<!-- size="small"-->
<!-- @click="serveLog(row)"-->
<!-- >查看日志-->
<!-- </el-button>-->
<el-button type="text"
icon="el-icon-circle-check"
size="small"

View File

@@ -25,14 +25,6 @@
>查看日志
</el-button>
</div>
<div>
<el-button type="text"
icon="el-icon-document"
size="small"
@click="addServeLog(row)"
>新增日志
</el-button>
</div>
</template>
</avue-crud>
</basic-container>
@@ -475,10 +467,6 @@ export default {
}
})
},
addServeLog(row) {
this.selectUserServeLog = row
this.innerDrawerAddLog = true
},
async handleSubmitLog(row, done) {
let params = {
...row,