Explorar o código

订单汇总字段显示修改

chenrui %!s(int64=2) %!d(string=hai) anos
pai
achega
4ffda90339
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      src/views/dataStatistics/orderDataSummary/list.vue

+ 9 - 0
src/views/dataStatistics/orderDataSummary/list.vue

@@ -130,6 +130,15 @@
           <div slot="area" slot-scope="text, record">
             {{ record.dealerProvinceName }} {{ record.dealerCityName }}
           </div>
+          <span slot="customTitle">
+            <a-popover>
+              <template slot="content">
+                货架铺货情况为实时数据<br>与查询条件中的下单时间无关
+              </template>
+              <a-icon type="question-circle" theme="twoTone" />
+            </a-popover>
+            货架铺货情况
+          </span>
         </s-table>
       </a-spin>
     </a-card>