lilei 1 year ago
parent
commit
891471cdd7
1 changed files with 2 additions and 12 deletions
  1. 2 12
      src/views/numsGoodsShelves/shelfSet/set.vue

+ 2 - 12
src/views/numsGoodsShelves/shelfSet/set.vue

@@ -19,12 +19,7 @@
               <a-descriptions-item label="货架名称">{{ basicInfoData&&basicInfoData.shelfName || '--' }}</a-descriptions-item>
               <a-descriptions-item>
                 <template slot="label">
-                  <a-tooltip placement="top">
-                    <template slot="title">
-                      不勾选则不显示价格,结算价:即易码通进货价。
-                    </template>
-                    货架产品<a-icon type="question-circle" style="color: rgba(0,0,0,.65);font-size: 16px;margin-left: 2px;vertical-align: sub;cursor: pointer;" />
-                  </a-tooltip>
+                    货架产品 
                 </template>
                 <span>{{showPriceStr.length ? showPriceStr.join("/") : '--'}}</span>
               </a-descriptions-item>
@@ -41,12 +36,7 @@
               </a-descriptions-item>
               <a-descriptions-item>
                 <template slot="label">
-                  <a-tooltip placement="top">
-                    <template slot="title">
-                      不勾选则不显示价格,结算价:即易码通进货价。
-                    </template>
-                    非货架产品<a-icon type="question-circle" style="color: rgba(0,0,0,.65);font-size: 16px;margin-left: 2px;vertical-align: sub;cursor: pointer;" />
-                  </a-tooltip>
+                    非货架产品
                 </template>
                 <span>{{showNoShelfPriceStr.length ? showNoShelfPriceStr.join("/") : '--'}}</span>
               </a-descriptions-item>