Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
46e8a47f
Commit
46e8a47f
authored
2 years ago
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加产品升级功能
parent
3c8f7551
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
device-manager-ui/admin/src/components/FileUpload.vue
device-manager-ui/admin/src/components/FileUpload.vue
+1
-1
device-manager-ui/admin/src/views/product/version/drawershow.vue
...manager-ui/admin/src/views/product/version/drawershow.vue
+1
-1
No files found.
device-manager-ui/admin/src/components/FileUpload.vue
View file @
46e8a47f
...
@@ -69,7 +69,7 @@ export default {
...
@@ -69,7 +69,7 @@ export default {
// 大小限制(MB)
// 大小限制(MB)
fileSize
:
{
fileSize
:
{
type
:
Number
,
type
:
Number
,
default
:
2
0
,
default
:
5
0
,
},
},
// 文件类型, 例如['png', 'jpg', 'jpeg']
// 文件类型, 例如['png', 'jpg', 'jpeg']
// default: () => ["doc", "xls", "pdf", "xml"],
// default: () => ["doc", "xls", "pdf", "xml"],
...
...
This diff is collapsed.
Click to expand it.
device-manager-ui/admin/src/views/product/version/drawershow.vue
View file @
46e8a47f
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<el-row>
<el-row>
<Field
label=
"产品类型"
:span=
"20"
prop=
"productId"
type=
"select"
:enumData=
"dict.productId"
v-model=
"form.productId"
placeholder=
"请选择产品"
/>
<Field
label=
"产品类型"
:span=
"20"
prop=
"productId"
type=
"select"
:enumData=
"dict.productId"
v-model=
"form.productId"
placeholder=
"请选择产品"
/>
<Field
label=
"文件地址"
:span=
"20"
prop=
"filePath"
><fileUpload
v-model=
"form.filePath"
prePath=
"/file/uploadfile"
/></Field>
<Field
label=
"文件地址"
:span=
"20"
prop=
"filePath"
><fileUpload
v-model=
"form.filePath"
prePath=
"/file/uploadfile"
/></Field>
<Field
label=
"版本号"
:span=
"20"
prop=
"version"
v-model=
"form.version"
placeholder=
"请输入版本号"
/>
<Field
label=
"版本号"
:span=
"20"
prop=
"version"
type=
"num"
v-model=
"form.version"
placeholder=
"请输入版本号"
/>
<Field
label=
"备注信息"
:span=
"20"
prop=
"remark"
v-model=
"form.remark"
type=
"textarea"
placeholder=
"请输入备注信息"
/>
<Field
label=
"备注信息"
:span=
"20"
prop=
"remark"
v-model=
"form.remark"
type=
"textarea"
placeholder=
"请输入备注信息"
/>
</el-row>
</el-row>
...
...
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