Browse Source

排序

V1.0
mk 3 years ago
parent
commit
6d1212ce29
  1. 7
      src/views/modules/base/community/buildTable.vue

7
src/views/modules/base/community/buildTable.vue

@ -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"

Loading…
Cancel
Save