|
@@ -417,7 +417,7 @@
|
|
|
</el-button>
|
|
|
<el-table highlight-current-row @cell-click='listclick' :data="inspect" style="width: 100%; margin-top: 20px"
|
|
|
ref="inspect" border>
|
|
|
- <el-table-column prop="qualityNo" width="100" label="业务编号"></el-table-column>
|
|
|
+ <el-table-column prop="qualityNo" width="130" label="业务编号"></el-table-column>
|
|
|
<el-table-column prop="carNumber" label="车牌号">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if='serviceManagementType == 1||serviceManagementType == 3&&statusTypetext == "初检"&&qyJurisdiction||serviceManagementType == 3&&statusTypetext != "初检"'>
|