Browse Source

发包方承包方授权印章

rongxin_prod
QI_YUJIE 1 year ago
parent
commit
95a0802499
4 changed files with 19 additions and 9 deletions
  1. BIN
      src/assets/images/sunVillage_info/contractor_authorized.png
  2. BIN
      src/assets/images/sunVillage_info/employer_authorized.png
  3. +10
    -9
      src/views/sunVillage_info/list_cbfsq.vue
  4. +9
    -0
      src/views/sunVillage_info/list_fbfsq.vue

BIN
src/assets/images/sunVillage_info/contractor_authorized.png View File

Before After
Width: 366  |  Height: 185  |  Size: 34 KiB

BIN
src/assets/images/sunVillage_info/employer_authorized.png View File

Before After
Width: 366  |  Height: 185  |  Size: 34 KiB

+ 10
- 9
src/views/sunVillage_info/list_cbfsq.vue View File

@@ -86,10 +86,11 @@
<van-button round block type="primary" v-if="sqbutShow" @click="cbfsq"> <van-button round block type="primary" v-if="sqbutShow" @click="cbfsq">
授权 授权
</van-button> </van-button>
<van-button round block type="primary" v-if="!sqbutShow" >
<!-- <van-button round block type="primary" v-if="!sqbutShow" >
授权完成 授权完成
</van-button>
</van-button> -->
</div> </div>
<img class="bottomImg" src="../../assets/images/sunVillage_info/contractor_authorized.png" alt="" v-if="!sqbutShow" />
</div> </div>
</div> </div>
</template> </template>
@@ -368,13 +369,6 @@
border: 5PX solid #e9e9e9; border: 5PX solid #e9e9e9;
border-radius: 100%; border-radius: 100%;
} }
.bottomImg{
position: absolute;
left: 50%;
top: 50%;
width: 25vw;
transform: translate(-50%,-50%);
}
} }
.titBox{ .titBox{
display: flex; display: flex;
@@ -399,4 +393,11 @@
left: 85PX; left: 85PX;
} }
} }
.bottomImg{
position: absolute;
left: 50%;
top: 50%;
width: 50vw;
transform: translate(-50%,10%);
}
</style> </style>

+ 9
- 0
src/views/sunVillage_info/list_fbfsq.vue View File

@@ -33,6 +33,7 @@
授权 授权
</van-button> </van-button>
</div> </div>
<img class="bottomImg" src="../../assets/images/sunVillage_info/employer_authorized.png" alt="" v-if="form.personAccountId && form.companyAccountId" />
</div> </div>
</div> </div>
</template> </template>
@@ -163,5 +164,13 @@
/deep/ .van-cell--required::before { /deep/ .van-cell--required::before {
left: 85PX; left: 85PX;
} }

.bottomImg{
position: absolute;
left: 50%;
top: 50%;
width: 50vw;
transform: translate(-50%,10%);
}
} }
</style> </style>

Loading…
Cancel
Save