Commit d9b31050 authored by zhengke's avatar zhengke

1

parent 484f24b0
......@@ -292,7 +292,7 @@
<span v-if="item.Status==3" style="color:red;">已驳回</span>
<span v-else-if="item.Status==1" style="color:blue;">待审核</span>
<span v-else-if="item.Status==2" style="color:green;">审核通过</span>
<span v-else>{{item.StatusStr}}</span>
<span v-else>{{item.StatusStr}}</span>
</td>
<td>{{ item.CreateByName }}</td>
<td>{{ item.CreateTimeStr }}</td>
......
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