Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b12aefe4
authored
May 24, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
review + mall:快递公司管理
parent
349a39e7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/views/mall/trade/delivery/express/ExpressForm.vue
+1
-2
src/views/mall/trade/delivery/express/index.vue
+2
-1
No files found.
src/views/mall/trade/delivery/express/ExpressForm.vue
View file @
b12aefe4
...
...
@@ -13,7 +13,7 @@
<el-form-item
label=
"快递公司名称"
prop=
"name"
>
<el-input
v-model=
"formData.name"
placeholder=
"请输入快递名称"
/>
</el-form-item>
<el-form-item
label=
"快递公司logo"
prop=
"logo"
>
<el-form-item
label=
"快递公司
logo"
prop=
"logo"
>
<UploadImg
v-model=
"formData.logo"
:limit=
"1"
:is-show-tip=
"false"
/>
<div
style=
"font-size: 10px"
class=
"pl-10px"
>
推荐 180x180 图片分辨率
</div>
</el-form-item>
...
...
@@ -38,7 +38,6 @@
</
template
>
</Dialog>
</template>
<
script
setup
lang=
"ts"
name=
"ExpressForm"
>
import
{
DICT_TYPE
,
getIntDictOptions
}
from
'@/utils/dict'
import
{
CommonStatusEnum
}
from
'@/utils/constants'
...
...
src/views/mall/trade/delivery/express/index.vue
View file @
b12aefe4
...
...
@@ -57,7 +57,7 @@
<el-table-column
label=
"快递公司名称"
prop=
"name"
/>
<el-table-column
label=
"快递公司 logo "
prop=
"logo"
>
<template
#
default=
"scope"
>
<img
v-if=
"scope.row.logo"
:src=
"scope.row.logo"
alt=
"快递公司logo"
class=
"h-
25
px"
/>
<img
v-if=
"scope.row.logo"
:src=
"scope.row.logo"
alt=
"快递公司logo"
class=
"h-
100
px"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"排序"
align=
"center"
prop=
"sort"
/>
...
...
@@ -118,6 +118,7 @@ const queryParams = reactive({
})
const
queryFormRef
=
ref
()
// 搜索的表单
const
exportLoading
=
ref
(
false
)
// 导出的加载中
/** 查询列表 */
const
getList
=
async
()
=>
{
loading
.
value
=
true
...
...
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