|
@@ -9,27 +9,27 @@
|
|
@fliterSearch="fliterSearch" @resetParams="resetParams" :listQuery="listQuery"></MoreSearchBar>
|
|
@fliterSearch="fliterSearch" @resetParams="resetParams" :listQuery="listQuery"></MoreSearchBar>
|
|
</template>
|
|
</template>
|
|
<parentTable :data="pageData.records" slot="table" style="width: 100%;">
|
|
<parentTable :data="pageData.records" slot="table" style="width: 100%;">
|
|
- <el-table-column label="坐落" align="center" width="200">
|
|
|
|
|
|
+ <el-table-column label="坐落" align="center" width="300">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.location }}</span>
|
|
<span>{{ row.location }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="项目编号" align="center" width="140" >
|
|
|
|
|
|
+ <el-table-column label="项目编号" align="center" width="130" >
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.orderId }}</span>
|
|
<span>{{ row.orderId }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="面积" align="center" >
|
|
|
|
|
|
+ <el-table-column label="面积" align="center" width="130">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.acreage }}</span>
|
|
<span>{{ row.acreage }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="单价" align="center" >
|
|
|
|
|
|
+ <el-table-column label="单价" align="center" width="130">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.price }}</span>
|
|
<span>{{ row.price }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="总价" align="center" >
|
|
|
|
|
|
+ <el-table-column label="总价" align="center" width="130">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.amount }}</span>
|
|
<span>{{ row.amount }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -69,12 +69,12 @@
|
|
<span style="color:red;font-weight:bold">{{ row.realAmount }}</span>
|
|
<span style="color:red;font-weight:bold">{{ row.realAmount }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="下单时间" align="center" width="100">
|
|
|
|
|
|
+ <el-table-column label="下单时间" align="center" width="110">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{ row.created }}
|
|
{{ row.created }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="归档日期" align="center" width="100">
|
|
|
|
|
|
+ <el-table-column label="归档日期" align="center" width="110">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.saveFileDate }}</span>
|
|
<span>{{ row.saveFileDate }}</span>
|
|
</template>
|
|
</template>
|