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

@@ -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,