diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 873d85bd..eff2573a 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -2002,6 +2002,7 @@ watch(isMainPage, () => { 'status-active': props.row.status !== 'INACTIVE', 'status-inactive': props.row.status === 'INACTIVE', }" + :id="`row-table-${props.row.customerName}`" :props="props" @click=" () => { @@ -2243,6 +2244,7 @@ watch(isMainPage, () => {