@@ -29,7 +29,7 @@
column-key="operation"
>
<template slot-scope="{ row }">
- <a @click="applyCuttingTool(row)" style="color: #2db7f5">{{ row.checkResult === '不足' ? (row.applyId == null ? "申请装刀" : '已申请') : ''}} </a>
+ <a id="applyCuttingToolShow" @click.once="applyCuttingTool(row)" style="color: #2db7f5">{{ row.checkResult === '不足' ? (row.applyId == null ? "申请装刀" : '已申请') : ''}} </a>
</template>
</el-table-column>
</el-table>