Commit 5d259f5f authored by youjie's avatar youjie

优化

parent ef30f7cb
......@@ -141,8 +141,8 @@
v-if="queryType[9].show"
show-overflow-tooltip>
<template slot-scope="scope">
<p class="">{{ scope.row.LineName }}</p>
<p class="">{{ scope.row.LineTeamName }}</p>
<p class="" v-if="scope.row.LineName">{{ scope.row.LineName }}</p>
<p class="" v-if="scope.row.LineTeamName">{{ scope.row.LineTeamName }}</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