zhangwencui
8 小时以前 9a281ce992a47a4eacbd1f8b578257360f0a4c3e
销售统计去掉排名
已修改1个文件
8 ■■■■ 文件已修改
src/views/reportAnalysis/salesStatistics/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportAnalysis/salesStatistics/index.vue
@@ -128,7 +128,7 @@
      <!-- 左下:产品类型销量 -->
      <div class="bi-panel bi-panel-bottom-left">
        <PanelHeader :isFullscreen="true"
                     title="销量数据-排名分析" />
                     title="销量数据统计" />
        <div class="panel-tabs">
          <span class="tab-item"
                :class="{ active: blockTimeDimension === 'year' }"
@@ -157,7 +157,7 @@
            <table class="scroll-table">
              <thead>
                <tr>
                  <th>排名</th>
                  <th>序号</th>
                  <th>产品类型</th>
                  <th>年月</th>
                  <th>销售区</th>
@@ -208,7 +208,7 @@
      <!-- 右下:销售区域销量 -->
      <div class="bi-panel bi-panel-bottom-right">
        <PanelHeader :isFullscreen="true"
                     title="销售额数据-排名分析" />
                     title="销售额数据统计" />
        <div class="panel-tabs">
          <span class="tab-item"
                :class="{ active: boardTimeDimension === 'year' }"
@@ -237,7 +237,7 @@
            <table class="scroll-table">
              <thead>
                <tr>
                  <th>排名</th>
                  <th>序号</th>
                  <th>年月</th>
                  <th>销售区</th>
                  <th>销售额(万元)</th>