From d958c09166e101483bfd845da9340ce525355815 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 28 二月 2024 16:13:33 +0800 Subject: [PATCH] 新建销售子单和新建销售明细单-产品管理-添加、编辑、删除产品数据处理和保存时数据处签约实际默认设置 --- src/views/service/serviceFeeManage/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/service/serviceFeeManage/index.vue b/src/views/service/serviceFeeManage/index.vue index 30b8714..8777d37 100644 --- a/src/views/service/serviceFeeManage/index.vue +++ b/src/views/service/serviceFeeManage/index.vue @@ -92,8 +92,8 @@ { label: "瀹㈡埛缂栧彿", prop: "client_id" }, // 瀹㈡埛缂栧彿 { label: "瀹㈡埛鐘舵��", prop: "client_status_id" }, // 瀹㈡埛鐘舵�� { label: "浜у搧鍚嶇О", prop: "productName" }, // 浜у搧鍚嶇О - // { label: "鏈嶅姟寮�濮嬫棩鏈�", prop: "startDate", isTime: true, width: 150 }, // 鏈嶅姟寮�濮嬫棩鏈� - { label: "鏈嶅姟鍒版湡鏃�", prop: "latest_date", isTime: true, width: 160 } // 鏈嶅姟鍒版湡鏃� + // { label: "鏈嶅姟寮�濮嬫棩鏈�", prop: "startDate", width: 150 }, // 鏈嶅姟寮�濮嬫棩鏈� + { label: "鏈嶅姟鍒版湡鏃�", prop: "latest_date", width: 160 } // 鏈嶅姟鍒版湡鏃� ] } this.searchOptions = [] -- Gitblit v1.8.0