Commit 1cefc1a2 authored by youjie's avatar youjie

no message

parent 046d8856
...@@ -72,14 +72,14 @@ ...@@ -72,14 +72,14 @@
label="商品名称" label="商品名称"
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<div style="width: 50px;overflow: hidden;">{{scope.row.Name}}</div> <div style="overflow: hidden;">{{scope.row.Name}}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="商品详情" label="商品详情"
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<div style="width: 50px;overflow: hidden;">{{scope.row.Description}}</div> <div style="overflow: hidden;">{{scope.row.Description}}</div>
</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