From 97cf8d032980a689d8051ad38aa58047fb13787f Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 12 Jul 2024 17:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E8=AE=BF=E6=98=8E=E7=BB=86=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/finance/component/addCallbacks.vue | 1 + src/views/finance/scheduleList.vue | 138 +++++++++++++++++++ 2 files changed, 139 insertions(+) diff --git a/src/views/finance/component/addCallbacks.vue b/src/views/finance/component/addCallbacks.vue index eeb87f8..2096acc 100644 --- a/src/views/finance/component/addCallbacks.vue +++ b/src/views/finance/component/addCallbacks.vue @@ -100,6 +100,7 @@ :active-value="1" :inactive-value="0" active-text="规范" + style="width: 300px;" inactive-text="不规范" > diff --git a/src/views/finance/scheduleList.vue b/src/views/finance/scheduleList.vue index 7a4d158..ff1a7fe 100644 --- a/src/views/finance/scheduleList.vue +++ b/src/views/finance/scheduleList.vue @@ -222,6 +222,35 @@ export default { }, data() { return { + ways: [ + { + id: 1, + value: "上门" + }, + { + id: 2, + value: "电话" + } + ], + satisfys: [ + { + id: 1, + value: "非常满意" + }, + { + id: 2, + value: "满意" + }, + { + id: 3, + value: "一般" + }, + { + id: 4, + value: "不满意" + } + ], + pickedYear: new Date(), pickedMonth:new Date(), selectedRow:{}, @@ -264,6 +293,115 @@ export default { label:'状态', width:120 }, + { + label: '回访', + width: 200, + customFn: row => ( +