|
|
@ -51,7 +51,7 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="车架号" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span class="bluezi" @click="handlink(scope.row.vinNo)">{{ scope.row.vinNo }}</span> |
|
|
|
<span class="bluezi" @click="handlink(scope.row)">{{ scope.row.vinNo }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="颜色" align="center"> |
|
|
@ -154,9 +154,9 @@ export default { |
|
|
|
}, |
|
|
|
showInfo(sid, row) { |
|
|
|
this.modelSid = sid |
|
|
|
this.modelConfigSid = row.sid |
|
|
|
this.modelConfigSid = row.configSid |
|
|
|
this.listQuery.params.modelSid = sid |
|
|
|
this.listQuery.params.modelConfigSid = row.sid |
|
|
|
this.listQuery.params.modelConfigSid = row.configSid |
|
|
|
this.Dictionary() |
|
|
|
this.getList() |
|
|
|
}, |
|
|
|