shuishen
2024-01-09 298d18ee58418f2da579e2ed72f58fbab87c9efe
src/views/article/discussionManage.vue
@@ -41,7 +41,7 @@
            </template>
            <template slot-scope="{ row, size }" slot="iscomment">
                <el-tag :size="size" :type="showStatus(row.publish, 2).type" v-text="showStatus(row.publish, 2).text">
                <el-tag :size="size" :type="showStatus(row.iscomment, 2).type" v-text="showStatus(row.iscomment, 2).text">
                </el-tag>
            </template>
        </avue-crud>
@@ -441,6 +441,7 @@
                editBtn: this.vaildData(this.permission.article_edit, true),
            }
        },
        ids () {
            let ids = []
            this.selectionList.forEach((ele) => {