Commit a42466e3 authored by youjie's avatar youjie

改价审核人

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