douhl hai 1 ano
pai
achega
aadae0365d

+ 20 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/analysis/index.vue

@@ -104,6 +104,25 @@ const option: EChartsOption = {
         </div>
       </div>
     </section>
-    <nav class="bg-green-200 flex-1 min-w-60 sticky right-0 top-8">222</nav>
+    <nav class="flex-1 min-w-60 sticky right-0 top-9">
+      <div class="border border-gray-200 rounded w-3/4 text-sm text-gray-500">
+        <div class="p-2 bg-sky-100 border-l-2 border-blue-700">仅本人</div>
+        <div class="p-2">本人及下属</div>
+        <div class="p-2">仅本部门</div>
+        <div class="p-2">本部门及下属</div>
+      </div>
+      <div class="border border-gray-200 rounded text-sm text-gray-500 mt-4">
+        <div class="p-2 bg-sky-100 border-l-2 border-blue-700">本月</div>
+        <div class="p-2">本周</div>
+        <div class="p-2">本年</div>
+        <div class="p-2">
+          <div>自定义</div>
+          <el-date-picker
+            type="daterange"
+            class="max-w-full mt-2"
+          ></el-date-picker>
+        </div>
+      </div>
+    </nav>
   </div>
 </template>