jialh
2025-02-08 d1131605b19a1fb02e1d5d55169745038b929cba
政策日历页面优化
3个文件已修改
1个文件已添加
25 ■■■■ 已修改文件
src/assets/images/policy/people.png 补丁 | 查看 | 原始文档 | blame | 历史
src/view/checkPolicies/calendar.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/echarts/tree.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/policyMatching/fastMatch.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/images/policy/people.png
src/view/checkPolicies/calendar.vue
@@ -45,7 +45,7 @@
                                    <div class="intro">简介:具有丰富的政策申报规划经验,能为不同阶段的企业定制补贴申领方案,通过率达95%。</div>
                                </div>
                                <div class="photo">
                                    <img src="https://www.keceyun.com/_nuxt/ghs-avatar.CJ7c5kws.png" alt="">
                                    <img src="../../assets/images/policy/people.png" alt="">
                                </div>
                            </div>
                        </Card>
@@ -484,7 +484,7 @@
        margin-top: 20px;
        background: #f7fafe;
        border-radius: 4px;
        padding: 0 20px;
        padding: 0 0 0 20px;
        padding-top: .5rem;
@@ -533,14 +533,14 @@
    }
    .photo {
        width: 101px;
        width: 111px;
        height: 148px;
        margin-top: -1rem;
        position: relative;
        img {
            width: 83px;
            // height: 148px;
            width: 124px;
            height: 148px;
        }
    }
src/view/echarts/tree.vue
@@ -547,6 +547,7 @@
                    if (data.typeId == 1) {
                        this.toNewPage(data)
                    } else if (data.typeId == 2 || data.typeId == 3) {
                        // console.log('===data===', data);
                        this.callNewApi(data);
                    }
                }
@@ -577,10 +578,10 @@
                console.log('Response:', response.data.Data.Data);
                const childList = response.data.Data.Data
                // console.log('childList:', childList);
                if (childList.length) {
                    // console.log('childList:1111', childList);
                    childList.forEach((item) => {
                        item.name = item.CompanyName
                    })
src/view/policyMatching/fastMatch.vue
@@ -75,7 +75,7 @@
                                            <div class="intro">简介:具有丰富的政策申报规划经验,能为不同阶段的企业定制补贴申领方案,通过率达95%。</div>
                                        </div>
                                        <div class="photo">
                                            <img src="https://www.keceyun.com/_nuxt/ghs-avatar.CJ7c5kws.png" alt="">
                                            <img src="../../assets/images/policy/people.png" alt="">
                                        </div>
                                    </div>
                                </Card>
@@ -509,7 +509,7 @@
        margin-top: 20px;
        background: #f7fafe;
        border-radius: 4px;
        padding: 0 20px;
        padding: 0 0 0 20px;
        padding-top: .5rem;
@@ -558,14 +558,14 @@
    }
    .photo {
        width: 101px;
        width: 111px;
        height: 148px;
        margin-top: -1rem;
        position: relative;
        img {
            width: 83px;
            // height: 148px;
            width: 124px;
            height: 148px;
        }
    }