|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column prop="totalArea" label="租赁面积" min-width="100" show-overflow-tooltip /> | 
|---|
|  |  |  | <el-table-column label="租赁面积" min-width="100" show-overflow-tooltip> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | {{row.totalArea}}㎡ | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column prop="signDate" label="签订日" min-width="100" show-overflow-tooltip /> | 
|---|
|  |  |  | <el-table-column prop="code" label="合同编号" min-width="100" show-overflow-tooltip /> | 
|---|
|  |  |  | <el-table-column label="合同状态" min-width="90" fixed="right" show-overflow-tooltip> | 
|---|