MrShi
2024-12-05 f67075dfb8757171d3287a31f9fc48cd15d37bd7
admin/src/views/contract/contractList.vue
@@ -20,7 +20,11 @@
                </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>