feat:完善功能
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main"> </div>
|
||||
<div class="main">
|
||||
<img v-if="scenicSpotId == 'root000000'" src="@/assets/images/bdc.png" alt="" />
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="flex">
|
||||
<div class="item">
|
||||
@@ -119,6 +121,13 @@
|
||||
const router = useRouter()
|
||||
const scenicStore = useScenicStore()
|
||||
|
||||
let props = defineProps({
|
||||
scenicSpotId: {
|
||||
type: String,
|
||||
default: () => ''
|
||||
}
|
||||
})
|
||||
|
||||
const handleMore = () => {
|
||||
router.push('/workOrder')
|
||||
}
|
||||
@@ -192,6 +201,10 @@
|
||||
.main {
|
||||
width: 100%;
|
||||
height: vh(600);
|
||||
> img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
.item {
|
||||
|
||||
Reference in New Issue
Block a user