From 5cc1ac83a9cc0aa10acffb54a1c4d62b73b595d5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 05 七月 2023 16:30:48 +0800 Subject: [PATCH] 服务管理模块和销售管理模块新增及路由配置 --- src/views/custom/followupRecords/AddFollowupRecordsDialog.vue | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/src/views/custom/followupRecords/AddFollowupRecordsDialog.vue b/src/views/custom/followupRecords/AddFollowupRecordsDialog.vue index 3cf8d0a..c3a0965 100644 --- a/src/views/custom/followupRecords/AddFollowupRecordsDialog.vue +++ b/src/views/custom/followupRecords/AddFollowupRecordsDialog.vue @@ -212,16 +212,7 @@ owner: [{ required: true, message: "璇烽�夋嫨璐熻矗浜�", trigger: "change" }], followupRecords: [{ required: true, message: "璇疯緭鍏ヨ窡杩涜褰�", trigger: "blur" }] }, - businessSourceOptions: [ - { value: "1", label: "鍚庡彴娉ㄥ唽" }, - { value: "2", label: "浠g悊鍟嗗鎴�" }, - { value: "3", label: "鐢佃瘽闄岀敓鎷滆" }, - { value: "4", label: "鐩存帴璁块棶" }, - { value: "5", label: "椤圭洰鍚堜綔" }, - { value: "6", label: "涓汉鑷壘" }, - { value: "7", label: "浜屾閿�鍞�" }, - { value: "8", label: "鍏徃鐢佃瘽" } - ], + customStatusOptions: [], // 瀹㈡埛鐘舵�� ownerOptions: [ { value: "1", label: "BOSS" }, { value: "2", label: "Mia" }, -- Gitblit v1.8.0