浏览代码

订单汇总字段显示修改

chenrui 2 年之前
父节点
当前提交
4ffda90339
共有 1 个文件被更改,包括 9 次插入0 次删除
  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">
           <div slot="area" slot-scope="text, record">
             {{ record.dealerProvinceName }} {{ record.dealerCityName }}
             {{ record.dealerProvinceName }} {{ record.dealerCityName }}
           </div>
           </div>
+          <span slot="customTitle">
+            <a-popover>
+              <template slot="content">
+                货架铺货情况为实时数据<br>与查询条件中的下单时间无关
+              </template>
+              <a-icon type="question-circle" theme="twoTone" />
+            </a-popover>
+            货架铺货情况
+          </span>
         </s-table>
         </s-table>
       </a-spin>
       </a-spin>
     </a-card>
     </a-card>