Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biz-trina5-app
Project
Project
Details
Activity
Releases
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
贺双
biz-trina5-app
Commits
d6076dcc
Commit
d6076dcc
authored
Jul 10, 2025
by
刘威龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传设置只能上传图片(修复打开不是相册bug)
parent
8ad515e3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
abnormalEvent.vue
subpkg/abnormalEvent/abnormalEvent.vue
+1
-1
ladingUpload.vue
subpkg/ladingUpload/ladingUpload.vue
+1
-1
orderAllPodSign.vue
subpkg/orderAllPodSign/orderAllPodSign.vue
+1
-1
orderDetailPodSign.vue
subpkg/orderAllPodSign/orderDetailPodSign.vue
+1
-1
No files found.
subpkg/abnormalEvent/abnormalEvent.vue
View file @
d6076dcc
...
...
@@ -48,7 +48,7 @@
<!-- 异常文件 -->
<view
class=
"uploader-img"
>
<bs-uploader
ref=
"myUploadImg"
:required=
"requiredStatus"
uploadTitle=
"异常文件"
/>
uploadTitle=
"异常文件"
uploadAccept=
'image'
/>
</view>
<view
class=
"module-title flex"
>
<text
class=
"font_bolder"
>
费用明细
</text>
...
...
subpkg/ladingUpload/ladingUpload.vue
View file @
d6076dcc
...
...
@@ -33,7 +33,7 @@
<!-- 上传图片 -->
<view
class=
"uploader-img"
>
<bs-uploader
ref=
"myUploadImg"
:required=
"requiredStatus"
uploadTitle=
"上传图片"
/>
uploadTitle=
"上传图片"
uploadAccept=
'image'
/>
</view>
</view>
<!-- 底部按钮 -->
...
...
subpkg/orderAllPodSign/orderAllPodSign.vue
View file @
d6076dcc
...
...
@@ -85,7 +85,7 @@
<!-- 上传图片 -->
<view
class=
"uploader-img"
>
<bs-uploader
ref=
"myUploadImg"
:required=
"true"
uploadTitle=
"上传图片"
/>
uploadTitle=
"上传图片"
uploadAccept=
'image'
/>
</view>
</view>
<!-- 底部按钮 -->
...
...
subpkg/orderAllPodSign/orderDetailPodSign.vue
View file @
d6076dcc
...
...
@@ -141,7 +141,7 @@
<!-- 上传图片 -->
<view
class=
"uploader-img"
>
<bs-uploader
ref=
"myUploadImg"
:required=
"true"
uploadTitle=
"上传图片"
/>
uploadTitle=
"上传图片"
uploadAccept=
'image'
/>
</view>
</view>
<!-- 底部按钮 -->
...
...
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