Commit 36498834 authored by youjie's avatar youjie

no message

parent 294dee4b
......@@ -208,12 +208,23 @@
审核通过
</template>
<template v-else-if="scope.row.ApplyForState==4">
拒绝
拒绝
</template>
</span>
</template>
</el-table-column>
</template>
<el-table-column
v-if="pagesTitle == '审核'"
prop="StateName"
label="审核人"
show-overflow-tooltip
>
<template slot-scope="scope">
<span>{{scope.row.ManagerExamineName }}</span>
<p>{{scene.row.ManagerExamineTimeStr}}</p>
</template>
</el-table-column>
<el-table-column
v-if="pagesTitle != '审核'"
prop="StateName"
......
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