吉安感知网项目-前端
罗广辉
2026-01-27 7319ec49da9f1490ad35f47e0da62546d1cc7ff4
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="标题" />
@@ -63,7 +63,7 @@
               <el-table-column prop="otherObjectionDetail" show-overflow-tooltip label="其他异议详情" />
               <el-table-column prop="submitter" show-overflow-tooltip label="问题提交人" />
               <el-table-column prop="submitterContact" show-overflow-tooltip width="120" label="提交人联系方式" />
               <el-table-column prop="submitUnitName" show-overflow-tooltip label="提交单位" />
               <el-table-column prop="createDeptName" show-overflow-tooltip label="提交单位" />
               <el-table-column prop="handleUnit" show-overflow-tooltip label="处理单位" />
               <el-table-column prop="objectionDesc" show-overflow-tooltip label="异议描述" />
               <el-table-column prop="objectionBasis" show-overflow-tooltip label="异议依据" />