flat: 日志调整
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user