Explorar el Código

文章页面优化

yjwang hace 3 días
padre
commit
f8fd729aa4
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      src/views/his/article/index.vue

+ 7 - 1
src/views/his/article/index.vue

@@ -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:{