From 04d6024553ac73e67148ce578cb01b541eebd02a Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 18 五月 2026 16:37:56 +0800
Subject: [PATCH] Merge branch 'dev_NEW_pro' into dev-new_pro_OA

---
 src/views/customerService/expiryAfterSales/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/customerService/expiryAfterSales/index.vue b/src/views/customerService/expiryAfterSales/index.vue
index c5abd0d..9966785 100644
--- a/src/views/customerService/expiryAfterSales/index.vue
+++ b/src/views/customerService/expiryAfterSales/index.vue
@@ -1,6 +1,6 @@
 <template>
 	<div class="app-container">
-		<div class="search_form">
+		<div class="search_form mb20">
 			<div>
 				<span class="search_title">涓存湡鏃ユ湡锛�</span>
 				<el-date-picker
@@ -39,7 +39,7 @@
 				<el-button type="danger" @click="handleDelete">鍒犻櫎</el-button>
 			</div>
 		</div>
-		
+
 		<div class="table_list">
 			<PIMTable
 				rowKey="id"
@@ -60,7 +60,7 @@
 
 				<template #operation="{ row }">
 					<el-button type="primary" link @click="openForm('view', row)">鏌ョ湅</el-button>
-					<el-button type="primary" link @click="openForm('edit', row)" v-if="row.status === 1">缂栬緫</el-button>
+					<el-button type="primary" link @click="openForm('handle', row)" v-if="row.status === 1">澶勭悊</el-button>
 				</template>
 			</PIMTable>
 		</div>
@@ -201,7 +201,7 @@
 		current: page.value.current,
 		size: page.value.size
 	};
-	
+
 	expiryAfterSalesListPage(queryParams).then(res => {
 		// 鏄犲皠鍚庣杩斿洖鏁版嵁鍒板墠绔〃鏍�
 		tableData.value = res.data.records.map(item => ({

--
Gitblit v1.9.3