丽知中台报表更新
This commit is contained in:
parent
ce6cb725d5
commit
ce8957e38d
|
@ -31,7 +31,8 @@
|
||||||
>
|
>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</div>`
|
</div>
|
||||||
|
`
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<el-select v-model="queryCriteria.newstate2" placeholder="退款推送状态">
|
<el-select v-model="queryCriteria.newstate2" placeholder="退款推送状态">
|
||||||
<el-option
|
<el-option
|
||||||
|
@ -106,10 +107,10 @@ export default {
|
||||||
//搜索框内容
|
//搜索框内容
|
||||||
queryCriteria: {
|
queryCriteria: {
|
||||||
'businesstype': 'TOC_ORDER',
|
'businesstype': 'TOC_ORDER',
|
||||||
'businessDateStart': '2025-03-11',
|
'businessDateStart': '',
|
||||||
'businessDateEnd': '2025-03-11',
|
'businessDateEnd': '',
|
||||||
'newstate': 'Y',
|
'newstate': '',
|
||||||
'newstate2': 'Y'
|
'newstate2': ''
|
||||||
},
|
},
|
||||||
pageModel: {
|
pageModel: {
|
||||||
'pageSize': 20,
|
'pageSize': 20,
|
||||||
|
@ -342,7 +343,7 @@ export default {
|
||||||
prop: 'def6',
|
prop: 'def6',
|
||||||
tooltip: true,
|
tooltip: true,
|
||||||
width: 150
|
width: 150
|
||||||
},
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
//正常合并
|
//正常合并
|
||||||
|
|
Loading…
Reference in New Issue