2025-11-19 17:51:01 +08:00
|
|
|
<template>
|
|
|
|
|
<web-view class="salary-info-container" src="https://www.mohrss.gov.cn/SYrlzyhshbzb/laodongguanxi_/fwyd/202506/t20250627_544623.html"></web-view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
.salary-info-container {
|
2026-03-12 17:10:34 +08:00
|
|
|
padding: 45rpx;
|
2025-11-19 17:51:01 +08:00
|
|
|
background: #F5F5F5;
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
}
|
|
|
|
|
</style>
|