Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙海亮
bims
Commits
3dfc41fc
Commit
3dfc41fc
authored
Jul 06, 2023
by
王安伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'func_eccs_2250' into test
parents
94db2c8f
14c447ce
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
400 additions
and
359 deletions
+400
-359
index.js
src/components/Antd/index.js
+64
-62
returnedMoney.vue
src/views/report/returnedMoney.vue
+202
-193
collectionDetail.vue
src/views/verification/collectionDetail.vue
+134
-104
No files found.
src/components/Antd/index.js
View file @
3dfc41fc
import
Vue
from
"
vue
"
;
import
Vue
from
"
vue
"
;
import
{
import
{
Row
,
Row
,
Col
,
Col
,
menu
,
menu
,
dropdown
,
dropdown
,
Table
,
Table
,
message
,
message
,
pagination
,
pagination
,
FormModel
,
FormModel
,
Select
,
Select
,
DatePicker
,
DatePicker
,
Input
,
Input
,
InputNumber
,
InputNumber
,
Radio
,
Radio
,
upload
,
upload
,
Button
,
Button
,
notification
,
notification
,
popconfirm
,
popconfirm
,
Modal
,
Modal
,
modal
,
modal
,
Spin
,
Spin
,
Collapse
,
Collapse
,
Tabs
,
Tabs
,
Tooltip
Tooltip
,
}
from
"
ant-design-vue
"
;
Popover
}
from
"
ant-design-vue
"
;
export
default
()
=>
{
let
els
=
[
export
default
()
=>
{
Row
,
let
els
=
[
Col
,
Row
,
menu
,
Col
,
dropdown
,
menu
,
Table
,
dropdown
,
message
,
Table
,
pagination
,
message
,
FormModel
,
pagination
,
Select
,
FormModel
,
DatePicker
,
Select
,
Input
,
DatePicker
,
InputNumber
,
Input
,
Radio
,
InputNumber
,
upload
,
Radio
,
Button
,
upload
,
notification
,
Button
,
popconfirm
,
notification
,
Modal
,
popconfirm
,
modal
,
Modal
,
Spin
,
modal
,
Collapse
,
Spin
,
Tabs
,
Collapse
,
Tooltip
Tabs
,
];
Tooltip
,
// 注册
Popover
els
.
forEach
((
item
)
=>
{
];
Vue
.
use
(
item
);
// 注册
});
els
.
forEach
((
item
)
=>
{
// 全局提示
Vue
.
use
(
item
);
Vue
.
prototype
.
$msg
=
notification
;
});
Vue
.
prototype
.
$message
=
message
;
// 全局提示
Vue
.
prototype
.
$modal
=
Modal
;
Vue
.
prototype
.
$msg
=
notification
;
};
Vue
.
prototype
.
$message
=
message
;
Vue
.
prototype
.
$modal
=
Modal
;
};
src/views/report/returnedMoney.vue
View file @
3dfc41fc
This diff is collapsed.
Click to expand it.
src/views/verification/collectionDetail.vue
View file @
3dfc41fc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment