Commit 92090296 authored by 沈良进's avatar 沈良进
parents 637e1686 39328456
...@@ -74,10 +74,12 @@ ...@@ -74,10 +74,12 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="LtName" prop="LtName"
label="系列" show-overflow-tooltip> label="系列"
width="80"
show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<p>{{scope.row.LineName}}</p> {{scope.row.LineName}}</br>
<p>{{scope.row.LtName}}</p> {{scope.row.LtName}}
</template> </template>
</el-table-column> </el-table-column>
<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