Merge remote-tracking branch 'origin/master'
| | |
| | | <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>
|
| | |
| | |
|
| | | .l {
|
| | | display: flex;
|
| | |
|
| | | align-items: center;
|
| | | .line {
|
| | | width: 8rpx;
|
| | | width: 6rpx; |
| | | height: 60%;
|
| | | margin-right: 10rpx;
|
| | | background-color: #2978FF;
|
| | | background-color: #017BFC;
|
| | | }
|
| | |
|
| | | .title {
|
| | |
| | |
|
| | | .owner-box {
|
| | | border-radius: 8rpx;
|
| | | padding: 30rpx;
|
| | | padding: 30rpx; |
| | | margin-top: 20rpx !important;
|
| | |
|
| | | .card-box {
|
| | | padding: 0;
|
| | |
| | | value: ''
|
| | | },
|
| | | {
|
| | | name: '待审核',
|
| | | name: '待确认',
|
| | | value: '0'
|
| | | },
|
| | | {
|
| | | name: '审核通过',
|
| | | name: '已确认',
|
| | | value: '1'
|
| | | },
|
| | | // {
|
| | |
| | | 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 {
|