Commit 6132de28 authored by 罗超's avatar 罗超

优化

parent 8d75d7fb
...@@ -100,6 +100,8 @@ ...@@ -100,6 +100,8 @@
<tr> <tr>
<th>状态</th> <th>状态</th>
<th>标签</th> <th>标签</th>
<th>创建人</th>
<th>部门</th>
<th width="300">标题</th> <th width="300">标题</th>
<th>内容概要</th> <th>内容概要</th>
<th>开始时间</th> <th>开始时间</th>
...@@ -120,6 +122,8 @@ ...@@ -120,6 +122,8 @@
<td> <td>
<el-tag v-if="item.Tags.length>0">{{item.Tags}}</el-tag> <el-tag v-if="item.Tags.length>0">{{item.Tags}}</el-tag>
</td> </td>
<td>{{item.CreateName}}</td>
<td>{{item.DepartmentName}}</td>
<td>{{item.Title}}</td> <td>{{item.Title}}</td>
<td width="250"> <td width="250">
<el-tooltip effect="dark" :content="item.Description" placement="top-start"> <el-tooltip effect="dark" :content="item.Description" placement="top-start">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment