Parcourir la source

提交相关代码

Lijy il y a 11 mois
Parent
commit
822f8a2d74

+ 1 - 0
fhKeeper/formulahousekeeper/customerBuler-crm/package.json

@@ -7,6 +7,7 @@
     "dev": "vite",
     "start": "vite",
     "build": "vue-tsc && vite build",
+    "buildNoTs": "vite build",
     "preview": "vite preview"
   },
   "dependencies": {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contacts/component/information.vue

@@ -159,7 +159,7 @@ function closeVisible(type: keyof typeof allVisible) {
 }
 
 const formItems = reactive([
-    { label: '联系人', key: 'name', value: '', labelClass: 'w-20 text-right text-gray-500', width: '48%' },
+    { label: '联系人', key: 'contactsName', value: '', labelClass: 'w-20 text-right text-gray-500', width: '48%' },
     { label: '客户', key: 'productName', value: '', labelClass: 'w-22 text-right text-gray-500', width: '48%' },
     { label: '电话', key: 'phone', value: '', labelClass: 'w-22 text-right text-gray-500', width: '48%' },
     { label: '邮箱', key: 'email', value: '', labelClass: 'w-22 text-right text-gray-500', width: '48%' },