This commit is contained in:
liuye
2022-02-25 14:42:07 +08:00
parent a80da6c722
commit cbecf5d57f
4 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
<script>
export default {
appName: "(山东)公文流转",
appName: "公文流转",
data() {
return {
documentName: "",

View File

@@ -105,8 +105,8 @@
</div>
</div>
<div class="pad-b112" v-if="!data.resident.auditStatus == 0 && type == 1"></div>
<div class="footer" v-if="!data.resident.auditStatus == 0 && type == 1">
<div class="pad-b112" v-if="data.resident.auditStatus == 0 && type == 1"></div>
<div class="footer" v-if="data.resident.auditStatus == 0 && type == 1">
<div @click="toContent">不通过</div>
<div class="pass" @click="examine(1)">通过</div>
</div>

View File

@@ -37,7 +37,7 @@
<div class="rightBottom">
<span>身份证号</span>
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1******$2') }}</span>
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}</span>
</div>
</div>
</div>