Commit a42466e3 authored by youjie's avatar youjie

改价审核人

parent 2291bd5d
...@@ -219,10 +219,11 @@ ...@@ -219,10 +219,11 @@
prop="StateName" prop="StateName"
label="审核人" label="审核人"
show-overflow-tooltip show-overflow-tooltip
min-width="150"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.ManagerExamineName }}</span> <span v-if="scope.row.ManagerExamineName">{{scope.row.ManagerExamineName }}</span>
<p>{{scene.row.ManagerExamineTimeStr}}</p> <p v-if="scene.row.ManagerExamineTimeStr">{{scene.row.ManagerExamineTimeStr}}</p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
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