无人机管理后台前端(已迁走)
chenyao
2025-11-22 b3368c04f66ecfe151ac901d3903be220f9fe2d1
src/views/tickets/orderLog.vue
@@ -46,7 +46,7 @@
            <el-table-column prop="cycle_time_value" label="工单周期频次" align="center" show-overflow-tooltip />
            <el-table-column label="操作" width="200" fixed="right" align="center">
              <template #default="scope">
                {{scope.row.status}}
<!--                {{scope.row.status}}-->
                <template v-if="scope.row.status === 1">
                  <el-button type="text" icon="el-icon-view" v-if="permission.order_log_review" @click="handleCheckDetail(scope.row, '工单审核')">审核</el-button>
                  <!--待审核状态-->