| | |
| | | this.import(); |
| | | } |
| | | } |
| | | // , { |
| | | // name: "导 åº", |
| | | // icon: 'el-icon-bottom', |
| | | // type: 'success', |
| | | // plain: true, |
| | | // value: 'Export', |
| | | // onClick: function () { |
| | | // this.export(); |
| | | // } |
| | | // } |
| | | , { |
| | | name: "导 åº", |
| | | icon: 'el-icon-bottom', |
| | | type: 'success', |
| | | plain: true, |
| | | value: 'Export', |
| | | onClick: function () { |
| | | this.export(); |
| | | } |
| | | } |
| | | , { |
| | | name: "ä¸ ä¼ ", |
| | | icon: 'el-icon-bottom', |
| | | type: 'success', |
| | | plain: true, |
| | | value: 'Upload', |
| | | onClick: function () { |
| | | this.upload(); |
| | | } |
| | | }, { |
| | | name: "宿工å", |
| | | icon: 'el-icon-check', |
| | | type: 'success', |
| | | plain: true, |
| | | value: 'FinishWorkOrder', |
| | | onClick: function () { |
| | | // this.FinishWorkOrder(); |
| | | } |
| | | }, { |
| | | name: "åºåºå¤å", |
| | | icon: 'el-icon-check', |
| | | type: 'danger', |
| | | plain: true, |
| | | value: 'OutsorcingBtn', |
| | | onClick: function () { |
| | | // this.FinishWorkOrder(); |
| | | } |
| | | }, { |
| | | name: "åæ¶", |
| | | icon: 'el-icon-delete', |
| | | type: 'danger', |
| | | plain: true, |
| | | value: 'CancelBtn', |
| | | onClick: function () { |
| | | // this.FinishWorkOrder(); |
| | | } |
| | | } |
| | | // , { |
| | | // name: "æ°æ®ç»æ", |
| | | // icon: 'ios-cog', |
| | |
| | | // this.openViewColumns(); |
| | | // } |
| | | // } |
| | | |
| | | ] |
| | | |
| | | export default buttons |