|
@@ -117,6 +117,7 @@
|
|
|
label="操作"
|
|
label="操作"
|
|
|
width="180"
|
|
width="180"
|
|
|
fixed="right"
|
|
fixed="right"
|
|
|
|
|
+
|
|
|
class-name="small-padding fixed-width"
|
|
class-name="small-padding fixed-width"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
@@ -128,10 +129,7 @@
|
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
|
>评价</el-button
|
|
>评价</el-button
|
|
|
>
|
|
>
|
|
|
- <span
|
|
|
|
|
- v-else
|
|
|
|
|
- style="display: inline-block; width: 70px; height: 20px"
|
|
|
|
|
- ></span>
|
|
|
|
|
|
|
+
|
|
|
<el-button
|
|
<el-button
|
|
|
size="mini"
|
|
size="mini"
|
|
|
@click="editHandler(row)"
|
|
@click="editHandler(row)"
|