fix:前端样式调整
This commit is contained in:
@@ -229,19 +229,23 @@
|
||||
<el-table-column prop="update_name" label="更新人" width="150" />
|
||||
<el-table-column prop="update_time" label="更新时间" width="150" />
|
||||
|
||||
<el-table-column v-permission="[]" label="操作" width="120px" align="center" fixed="right">
|
||||
<el-table-column v-permission="[]" label="操作" width="200px" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<udOperation
|
||||
:data="scope.row"
|
||||
:permission="permission"
|
||||
style="display: inline"
|
||||
|
||||
/>
|
||||
<el-button
|
||||
class="filter-item"
|
||||
icon="el-icon-download"
|
||||
size="mini"
|
||||
type="warning"
|
||||
type="text"
|
||||
slot="right"
|
||||
@click="syncTest(scope.row)"
|
||||
>同步测试</el-button>
|
||||
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user