This commit is contained in:
wangweidong 2026-03-12 15:03:54 +08:00
parent 67b6c36029
commit f5214ecac4
5 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
<view class="left-father" @click="goBack">
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
<view style="font-size: 30rpx;">审核记录</view>
<view style="font-size: 30rpx;">{{code>-1?'机构登记表':'机构信息'}}</view>
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>
@ -247,7 +247,7 @@
const special = ref(false);
const code = ref(0);
onLoad((options) => {
code.value = options.code?options.code:0;
code.value = options.code;
if(options.special){
special.value = true
}

View File

@ -10,7 +10,7 @@
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
<view class="left-father" @click="uni.navigateBack({delta:2})">
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
<view style="font-size: 30rpx;">机构登记表</view>
<view style="font-size: 30rpx;">机构登记表编辑</view>
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>

View File

@ -10,7 +10,7 @@
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
<view class="left-father" @click="goBack">
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
<view style="font-size: 30rpx;">机构登记表</view>
<view style="font-size: 30rpx;">机构登记表编辑</view>
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>

View File

@ -53,7 +53,7 @@
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
<view class="left-father" @click="uni.navigateBack({delta:3})">
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
<view style="font-size: 30rpx;">机构登记表</view>
<view style="font-size: 30rpx;">机构登记表编辑</view>
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>

View File

@ -10,7 +10,7 @@
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
<view class="left-father" @click="goBack">
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
<view style="font-size: 30rpx;">入职登记表</view>
<view style="font-size: 30rpx;">入职登记表编辑</view>
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>