Commit 018b846f authored by hanfeng's avatar hanfeng

修改车辆订单详情

parent 871b9167
...@@ -626,12 +626,12 @@ ...@@ -626,12 +626,12 @@
style="width:100%" style="width:100%"
> >
<el-option :key="undefined" label="无" :value="undefined"></el-option> <el-option :key="undefined" label="无" :value="undefined"></el-option>
<el-option <!-- <el-option-->
v-for="item in getAllUseType() " <!-- v-for="item in getAllUseType() "-->
:key="item.code" <!-- :key="item.code"-->
:label="item.val" <!-- :label="item.val"-->
:value="item.code" <!-- :value="item.code"-->
></el-option> <!-- ></el-option>-->
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -2788,6 +2788,7 @@ export default { ...@@ -2788,6 +2788,7 @@ export default {
this.dialogFormVisible = true this.dialogFormVisible = true
}, },
handleUpdate(row) { handleUpdate(row) {
let selectArry = [] let selectArry = []
let selectVehicleModelArry = [] let selectVehicleModelArry = []
let iitem = { let iitem = {
...@@ -3129,4 +3130,4 @@ export default { ...@@ -3129,4 +3130,4 @@ export default {
left: 140px; left: 140px;
font-size: 14px; font-size: 14px;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment