完成单位管理的接口
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="label">性别:</text>
|
||||
<text class="value">男</text>
|
||||
<text class="value">{{auditsDetail.gender === 1? '男' : '女'}}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="label">证件号:</text>
|
||||
@@ -24,7 +24,7 @@
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="label">所属单位:</text>
|
||||
<text class="value">{{auditsDetail.name}}</text>
|
||||
<text class="value">{{auditsDetail.unitName}}</text>
|
||||
</view>
|
||||
|
||||
<!-- 人脸图片区域 -->
|
||||
@@ -53,7 +53,7 @@
|
||||
</view>
|
||||
|
||||
<!-- 底部按钮 -->
|
||||
<view v-if="pageType === 'handle'" class="action-buttons">
|
||||
<view v-if="pageType === 'handle'&&auditsDetail.isAuditState===1" class="action-buttons">
|
||||
<button class="approve-btn" @click="handleApprove">通过</button>
|
||||
<button class="reject-btn" @click="handleReject">拒绝</button>
|
||||
</view>
|
||||
@@ -121,7 +121,6 @@
|
||||
this.auditsDetail = res.data;
|
||||
});
|
||||
}
|
||||
// 其他原有方法...
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user