|
|
@@ -132,6 +132,11 @@
|
|
|
<el-table-column label="发布时间" align="center" prop="publishTime" width="180" />
|
|
|
<el-table-column label="创建时间" align="center" prop="createTime" width="180" />
|
|
|
<el-table-column label="更新时间" align="center" prop="updateTime" width="180" />
|
|
|
+ <el-table-column label="审核状态" align="center" prop="updateTime" width="180">
|
|
|
+ <template v-slot="row">
|
|
|
+
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="150px">
|
|
|
<template slot-scope="scope">
|
|
|
@@ -255,9 +260,10 @@ import { listArticle, getArticle, delArticle, addArticle, updateArticle, exportA
|
|
|
import { getAllArticleCateList} from "@/api/his/articleCate";
|
|
|
import Editor from '@/components/Editor/wang';
|
|
|
import ArticleDetails from '../../components/his/articleDetails.vue';
|
|
|
+import Template from '@/views/his/complaint/template.vue'
|
|
|
export default {
|
|
|
name: "article",
|
|
|
- components: { Editor ,ArticleDetails},
|
|
|
+ components: { Template, Editor ,ArticleDetails},
|
|
|
data() {
|
|
|
return {
|
|
|
show:{
|