fix:禅道285
This commit is contained in:
parent
2f6f881ead
commit
2a5c8f5de9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue