Commit 3b199f05 by 刘泽奇

123

parent 2cbb2d7b
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> --> </el-table-column> -->
<el-table-column prop="deliveryOrderNo" label="交付单号"> <el-table-column prop="deliveryOrderNo" label="交付单号" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.deliveryOrderNo"> <el-tooltip placement="top" :content="scope.row.deliveryOrderNo">
<p solt="content">{{scope.row.deliveryOrderNo}} <p solt="content">{{scope.row.deliveryOrderNo}}
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="itemName" label="业务类型"> <el-table-column prop="itemName" label="业务类型" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.itemName"> <el-tooltip placement="top" :content="scope.row.itemName">
<p solt="content">{{scope.row.itemName}} <p solt="content">{{scope.row.itemName}}
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="tmName" label="商标名称"> <el-table-column prop="tmName" label="商标名称" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.tmName"> <el-tooltip placement="top" :content="scope.row.tmName">
<p solt="content">{{scope.row.tmName}} <p solt="content">{{scope.row.tmName}}
...@@ -116,15 +116,15 @@ ...@@ -116,15 +116,15 @@
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="nclOneCodes" label="商标类别"> <el-table-column prop="nclOneCodes" label="类别">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.nclOneCodes"> <el-tooltip placement="top" :content="scope.row.nclOneCodes">
<p solt="content">{{scope.row.nclOneCodes}} <p solt="content">第{{scope.row.nclOneCodes}}类
</p> </p>
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="nclOneCount" label="商标件数"> <el-table-column prop="nclOneCount" label="件数">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.nclOneCount"> <el-tooltip placement="top" :content="scope.row.nclOneCount">
<p solt="content">{{scope.row.nclOneCount}} <p solt="content">{{scope.row.nclOneCount}}
......
...@@ -240,9 +240,7 @@ ...@@ -240,9 +240,7 @@
overflow: hidden; overflow: hidden;
} }
.jdindentlist-brand-count>.cell {
width: 100px;
}
.jdindentlist-warpper .el-button { .jdindentlist-warpper .el-button {
background: none; background: none;
......
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="tmName" label="商标名称"> <el-table-column prop="tmName" label="商标名称" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.tmName"> <el-tooltip placement="top" :content="scope.row.tmName">
<p solt="content">{{scope.row.tmName}} <p solt="content">{{scope.row.tmName}}
...@@ -114,15 +114,15 @@ ...@@ -114,15 +114,15 @@
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="nclOneCodes" label="商标类别"> <el-table-column prop="nclOneCodes" label="类别">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.nclOneCodes"> <el-tooltip placement="top" :content="scope.row.nclOneCodes">
<p solt="content">{{scope.row.nclOneCodes}} <p solt="content">第{{scope.row.nclOneCodes}}类
</p> </p>
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="nclOneCount" label="商标件数" width="" class-name="jdindentlist-brand-count"> <el-table-column prop="nclOneCount" label="件数" width="" class-name="jdindentlist-brand-count">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.nclOneCount"> <el-tooltip placement="top" :content="scope.row.nclOneCount">
<p solt="content">{{scope.row.nclOneCount}} <p solt="content">{{scope.row.nclOneCount}}
......
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