Commit 28f435cd authored by 吴春's avatar 吴春

11

parent dd0a876e
......@@ -102,7 +102,12 @@
show-overflow-tooltip></el-table-column>
<el-table-column
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
prop="PriceTeamTypeName"
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