diff --git a/src/views/table/components/addTable.vue b/src/views/table/components/addTable.vue index 8d4c9ce..edce269 100644 --- a/src/views/table/components/addTable.vue +++ b/src/views/table/components/addTable.vue @@ -6,6 +6,11 @@ + + + + + @@ -43,6 +48,16 @@ export default { dialogVisible: false, resetForm: '', loading: false, + status:[ + {value:'pending',name:'挂单中'}, + {value:'using',name:'开台中'}, + {value:'paying',name:'结算中'}, + {value:'idle',name:'空闲'}, + {value:'subscribe',name:'预定'}, + {value:'closed',name:'关台'}, + {value:'opening ',name:'开台中'}, + {value:'cleaning ',name:'台桌清理中'}, + ], form: { id: '', name: '',