样式优化,顶部导航

This commit is contained in:
2024-03-22 15:11:36 +08:00
parent fdcc4481be
commit 0fc183df8c
17 changed files with 1596 additions and 131 deletions

View File

@@ -57,7 +57,7 @@ export const authority = () => {
}
export const twoPdaIvtQuery = (no, code) => {
let res = {
data: [{bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}]
data: [{bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}]
}
return res
}