Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
fengzhaoyu
mingPayPc
Commits
ec1ae2f9
Commit
ec1ae2f9
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改误删除
parent
f213e677
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
AllowancePayment.vue
src/components/pages/PaymentManagement/AllowancePayment.vue
+12
-0
No files found.
src/components/pages/PaymentManagement/AllowancePayment.vue
View file @
ec1ae2f9
...
@@ -81,8 +81,20 @@
...
@@ -81,8 +81,20 @@
v-decorator=
"['orderPrice',
{rules: [{required: true, message: '充值金额不能为空'}, {validator: rechargeNum}]}]"
v-decorator=
"['orderPrice',
{rules: [{required: true, message: '充值金额不能为空'}, {validator: rechargeNum}]}]"
/>
/>
</a-form-item>
</a-form-item>
<a-form-item
v-bind=
"formItemLayout"
label=
"截止日期"
>
<a-date-picker
placeholder=
"请选择截止日期"
:disabledDate=
"disabledDate"
:showToday=
"false"
v-decorator=
"['date-picker', config]"
/>
</a-form-item>
<a-form-item
label=
"选择成员"
v-bind=
"formItemLayout"
>
<a-form-item
label=
"选择成员"
v-bind=
"formItemLayout"
>
<div
class=
"peopleBox"
@
click=
"choosePeople()"
>
<div
class=
"peopleBox"
@
click=
"choosePeople()"
>
{{
peopleListStr
()
}}
</div>
</div>
</a-form-item>
</a-form-item>
<a-form-item
label=
"备注"
v-bind=
"formItemLayout"
>
<a-form-item
label=
"备注"
v-bind=
"formItemLayout"
>
...
...
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