fix:禅道285

This commit is contained in:
shijing 2026-01-07 08:51:30 +08:00
parent 2f6f881ead
commit 2a5c8f5de9
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@
</el-table-column>
<el-table-column label="更新时间" prop="update_time">
</el-table-column>
<el-table-column width="80">
<el-table-column width="85" label="操作">
<template #default="scope">
<el-button @click="printMaterial(scope.row,'mb')" type="primar">打签</el-button>
<el-button @click="printMaterial(scope.row,'mb')" type="primary">打签</el-button>
</template>
</el-table-column>
</scTable>