浏览代码

添加提示

chenrui 1 年之前
父节点
当前提交
6a7596e6c7
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/productManagement/productSourcePath/list.vue

+ 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>