|
@@ -180,7 +180,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <!-- fixed="right" -->
|
|
|
|
|
|
|
+ <!-- -->
|
|
|
<el-table-column label="操作" align="center" width="90" class-name="small-padding fixed-width">
|
|
<el-table-column label="操作" align="center" width="90" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
@@ -334,7 +334,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <!-- fixed="right" -->
|
|
|
|
|
|
|
+ <!-- -->
|
|
|
<el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
|
|
<el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button style="color:#1890ff" type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>
|
|
<el-button style="color:#1890ff" type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>
|
|
@@ -466,7 +466,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <!-- fixed="right" -->
|
|
|
|
|
|
|
+ <!-- -->
|
|
|
<el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
|
|
<el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button style="color:#1890ff" type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>
|
|
<el-button style="color:#1890ff" type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>
|