吉安感知网项目-前端
张含笑
2026-01-26 73e614d14d5b6bb70d91d391e507f1ca6efba785
applications/task-work-order/src/views/orderView/orderDataManage/evaluate/index.vue
@@ -53,7 +53,7 @@
                  </template>
               </el-table-column>
               <el-table-column prop="evaluationContent" show-overflow-tooltip label="评价内容" />
               <el-table-column label="操作" class-name="operation-btns" width="180">
               <el-table-column label="操作" class-name="operation-btns" width="240">
                  <template v-slot="{ row }">
                     <el-link  type="primary"  @click="openForm('view', row)">查看</el-link>
                     <el-link  type="primary"  @click="openForm('edit', row)">编辑</el-link>