Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
company-manager-ui
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
赵啸非
company-manager-ui
Commits
72990c78
Commit
72990c78
authored
Jan 14, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加服务和优势界面
parent
b6e236f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
19 deletions
+15
-19
admin/src/views/type/drawershow.vue
admin/src/views/type/drawershow.vue
+13
-17
admin/vue.config.js
admin/vue.config.js
+2
-2
No files found.
admin/src/views/type/drawershow.vue
View file @
72990c78
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:visible.sync=
"open"
:visible.sync=
"open"
:direction=
"direction"
:direction=
"direction"
:destroy-on-close=
"true"
:destroy-on-close=
"true"
size=
"
5
0%"
>
size=
"
8
0%"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-row>
<el-row>
<Field
:span=
"20"
label=
"类型种类名称"
prop=
"typeName"
v-model=
"form.typeName"
placeholder=
"请输入类型种类名称"
/>
<Field
:span=
"20"
label=
"类型种类名称"
prop=
"typeName"
v-model=
"form.typeName"
placeholder=
"请输入类型种类名称"
/>
...
@@ -27,43 +27,39 @@
...
@@ -27,43 +27,39 @@
<el-table-column
label=
"序号"
align=
"center"
prop=
"index"
width=
"50"
/>
<el-table-column
label=
"序号"
align=
"center"
prop=
"index"
width=
"50"
/>
<el-table-column
label=
"标题"
prop=
"title"
>
<el-table-column
label=
"标题"
prop=
"title"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.title"
placeholder=
"请输入标题"
/>
<el-input
v-model=
"scope.row.title"
type=
"textarea"
rows=
"6"
placeholder=
"请输入标题"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"图片"
prop=
"imageUrl1"
>
<el-table-column
label=
"图片"
prop=
"imageUrl1"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.imageUrl1"
placeholder=
"请输入图片"
/>
<imageUpload
v-model=
"scope.row.imageUrl1"
prePath=
"/file/preview"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
""
prop=
"imageUrl2"
>
<el-table-column
label=
"
图片2
"
prop=
"imageUrl2"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.imageUrl2"
placeholder=
"请输入"
/>
<imageUpload
v-model=
"scope.row.imageUrl2"
prePath=
"/file/preview"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
""
prop=
"imageUrl3"
>
<el-table-column
label=
"
图片3
"
prop=
"imageUrl3"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.imageUrl3"
placeholder=
"请输入"
/>
<imageUpload
v-model=
"scope.row.imageUrl3"
prePath=
"/file/preview"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
""
prop=
"imageUrl4"
>
<el-table-column
label=
"
图片4
"
prop=
"imageUrl4"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.imageUrl4"
placeholder=
"请输入"
/>
<imageUpload
v-model=
"scope.row.imageUrl4"
prePath=
"/file/preview"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
""
prop=
"imageUrl5"
>
<el-table-column
label=
"
图片5
"
prop=
"imageUrl5"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.imageUrl5"
placeholder=
"请输入"
/>
<imageUpload
v-model=
"scope.row.imageUrl5"
prePath=
"/file/preview"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"描述内容"
prop=
"introduction"
>
<el-table-column
label=
"描述内容"
prop=
"introduction"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.introduction"
placeholder=
"请输入描述内容"
/>
<el-input
v-model=
"scope.row.introduction"
type=
"textarea"
rows=
"6"
placeholder=
"请输入描述内容"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"创建时间"
prop=
"createTime"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.createTime"
placeholder=
"请输入创建时间"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
admin/vue.config.js
View file @
72990c78
...
@@ -39,8 +39,8 @@ module.exports = {
...
@@ -39,8 +39,8 @@ module.exports = {
proxy
:
{
proxy
:
{
"
/m
"
:
{
"
/m
"
:
{
// target: "http://192.168.0.98:11019",
// target: "http://192.168.0.98:11019",
target
:
'
http://127.0.0.1:18001
'
,
//
target: 'http://127.0.0.1:18001',
//
target: 'http://192.168.0.250:18001',
target
:
'
http://192.168.0.250:18001
'
,
changeOrigin
:
true
,
changeOrigin
:
true
,
secure
:
false
secure
:
false
}
}
...
...
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