吉安感知网项目-前端
张含笑
2026-01-27 de4a862dc9c26510563ceca90a222392c0264382
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="标题" />