排行榜表头修改
This commit is contained in:
parent
ddf34652bc
commit
292e65a0c0
|
|
@ -86,8 +86,8 @@
|
||||||
<view class="ranking-table-header">
|
<view class="ranking-table-header">
|
||||||
<view class="header-col rank-col">排名</view>
|
<view class="header-col rank-col">排名</view>
|
||||||
<view class="header-col name-col">名称</view>
|
<view class="header-col name-col">名称</view>
|
||||||
<view class="header-col stat-col">新增客户</view>
|
<view class="header-col stat-col">新增</view>
|
||||||
<view class="header-col stat-col">跟进客户</view>
|
<view class="header-col stat-col">跟进</view>
|
||||||
<view class="header-col stat-col">加微信</view>
|
<view class="header-col stat-col">加微信</view>
|
||||||
<view class="header-col stat-col">高意向</view>
|
<view class="header-col stat-col">高意向</view>
|
||||||
<view class="header-col stat-col">成交</view>
|
<view class="header-col stat-col">成交</view>
|
||||||
|
|
|
||||||
|
|
@ -588,7 +588,7 @@ const startDatePickerValue = ref(Date.now());
|
||||||
// 处理卡片菜单
|
// 处理卡片菜单
|
||||||
const handleCardMenu = (project) => {
|
const handleCardMenu = (project) => {
|
||||||
uni.showActionSheet({
|
uni.showActionSheet({
|
||||||
itemList: ['修改', '删除', '+ 新增任务', '√ 开始开发'],
|
itemList: ['修改', '删除', '新增任务', '开始开发'],
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
if (res.tapIndex === 0) {
|
if (res.tapIndex === 0) {
|
||||||
goToEditProject(project);
|
goToEditProject(project);
|
||||||
|
|
@ -1076,7 +1076,7 @@ onLoad(() => {
|
||||||
|
|
||||||
.project-list {
|
.project-list {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding-top: 41px;
|
padding-top: 6px;
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
background-color: #f5f7fa;
|
background-color: #f5f7fa;
|
||||||
transition: padding-top 0.3s ease;
|
transition: padding-top 0.3s ease;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user