Commit e69c1628 authored by 吴春's avatar 吴春

1

parent 6c2ab960
...@@ -252,6 +252,9 @@ ...@@ -252,6 +252,9 @@
<span style="margin-left: 20px;" v-if="item.ApplyForState==1&&item.ManagerExamineName"> <span style="margin-left: 20px;" v-if="item.ApplyForState==1&&item.ManagerExamineName">
<el-tag type="warning" effect="dark">待{{item.ApplyType=="2"?"OP":"主管"}}{{item.ManagerExamineName}} 审核</el-tag> <el-tag type="warning" effect="dark">待{{item.ApplyType=="2"?"OP":"主管"}}{{item.ManagerExamineName}} 审核</el-tag>
</span> </span>
<span style="margin-left: 20px;" v-if="item.ApplyForState==2&&pagesTitle=='查看'&&item.ExamineByName">
<el-tag type="warning" effect="dark">待{{item.ApplyType=="2"?"会计":"总经理"}}{{item.ExamineByName}} 审核</el-tag>
</span>
<span style="margin-left: 20px;" v-if="pagesTitle=='申请'&&item.ApplyForState==2"> <span style="margin-left: 20px;" v-if="pagesTitle=='申请'&&item.ApplyForState==2">
<el-tag type="warning" effect="dark">待{{item.ApplyType=="2"?"会计":"总经理"}}{{item.ExamineByName}}审核</el-tag> <el-tag type="warning" effect="dark">待{{item.ApplyType=="2"?"会计":"总经理"}}{{item.ExamineByName}}审核</el-tag>
<span v-if="item.ManagerExamineBy>0" style="color:#13879b;">{{item.ApplyType=="2"?"OP":"主管"}}({{item.ManagerExamineName}} /{{item.ManagerExamineTimeStr <span v-if="item.ManagerExamineBy>0" style="color:#13879b;">{{item.ApplyType=="2"?"OP":"主管"}}({{item.ManagerExamineName}} /{{item.ManagerExamineTimeStr
......
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