Commit 9895f12a authored by youjie's avatar youjie

no message

parent ebcd3c01
......@@ -761,7 +761,11 @@
</el-tooltip>
</template>
</el-table-column>
<el-table-column prop="OrderID" label="关联订单" width="100"></el-table-column>
<el-table-column prop="OrderID" label="关联订单" width="100">
<template slot-scope="scope">
{{scope.row.OrderID?scope.row.OrderID:'-'}}
</template>
</el-table-column>
<el-table-column prop="TCNUM" label="关联团号" width="100">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.TCNUM" placement="bottom">
......
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