Commit ad6eb5c3 authored by huangjie's avatar huangjie

供应商管理

parent 0aedb9ac
......@@ -47,7 +47,7 @@
<p>
<label class="label">纳税人身份</label>
<span>{{custmerInfo.paytaxType || '--'}}</span>
<label class="label">纳税人税率</label>
<label class="label">纳税人税率(%)</label>
<span>{{custmerInfo.taxRate || '--'}}</span>
</p>
<p>
......
......@@ -173,7 +173,7 @@
{{scope.row.taxRate||"--"}}
</template>
</el-table-column>
<el-table-column label="施工承包范围" min-width="120" :resizable="false">
<el-table-column label="施工承包范围" min-width="520px" :resizable="false">
<template slot-scope="scope">
<el-tooltip placement="top-start" v-if="scope.row.constructJobScope&&scope.row.constructJobScope.length>35">
<div slot="content">{{scope.row.constructJobScope}}</div>
......
......@@ -167,7 +167,7 @@
{{scope.row.taxRate||"--"}}
</template>
</el-table-column>
<el-table-column label="施工承包范围" min-width="120" :resizable="false">
<el-table-column label="施工承包范围" min-width="520px" :resizable="false">
<template slot-scope="scope">
<el-tooltip placement="top-start" v-if="scope.row.constructJobScope&&scope.row.constructJobScope.length>35">
<div slot="content">{{scope.row.constructJobScope}}</div>
......
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