|
@@ -106,7 +106,8 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="4" :sm="24" style="text-align:right;">
|
|
<a-col :md="4" :sm="24" style="text-align:right;">
|
|
<a-checkbox @change="onTiresChange">
|
|
<a-checkbox @change="onTiresChange">
|
|
- 已退货轮胎
|
|
|
|
|
|
+ <span style="margin-right:5px;">已退货轮胎</span>
|
|
|
|
+ <a-tooltip placement="top" title="置灰列表轮胎为已退货轮胎"><a-icon type="question-circle"/></a-tooltip>
|
|
</a-checkbox>
|
|
</a-checkbox>
|
|
</a-col>
|
|
</a-col>
|
|
</a-row>
|
|
</a-row>
|