.
shuishen
2021-11-05 b32c35eb0c6e9b3de438322b72597c71efb64ec3
src/views/securityGuard/securityGuard.vue
@@ -274,6 +274,9 @@
                            <div class="security_m_l_titleName widt">
                                {{ certificateObj.realName }}
                            </div>
                            <div class="security_m_r_o_jg widt">
                                南昌市公安局
                            </div>
                            <div class="security_m_l_titlepaperTimenian widt">
                                {{ certificateYear }}
                            </div>
@@ -295,6 +298,7 @@
                            <div class="security_m_r_o_rightcardid">
                                {{ certificateObj.cardid }}
                            </div>
                        </div>
                    </div>
                </div>
@@ -1064,7 +1068,7 @@
        }),
    },
    beforeCreate () { },
    created () {
    created () {
      console.log(this.userInfo.role_name,123541);
        if(this.userInfo.role_name=="办证管理员"){
          console.log(this.userInfo.role_name,5555225);
@@ -1173,8 +1177,7 @@
            var day = oneHoursAgo.getDay();
            var date = oneHoursAgoY + "-" + oneHoursAgoM + "-" + day;
            const data = {
                id: this.data.id,
                rtime: this.data.rtime,
                id: this.certificateObj.id,
                userType: 6,
                paperTime: date
            }
@@ -1747,7 +1750,7 @@
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font: bold 18px 'SimSun' !important;
    font: normal 18px 'SimSuncss' !important;
}
.security_main {
    width: 630px;
@@ -1903,7 +1906,6 @@
    top: $downTop + $lineHigeht * 2 -6px;
    left: $centerLeft;
    width: 160px;
    font: bold 16px 'SimSun' !important;
}
// 身份证
.security_m_r_o_rightcardid {
@@ -1921,4 +1923,12 @@
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.security_m_r_o_jg{
   position: absolute;
    top: 260px;
    left: 230px;
    line-height: 40px;
    letter-spacing: 2px;
}
</style>