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

View File

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

View File

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

View File

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