|
@@ -52,9 +52,9 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="产品规格" prop="model" width="80">
|
|
|
+ <el-table-column label="产品规格" prop="model">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.packTitle }}
|
|
|
+ {{ scope.row.specTitle }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
@@ -66,7 +66,7 @@
|
|
|
|
|
|
<el-table-column label="状态">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.address }}
|
|
|
+ {{ scope.row.statusTitle }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|