排行榜表头修改

This commit is contained in:
WindowBird 2025-11-22 14:24:17 +08:00
parent ddf34652bc
commit 292e65a0c0
2 changed files with 4 additions and 4 deletions

View File

@ -86,8 +86,8 @@
<view class="ranking-table-header">
<view class="header-col rank-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 File

@ -588,7 +588,7 @@ const startDatePickerValue = ref(Date.now());
//
const handleCardMenu = (project) => {
uni.showActionSheet({
itemList: ['修改', '删除', '+ 新增任务', '开始开发'],
itemList: ['修改', '删除', '新增任务', '开始开发'],
success: (res) => {
if (res.tapIndex === 0) {
goToEditProject(project);
@ -1076,7 +1076,7 @@ onLoad(() => {
.project-list {
flex: 1;
padding-top: 41px;
padding-top: 6px;
padding-bottom: 100px;
background-color: #f5f7fa;
transition: padding-top 0.3s ease;