图标修改

This commit is contained in:
邓皓元 2018-12-16 11:56:12 +08:00
parent 714f8e612d
commit 55adc0ddfd

View File

@ -80,10 +80,10 @@ export default {
if (!row.accounts || !row.accounts.length) {
html.push(h('Button', {
props: {
type: 'error',
type: 'primary',
size: 'small',
disabled: false,
icon: 'ios-create'
icon: 'md-add'
},
class: ['btn'],
on: {