瀏覽代碼

提交

yxb
DESKTOP-2IO5MST\huting 1 年之前
父節點
當前提交
6671631643

+ 4
- 4
subpackage/after-sale/progress-query/progress-query-business.vue 查看文件

:clear="false"></uni-data-select> :clear="false"></uni-data-select>
</view> </view>
</view> </view>
<view class="item">
<view class="item last">
<text>业务类型:</text> <text>业务类型:</text>
<uni-data-select v-model="state.businessTypeVal" :localdata="state.businessRange" <uni-data-select v-model="state.businessTypeVal" :localdata="state.businessRange"
@change="changeBusiness" :clear="false"></uni-data-select> @change="changeBusiness" :clear="false"></uni-data-select>
line-height: 24px; line-height: 24px;
} }


/* /deep/.uni-stat__select {
width: 180rpx;
} */
/deep/.last .uni-stat__select {
width: 320rpx;
}


/deep/.uni-select__selector-empty, /deep/.uni-select__selector-empty,
/deep/.uni-select__selector-item { /deep/.uni-select__selector-item {

+ 5
- 5
subpackage/after-sale/progress-query/progress-query-tab.vue 查看文件

"type": 1, "type": 1,
"image": "image/index/goRecharge.png", "image": "image/index/goRecharge.png",
}, },
{
"title": "对公账户",
"type": 2,
"image": "image/index/goRecharge.png"
}
// {
// "title": "对公账户",
// "type": 2,
// "image": "image/index/goRecharge.png"
// }
], ],
}); });
const go = (type) => { const go = (type) => {

Loading…
取消
儲存