Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
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
lanbaoming
jiedao-app-operator-master
Commits
4c1623da
Commit
4c1623da
authored
Oct 18, 2024
by
chenwei
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正兑换记录上传附件的格式
parent
0cd03467
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.vue
src/views/ecw/giftManagement/bulkExchange/index.vue
+1
-1
No files found.
src/views/ecw/giftManagement/bulkExchange/index.vue
View file @
4c1623da
...
...
@@ -110,7 +110,7 @@
<el-input
:placeholder=
"$t('请输入快递寄出人')"
clearable
v-model=
"item.expressSender"
onkeyup=
"this.value=this.value.replace(/(^\s*)|(\s*$)/g,'')"
/>
</el-form-item>
<el-form-item
:label=
"$t('上传附件')"
>
<file-upload
v-model=
"item.annex"
></file-upload>
<file-upload
v-model=
"item.annex"
:fileType=
"['doc', 'docx', 'xls', 'xlsx', 'txt', 'pdf', 'jpg', 'jpeg', 'png']"
></file-upload>
</el-form-item>
<el-form-item
:label=
"$t('备注')"
>
<el-input
style=
"width: 500px"
type=
"textarea"
v-model=
"item.remark"
></el-input>
...
...
chenwei
@chenwei
mentioned in commit
c2d0be8b
·
Oct 18, 2024
mentioned in commit
c2d0be8b
mentioned in commit c2d0be8bc3697e0be7e0ac4229403184c4ba090f
Toggle commit list
chenwei
@chenwei
mentioned in merge request
!91 (merged)
·
Oct 18, 2024
mentioned in merge request
!91 (merged)
mentioned in merge request !91
Toggle commit list
chenwei
@chenwei
mentioned in commit
81ab3c76
·
Oct 18, 2024
mentioned in commit
81ab3c76
mentioned in commit 81ab3c76fafbf5753801d7102ba13a22e3b9e131
Toggle commit list
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