Bug修改

This commit is contained in:
zhaoxiao
2021-10-15 18:08:38 +08:00
parent 62d9a4cd3e
commit 20940aa0e1
3 changed files with 3 additions and 3 deletions
@@ -36,7 +36,7 @@
@change="handleSignedCompanyChange"></company-select>
</a-form-item>
</a-col>
<a-col :xxl="6" :xl="8" :sm="12" style="margin-bottom: -2px">
<a-col :xxl="6" :xl="8" :sm="12" style="margin-bottom: 0px">
<a-form-item label="签订联系人" :labelCol="labelCol" :wrapperCol="wrapperCol">
<select-contacts placeholder="请选择签订联系人"
:selected-company="selectedCompany"
@@ -126,7 +126,7 @@
<a-table
size="middle"
ref="footTable"
rowKey="id"
rowKey="projectId"
:columns="columnsFooter"
:scroll="{x: 1300}"
:dataSource="footerDataSource"
+1 -1
View File
@@ -64,7 +64,7 @@
<template slot="title">
<span v-html="text" class="ellipsis-span"></span>
</template>
<span v-html="myEllipsis(text,20)" class="ellipsis-span"></span>
<span v-html="myEllipsis(text,50)" class="ellipsis-span"></span>
</a-tooltip>
</span>