|
@@ -76,7 +76,7 @@ export default {
|
|
|
{ label: '店长电话', prop: 'manager_phone' },
|
|
|
{ label: '分销代码', prop: 'dept_code' },
|
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
|
- { label: '操作', width: 80, type: 'handle2', operations:
|
|
|
+ { label: '操作', width: 120, type: 'handle2', operations:
|
|
|
[
|
|
|
{ label: '编辑', func: this.openPopup, btnType: 'primary' },
|
|
|
{ label: '删除', func: this.delHandle, btnType: 'danger' },
|