保有量待修不跳转维修页面

This commit is contained in:
itcast 2026-01-30 15:17:32 +08:00
parent 662ecdc00c
commit 34c69d296b
1 changed files with 6 additions and 3 deletions

View File

@ -413,10 +413,13 @@
<el-table-column label="退料时间" align="center" prop="leaseTime" :show-overflow-tooltip="true"/>
<el-table-column label="维修单号" align="center" prop="repairCode" :show-overflow-tooltip="true">
<template slot-scope="scope">
<span class="clickText" @click="jumpRepair(scope.row.repairCode)">
{{ scope.row.repairCode }}
<span
:class="{clickText: dialogRepairQuery.type === 2}"
@click="dialogRepairQuery.type === 2 && jumpRepair(scope.row.repairCode)"
>
{{ scope.row.repairCode }}
</span>
</template>
</template>
</el-table-column>
</el-table>