查看附件按钮添加
This commit is contained in:
@@ -292,6 +292,7 @@
|
||||
</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>
|
||||
</avue-crud>
|
||||
</el-drawer>
|
||||
@@ -781,14 +782,8 @@ export default {
|
||||
label: '服务内容',
|
||||
prop: 'serveContent'
|
||||
},{
|
||||
label: '附件备注',
|
||||
prop: 'serveOther'
|
||||
},{
|
||||
label: '备注1',
|
||||
label: '备注说明',
|
||||
prop: 'bak1'
|
||||
},{
|
||||
label: '备注2',
|
||||
prop: 'bak2'
|
||||
}]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user