Commit bd9ab798 authored by youjie's avatar youjie

no message

parent 4c9cb38d
......@@ -74,10 +74,12 @@
</el-table-column>
<el-table-column
prop="LtName"
label="系列" show-overflow-tooltip>
label="系列"
width="80"
show-overflow-tooltip>
<template slot-scope="scope">
<p>{{scope.row.LineName}}</p>
<p>{{scope.row.LtName}}</p>
{{scope.row.LineName}}</br>
{{scope.row.LtName}}
</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