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