diff --git a/.gitignore b/.gitignore index 92cf8f1b..a74b29aa 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ *.log *.txt /.idea +/niucloud/runtime +/niucloud/vendor +/niucloud/config +config diff --git a/admin/src/app/api/customer_resources.ts b/admin/src/app/api/customer_resources.ts index 2bd4fb9a..7ccd4a9f 100644 --- a/admin/src/app/api/customer_resources.ts +++ b/admin/src/app/api/customer_resources.ts @@ -1,5 +1,11 @@ import request from '@/utils/request' + + + + + + // USER_CODE_BEGIN -- customer_resources /** * 获取客户资源列表 diff --git a/admin/src/app/lang/zh-cn/customer_resources.customer_resources.json b/admin/src/app/lang/zh-cn/customer_resources.customer_resources.json index 7e7b68c0..57befe1e 100644 --- a/admin/src/app/lang/zh-cn/customer_resources.customer_resources.json +++ b/admin/src/app/lang/zh-cn/customer_resources.customer_resources.json @@ -1,22 +1,15 @@ { - "id":"编号", - "idPlaceholder":"请输入编号", - "createYearMonth":"创建年月", - "createYearMonthPlaceholder":"请输入创建年月", - "createDate":"创建日期", - "createDatePlaceholder":"请输入创建日期", - "sourceChannel":"来源渠道", - "sourceChannelPlaceholder":"请输入来源渠道", "source":"来源", "sourcePlaceholder":"请输入来源", + "sourceChannel":"来源渠道", + "sourceChannelPlaceholder":"请输入来源渠道", "consultant":"顾问", - "consultantPlaceholder":"请输入顾问", "name":"姓名", "namePlaceholder":"请输入姓名", "age":"年龄", "agePlaceholder":"请输入年龄", - "gender":"性别: male-男性, female-女性, other-其他", - "genderPlaceholder":"请输入性别: male-男性, female-女性, other-其他", + "gender":"性别", + "genderPlaceholder":"请输入性别", "phoneNumber":"联系电话", "phoneNumberPlaceholder":"请输入联系电话", "demand":"需求", @@ -31,10 +24,12 @@ "distancePlaceholder":"请输入距离", "decisionMaker":"决策人", "decisionMakerPlaceholder":"请输入决策人", - "initialIntent":"客户初步意向度: high-高, medium-中, low-低", - "initialIntentPlaceholder":"请输入客户初步意向度: high-高, medium-中, low-低", + "initialIntent":"客户初步意向度", + "initialIntentPlaceholder":"请输入客户初步意向度", "campus":"所属校区", "campusPlaceholder":"请输入所属校区", + "status":"客户状态", + "statusPlaceholder":"请输入客户状态", "addCustomerResources":"添加客户资源", "updateCustomerResources":"编辑客户资源", "customerResourcesDeleteTips":"确定要删除该数据吗?", diff --git a/admin/src/app/views/customer_resources/components/customer-resources-edit.vue b/admin/src/app/views/customer_resources/components/customer-resources-edit.vue index 0644b431..a2f1961e 100644 --- a/admin/src/app/views/customer_resources/components/customer-resources-edit.vue +++ b/admin/src/app/views/customer_resources/components/customer-resources-edit.vue @@ -1,24 +1,28 @@