forked from drone/command-center-dashboard

张含笑
2025-04-14 edab6a6c463eb13accdadd412e9481d88ccf4e0d
src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/DeviceEvent.vue
@@ -30,7 +30,6 @@
               <div class="ended" v-if="scope.row.status === 5">已完结</div>
            </template>
         </el-table-column>
         <el-table-column label="操作" width="80">
            <template #default="scope">
            <div class="ztzf-view" @click="distribution(scope.row)">查看</div>