Merge branch 'material-ui' of http://192.168.30.2:3000/bonus/bonus-ui into material-ui

This commit is contained in:
hongchao 2026-02-03 10:46:13 +08:00
commit 2990416e8b
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>