From 9d4afaf955278407be4bedfa1b6baded40ce9814 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 14:29:52 +0800
Subject: [PATCH] Merge branch 'master' into LEX_Deloitte_Dev

---
 force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js b/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js
index 08dc0d3..5f9054a 100644
--- a/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js
+++ b/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js
@@ -12,6 +12,7 @@
 import customTableCellIconTemplate from './customTableCellIcon.html';
 import customOutboundCountTemplate from './customOutboundCount.html';
 import customWeeklyReportTemplate from './customWeeklyReport.html';
+import customAgencyOppInputTemplate from './customAgencyOppInput.html';
 import { loadStyle} from 'lightning/platformResourceLoader';
 import LexCustomDataTable from '@salesforce/resourceUrl/LexCustomDataTable';
 
@@ -68,6 +69,10 @@
         weeklyReport:{
             template: customWeeklyReportTemplate,
             typeAttributes:['recordId','hospitalName','isShowButton'],
+        },
+        agencyOppInput:{
+            template: customAgencyOppInputTemplate,
+            typeAttributes:['inputValue','recordId','fieldName','showType'],
         }
     };
     constructor() {

--
Gitblit v1.9.1