diff --git a/src/views/tool/Instead/components/carts/list.vue b/src/views/tool/Instead/components/carts/list.vue index 43473e0..68387a3 100644 --- a/src/views/tool/Instead/components/carts/list.vue +++ b/src/views/tool/Instead/components/carts/list.vue @@ -205,9 +205,9 @@ const props = defineProps({ }, }); let isXianFuKuan = computed(() => { - if (!props.table.tableCode) { - return true; - } + // if (!props.table.tableCode) { + // return true; + // } return shopUser.userInfo.registerType === "before" ? true : false; }); const canWeiFee = computed(() => {