From 78602206a53cd2216e02d5225ffc66d891a1dfd7 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 27 Jan 2026 18:11:13 +0800
Subject: [PATCH] feat: 结算

---
 applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue b/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
index e698140..1970f55 100644
--- a/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
+++ b/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
@@ -45,7 +45,7 @@
 				<el-table class="gd-table" :data="list">
 					<el-table-column label="序号" width="70">
 						<template v-slot="{ $index }">
-							{{ String($index + 1).padStart(2, '0') }}
+							{{ $index + 1 }}
 						</template>
 					</el-table-column>
 					<el-table-column prop="title" show-overflow-tooltip label="标题" />

--
Gitblit v1.9.3