linwe
2023-11-11 74348ff0e42706edf03841cb363d78cd7cf3c71c
Merge remote-tracking branch 'origin/master'
4 files modified
30 ■■■■■ changed files
subPackage/bs/views/rentDetail.vue 9 ●●●●● patch | view | raw | blame | history
subPackage/house/roomDetails/index.vue 3 ●●●● patch | view | raw | blame | history
subPackage/workbench/views/rental.vue 4 ●●●● patch | view | raw | blame | history
subPackage/workbench/views/reportAudit.vue 14 ●●●●● patch | view | raw | blame | history
subPackage/bs/views/rentDetail.vue
@@ -75,7 +75,7 @@
        <view class="bottom-tools">
            <u-button class="btn-item" type="error" @click="isModelShow = true" v-if="rentId !== ''">删除</u-button>
            <u-button class="btn-item" type="success" @click="verify"
            v-if="auditStatus == 0 && currentRole.roleAlias === 'wgy'">确认</u-button>
            v-if="!auditStatus && currentRole.roleAlias === 'wgy'">确认</u-button>
            <u-button class="btn-item" color="linear-gradient(to right, #06B0FD, #027BFE)"
                @click="saveOrUpdate">{{ rentId === '' ? "保存" : "确认修改" }}</u-button>
        </view>
@@ -559,11 +559,12 @@
                    .l {
                        display: flex;
                        align-items: center;
                        .line {
                            width: 8rpx;
                            width: 6rpx;
                            height: 60%;
                            margin-right: 10rpx;
                            background-color: #2978FF;
                            background-color: #017BFC;
                        }
                        .title {
subPackage/house/roomDetails/index.vue
@@ -424,7 +424,8 @@
                .owner-box {
                    border-radius: 8rpx;
                    padding: 30rpx;
                    padding: 30rpx;
                    margin-top: 20rpx !important;
                    .card-box {
                        padding: 0;
subPackage/workbench/views/rental.vue
@@ -78,11 +78,11 @@
                            value: ''
                        },
                        {
                            name: '待审核',
                            name: '待确认',
                            value: '0'
                        },
                        {
                            name: '审核通过',
                            name: '已确认',
                            value: '1'
                        },
                        // {
subPackage/workbench/views/reportAudit.vue
@@ -255,14 +255,16 @@
            border-top: 1rpx solid #f6f6f6;
        }
        .title-box {
            display: flex;
        .title-box {
            display: flex;
            align-items: center;
            font-size: 30rpx;
            .line {
                background-color: #4586FE;
                width: 7rpx;
                margin-right: 10rpx;
            .line {
                width: 6rpx;
                height: 30rpx;
                margin-right: 10rpx;
                background-color: #017BFC;
            }
            .text {