添加sop管理

This commit is contained in:
zhonghua.li
2026-04-23 16:27:48 +08:00
parent e1276a1906
commit 44dcc4b2b2
49 changed files with 817 additions and 456 deletions

View File

@@ -32,6 +32,11 @@
<text class="function-name">话术管理</text>
<text class="function-desc"></text>
</view>
<view class="function-item" @click="quickJumpSopManagement">
<view class="function-icon">📘</view>
<text class="function-name">SOP管理</text>
<text class="function-desc"></text>
</view>
</view>
</view>
@@ -256,6 +261,18 @@ export default {
},
});
},
quickJumpSopManagement() {
uni.navigateTo({
url: '/pages-subpackage/furniture_reception/sop_management_my',
fail: (err) => {
console.error('[SoftSalesScenario] 跳转SOP管理页失败:', err);
uni.showToast({
title: '跳转失败,请稍后重试',
icon: 'none',
});
},
});
},
},
};
</script>
@@ -336,7 +353,7 @@ export default {
}
.quick-links-section .function-item {
width: calc(25% - 10rpx);
width: calc(20% - 10rpx);
background: #ffffff;
border-radius: 12rpx;
padding: 24rpx 12rpx;