吉安感知网项目-前端
罗广辉
2026-01-27 7319ec49da9f1490ad35f47e0da62546d1cc7ff4
applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue
@@ -45,7 +45,7 @@
            <el-table class="gd-table" :data="list" @selection-change="handleSelectionChange">
               <el-table-column label="序号" width="70" align="center">
                  <template #default="{ $index }">
                     {{ formatNumber((searchParams.current - 1) * searchParams.size + $index + 1) }}
                     {{ $index + 1 }}
                  </template>
               </el-table-column>
               <el-table-column prop="caseName" show-overflow-tooltip label="案例名称" />