Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
c89da26c
Commit
c89da26c
authored
Aug 17, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改物流弹窗字数限制
parent
ca64941e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/views/order/podUs/components/updateAddress.vue
+5
-1
src/views/setting/settingIndex.vue
+2
-2
No files found.
src/views/order/podUs/components/updateAddress.vue
View file @
c89da26c
<
script
setup
lang=
"ts"
>
import
{
defineModel
}
from
'vue'
import
{
updateAddressApi
}
from
'@/api/podUsOrder.ts'
import
{
AddressInfo
}
from
'@/types/api/podUsOrder.ts'
import
{
AddressInfo
}
from
'@/types/api/podUsOrder.ts'
const
emits
=
defineEmits
([
'success'
])
defineProps
<
{
...
...
@@ -117,6 +117,8 @@ const submitForm = async () => {
v-model=
"form.receiverAddress1"
clearable
placeholder=
"请输入地址1"
maxlength=
"50"
show-word-limit
/>
</el-form-item>
<el-form-item
label=
"地址2"
prop=
"receiverAddress2"
>
...
...
@@ -124,6 +126,8 @@ const submitForm = async () => {
v-model=
"form.receiverAddress2"
clearable
placeholder=
"请输入地址2"
maxlength=
"50"
show-word-limit
/>
</el-form-item>
<el-form-item
label=
"邮政编码"
prop=
"receiverPostCode"
>
...
...
src/views/setting/settingIndex.vue
View file @
c89da26c
...
...
@@ -112,7 +112,7 @@
</div>
<div
class=
"logBox"
>
<div>
操作日志
</div>
<LogList
:log-list=
"logList"
style=
"font-size: 14px; height:
10
0%"
/>
<LogList
:log-list=
"logList"
style=
"font-size: 14px; height:
9
0%"
/>
</div>
</div>
</
template
>
...
...
@@ -272,7 +272,7 @@ onMounted(async () => {
.logBox
{
border-top
:
1px
solid
#ebebeb
;
padding-top
:
10px
;
height
:
15
0px
;
height
:
20
0px
;
}
.form
{
margin-bottom
:
15px
;
...
...
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