Selaa lähdekoodia

Merge branch 'develop_yh29' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh31

lilei 1 vuosi sitten
vanhempi
commit
f5fcbd1333

+ 1 - 1
src/views/productManagement/productSourcePath/chooseImportModal.vue

@@ -13,7 +13,7 @@
       <div class="chooseImport-head">
         <p class="text-overflow">可导入数据{{ loadData.length }}条</p>
         <p>
-          <a-tooltip placement="right">
+          <a-tooltip placement="rightTop">
             <template slot="title">
               <div v-for="(con,i) in countData" :key="i"><strong>业务单号</strong>({{ con.bizCode }})<span v-for="(item,j) in con.info" :key="j">{{ item.productCode }}(<span class="red">{{ item.productNum }}</span>/{{ item.bizProductNum }});</span></div>
             </template>