服务日志
This commit is contained in:
@@ -287,13 +287,13 @@
|
||||
@size-change="logSizeChange"
|
||||
@current-change="logCurrentChange"
|
||||
>
|
||||
<template slot="menuLeft">
|
||||
<!-- <template slot="menuLeft">
|
||||
<el-button @click="addNewLog" icon="el-icon-plus" type="primary" size="mini">添加</el-button>
|
||||
</template>
|
||||
<template slot="menu" slot-scope="{row}">
|
||||
<el-button type="text" @click="editLogInfo(row.id)" icon="el-icon-edit" size="mini">修改</el-button>
|
||||
<el-button type="text" @click="editLogInfo(row.id)" icon="el-icon-edit" size="mini">查看附件</el-button>
|
||||
</template>
|
||||
</template> -->
|
||||
</avue-crud>
|
||||
</el-drawer>
|
||||
</el-drawer>
|
||||
@@ -757,9 +757,9 @@ export default {
|
||||
},
|
||||
logOption() {
|
||||
return {
|
||||
editBtn: false,
|
||||
editBtn: true,
|
||||
delBtn: true,
|
||||
addBtn: false,
|
||||
addBtn: true,
|
||||
border: true,
|
||||
index: true,
|
||||
indexLabel: "序号",
|
||||
|
||||
@@ -24,8 +24,8 @@ module.exports = {
|
||||
proxy: {
|
||||
"/api": {
|
||||
// target: 'http://localhost:8000', // 本地服务接口地址
|
||||
// target: "http://39.98.184.58:8000", // 阿里云后台地址
|
||||
target: "http://192.168.3.104:8000", // 本地
|
||||
target: "http://39.98.184.58:8000", // 阿里云后台地址
|
||||
// target: "http://192.168.3.104:8000", // 本地
|
||||
// target: 'http://192.168.3.111:8000',
|
||||
ws: true,
|
||||
changeOrigin: true,
|
||||
|
||||
Reference in New Issue
Block a user