You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
234 B

<template>
<u-navbar
:is-back="true"
title="报工确认"
:background="{ backgroundColor: '#375AC8' }"
title-color="white"
back-icon-color="white"
>
</u-navbar>
</template>
<style lang="scss" scope></style>