|
@@ -50,7 +50,7 @@
|
|
<el-button type="text" @click="edit(scope)">编辑</el-button>
|
|
<el-button type="text" @click="edit(scope)">编辑</el-button>
|
|
<el-button v-if="scope.row.sort > 3" type="text" icon="el-icon-caret-top"
|
|
<el-button v-if="scope.row.sort > 3" type="text" icon="el-icon-caret-top"
|
|
@click="getChange(scope.row.id, scope.row.sort - 1)" />
|
|
@click="getChange(scope.row.id, scope.row.sort - 1)" />
|
|
- <el-button v-if="scope.row.sort > 2" type="text" icon="el-icon-caret-bottom"
|
|
|
|
|
|
+ <el-button v-if="scope.row.sort > 2 && scope.row.sort < 12" type="text" icon="el-icon-caret-bottom"
|
|
@click="getChange(scope.row.id, scope.row.sort + 1)" />
|
|
@click="getChange(scope.row.id, scope.row.sort + 1)" />
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|