添加sop管理
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
<text class="function-name">话术管理</text>
|
||||
<text class="function-desc"></text>
|
||||
</view>
|
||||
<view class="function-item" @click="openSopManagement">
|
||||
<view class="function-icon">📘</view>
|
||||
<text class="function-name">SOP管理</text>
|
||||
<text class="function-desc"></text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -89,6 +94,14 @@ export default {
|
||||
},
|
||||
});
|
||||
},
|
||||
openSopManagement() {
|
||||
uni.navigateTo({
|
||||
url: '/pages-subpackage/furniture_reception/sop_management_my',
|
||||
fail: () => {
|
||||
uni.showToast({ title: '跳转SOP管理失败', icon: 'none' });
|
||||
},
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -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('[SmallBeautifulSales] 跳转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;
|
||||
|
||||
Reference in New Issue
Block a user