|
@@ -191,7 +191,7 @@
|
191
|
191
|
<el-table-column label="签名" align="center" min-width="110px">
|
192
|
192
|
<template slot-scope="scope">{{ scope.row.user_name }}</template>
|
193
|
193
|
</el-table-column>
|
194
|
|
- <el-table-column label="操作" align="center" min-width="150px">
|
|
194
|
+ <el-table-column label="操作" align="center" fixed="right" min-width="150px">
|
195
|
195
|
<template slot-scope="scope">
|
196
|
196
|
<el-tooltip
|
197
|
197
|
class="item"
|