From 2bee81442387717d425ffde1dea3d2e9c4b7a00e Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 11 五月 2026 16:47:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_NEW_pro' into dev_NEW_pro

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

diff --git a/src/views/customerService/expiryAfterSales/index.vue b/src/views/customerService/expiryAfterSales/index.vue
index ee5395d..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
@@ -34,11 +34,12 @@
 				>閲嶇疆</el-button
 				>
 			</div>
+			<div class="table_actions">
+				<el-button type="primary" @click="openForm('add')">鏂板</el-button>
+				<el-button type="danger" @click="handleDelete">鍒犻櫎</el-button>
+			</div>
 		</div>
-		<div class="table_actions" style="margin-bottom: 10px;">
-			<el-button type="primary" @click="openForm('add')">鏂板</el-button>
-			<el-button type="danger" @click="handleDelete">鍒犻櫎</el-button>
-		</div>
+
 		<div class="table_list">
 			<PIMTable
 				rowKey="id"
@@ -59,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>
@@ -200,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