Commit 95707cd0 authored by youjie's avatar youjie
parents f9f807ec 28f435cd
...@@ -102,7 +102,12 @@ ...@@ -102,7 +102,12 @@
show-overflow-tooltip></el-table-column> show-overflow-tooltip></el-table-column>
<el-table-column <el-table-column
prop="OPName" prop="OPName"
label="OP"></el-table-column> label="OP/申请日期">
<template slot-scope="scope">
<p> {{scope.row.OPName}}</p>
<p> {{scope.row.OutGroupApplyDateStr}}</p>
</template>
</el-table-column>
<el-table-column <el-table-column
prop="PriceTeamTypeName" prop="PriceTeamTypeName"
label="团队类型"> label="团队类型">
......
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