Commit c7f26271 authored by Xuguangxing's avatar Xuguangxing

feat: 暂去除导航配置预览按钮

parent c71391c8
......@@ -60,20 +60,20 @@ export const columns = function(pointer) {
}
}
}, '地址列表'),
h('Button', {
props: {
type: 'primary',
size: 'small'
},
style: {
marginRight: '5px'
},
on: {
click: () => {
pointer.preview(row);
}
}
}, '预览'),
// h('Button', {
// props: {
// type: 'primary',
// size: 'small'
// },
// style: {
// marginRight: '5px'
// },
// on: {
// click: () => {
// pointer.preview(row);
// }
// }
// }, '预览'),
h('Button', {
props: {
type: 'primary',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment