diff --git a/src/components/inventory/supplier/AddSupplier.vue b/src/components/inventory/supplier/AddSupplier.vue index a4f8dad..7638cbd 100644 --- a/src/components/inventory/supplier/AddSupplier.vue +++ b/src/components/inventory/supplier/AddSupplier.vue @@ -63,7 +63,7 @@ import Mask from "@/components/common/Mask.vue"; const formData = ref({ name: null, - turn: 0, + turn: 1, contactName: null, contactTel: null, reamark: null, diff --git a/src/views/LayoutSocial.vue b/src/views/LayoutSocial.vue index b420fc7..2d9ee7d 100644 --- a/src/views/LayoutSocial.vue +++ b/src/views/LayoutSocial.vue @@ -110,7 +110,7 @@ const childMenuList = ref([ path: '/social/accountRecord', }, { - name: '对账记录', + name: '自动对账记录', path: '/social/reconciliationRecord', } diff --git a/src/views/social/reconciliationRecord.vue b/src/views/social/reconciliationRecord.vue index 5822973..e95c060 100644 --- a/src/views/social/reconciliationRecord.vue +++ b/src/views/social/reconciliationRecord.vue @@ -1,10 +1,9 @@