chenrui 1 gadu atpakaļ
vecāks
revīzija
6a7596e6c7

+ 2 - 1
src/views/productManagement/productSourcePath/list.vue

@@ -106,7 +106,8 @@
           </a-col>
           <a-col :md="4" :sm="24" style="text-align:right;">
             <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-col>
         </a-row>