提交代码

dev_xds
姜玉琦 2023-08-19 21:48:20 +08:00
parent 22d552c5f0
commit 81bbfcf91b
1 changed files with 10 additions and 7 deletions

View File

@ -136,6 +136,7 @@
prop="sortNum"
v-if="checkPermi(['work:workJournalism:edit'])"
>
<template slot-scope="scope">
<el-input-number
size="mini"
v-model="scope.row.sortNum"
@ -143,6 +144,7 @@
:max="999"
@change="setSort(scope.row, $event)"
></el-input-number>
</template>
</el-table-column>
<el-table-column label="数据状态" align="center" prop="isDel">
<template slot-scope="scope">
@ -341,6 +343,7 @@ export default {
this.getList();
},
methods: {
checkPermi,
/** 查询集团新闻列表 */
getList() {
this.loading = true;