|
@@ -16,9 +16,9 @@
|
|
|
<el-table-column label="定金流水号" prop="serialNumber" width="100" />
|
|
|
<el-table-column label="认购房屋" prop="houseName" />
|
|
|
<el-table-column label="状态" prop="statusStr" width="110" />
|
|
|
- <el-table-column label="经办时间" prop="createdName" />
|
|
|
- <el-table-column label="经办人" prop="createdAt" />
|
|
|
- <el-table-column header-align="center" label="操作" width="180">
|
|
|
+ <el-table-column label="经办时间" prop="createdAt" width="100"/>
|
|
|
+ <el-table-column label="经办人" prop="createdName" />
|
|
|
+ <el-table-column header-align="center" label="操作">
|
|
|
<template scope="scope">
|
|
|
<el-button size="mini" type="text" @click="depositView(scope.row)">查看</el-button>
|
|
|
</template>
|
|
@@ -51,8 +51,8 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="签约日期" prop="signingDate" />
|
|
|
- <el-table-column header-align="center" label="操作" width="180">
|
|
|
+ <el-table-column label="签约日期" prop="signingDate" width="100"/>
|
|
|
+ <el-table-column header-align="center" label="操作">
|
|
|
<template scope="scope">
|
|
|
<el-button size="mini" type="text" @click="contractView(scope.row)">查看</el-button>
|
|
|
</template>
|
|
@@ -84,7 +84,7 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column header-align="center" label="操作" width="200">
|
|
|
+ <el-table-column header-align="center" label="操作">
|
|
|
<template scope="scope">
|
|
|
<el-button size="mini" type="text" @click="payLogView(scope.row)">查看</el-button>
|
|
|
</template>
|
|
@@ -114,7 +114,7 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column header-align="center" label="操作" width="180">
|
|
|
+ <el-table-column header-align="center" label="操作">
|
|
|
<template scope="scope">
|
|
|
<el-button size="mini" type="text" @click="fundView(scope.row)">查看</el-button>
|
|
|
</template>
|
|
@@ -184,7 +184,7 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column header-align="center" label="操作" width="180">
|
|
|
+ <el-table-column header-align="center" label="操作">
|
|
|
<template scope="scope">
|
|
|
<el-button size="mini" type="text" @click="invoiceView(scope.row)">查看</el-button>
|
|
|
</template>
|