|
|
|
@ -212,7 +212,6 @@ |
|
|
|
@change="handleChangeSort(scope.row)" |
|
|
|
v-model="scope.row.sort" |
|
|
|
class="item_width_4" |
|
|
|
:precision="2" |
|
|
|
size="small" |
|
|
|
:min="0" |
|
|
|
:max="9999" |
|
|
|
@ -234,13 +233,15 @@ |
|
|
|
class="div-table-button--blue" |
|
|
|
size="small" |
|
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
|
<el-button v-if="scope.row.showBtn" |
|
|
|
<!-- v-if="scope.row.showBtn" |
|
|
|
v-if="scope.row.showBtn" --> |
|
|
|
<el-button |
|
|
|
type="text" |
|
|
|
class="div-table-button--blue" |
|
|
|
size="small" |
|
|
|
@click="handleEdit(scope.row)">编辑</el-button> |
|
|
|
|
|
|
|
<el-button v-if="scope.row.showBtn" |
|
|
|
<el-button |
|
|
|
type="text" |
|
|
|
class="div-table-button--blue" |
|
|
|
size="small" |
|
|
|
|