提交代码
parent
22d552c5f0
commit
81bbfcf91b
|
@ -136,13 +136,15 @@
|
|||
prop="sortNum"
|
||||
v-if="checkPermi(['work:workJournalism:edit'])"
|
||||
>
|
||||
<el-input-number
|
||||
size="mini"
|
||||
v-model="scope.row.sortNum"
|
||||
:min="1"
|
||||
:max="999"
|
||||
@change="setSort(scope.row, $event)"
|
||||
></el-input-number>
|
||||
<template slot-scope="scope">
|
||||
<el-input-number
|
||||
size="mini"
|
||||
v-model="scope.row.sortNum"
|
||||
:min="1"
|
||||
: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;
|
||||
|
|
Loading…
Reference in New Issue