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