定损驳回功能注释

This commit is contained in:
hayu 2025-07-27 11:42:11 +08:00
parent ae44e8de17
commit 9141ab2970
2 changed files with 11 additions and 11 deletions

View File

@ -10,9 +10,9 @@
<uni-col :span="4">
<view class="search search-btn" @click="search">查询</view>
</uni-col>
<uni-col :span="4">
<view class="search reject" @click="onQualified">驳回</view>
</uni-col>
<!-- <uni-col :span="4">-->
<!-- <view class="search reject" @click="onQualified">驳回</view>-->
<!-- </uni-col>-->
</uni-row>
<view class="checkbox-group">

View File

@ -132,14 +132,14 @@ const options = ref([
},
},
{
text: '驳回',
style: {
backgroundColor: '#ed6042',
color: '#fff',
fontSize: '30rpx',
},
},
// {
// text: '',
// style: {
// backgroundColor: '#ed6042',
// color: '#fff',
// fontSize: '30rpx',
// },
// },
])
//