You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-fly/static/templates/pannel.html

62 lines
1.8 KiB

{{template "header" }}
<div id="app" style="width:100%;background: #eef0f6">
<template>
<div class="tongji">
<div class="tongjiItem">
<div class="tongjiHeader">
全部客户
</div>
<div class="tongjiBody">
33
</div>
<div class="tongjiFooter">
累计客户数量<span>xx</span>
</div>
</div>
<div class="tongjiItem">
<div class="tongjiHeader">
日新增客户
</div>
<div class="tongjiBody">
33
</div>
<div class="tongjiFooter">
累计客户数量<span>xx</span>
</div>
</div>
<div class="tongjiItem">
<div class="tongjiHeader">
月新增客户
</div>
<div class="tongjiBody">
33
</div>
<div class="tongjiFooter">
累计客户数量<span>xx</span>
</div>
</div>
<div class="tongjiItem">
<div class="tongjiHeader">
年新增客户
</div>
<div class="tongjiBody">
33
</div>
<div class="tongjiFooter">
累计客户数量<span>xx</span>
</div>
</div>
</div>
<div style="background: #fff;margin: 10px;padding: 10px" id="visitorNums">
</div>
</template>
</div>
</body>
<script src="/static/js/echarts.min.js?v=1.0.0"></script>
<script>
const ACTION="pannel";
</script>
{{template "setting_bottom" .}}