Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 03c2a10e
authored
Dec 06, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231206wangwansu
1 parent
4e0b6e12
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
14 deletions
src/views/JiaGouSTPZ/index.vue
src/views/JiaGouYMXZD/index.vue
src/views/JiaGouYuanShuGuanXiGuanLi/index.vue
src/views/JiaGouYuanSuGuanLi/index.vue
src/views/JiaGouSTPZ/index.vue
View file @
03c2a10
...
@@ -122,8 +122,8 @@
...
@@ -122,8 +122,8 @@
</div>
</div>
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary
"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
class=
"greenButton
"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
type=
"primary
"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
class=
"greenButton
"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
</span>
</span>
</el-dialog>
</el-dialog>
...
@@ -278,4 +278,8 @@ export default {
...
@@ -278,4 +278,8 @@ export default {
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
background-color
:
#0D867F
;
background-color
:
#0D867F
;
}
}
.greenButton
{
background-color
:
#0D867F
;
color
:
#fff
;
}
</
style
>
</
style
>
\ No newline at end of file
src/views/JiaGouYMXZD/index.vue
View file @
03c2a10
...
@@ -38,14 +38,14 @@
...
@@ -38,14 +38,14 @@
</div>
</div>
</div>
</div>
<div
class=
"search_btn"
>
<div
class=
"search_btn"
>
<
!--
<
div
class=
"add_btn"
@
click=
"add_dialog = true"
>
<div
class=
"add_btn"
@
click=
"add_dialog = true"
>
<img
class=
"btn_icon"
src=
"@/assets/新建icon.png"
alt=
""
/>
<img
class=
"btn_icon"
src=
"@/assets/新建icon.png"
alt=
""
/>
<p>
新建
</p>
<p>
新建
</p>
</div>
</div>
<div
class=
"version_btn"
>
<div
class=
"version_btn"
>
<img
class=
"btn_icon"
src=
"@/assets/版本发布icon.png"
alt=
""
/>
<img
class=
"btn_icon"
src=
"@/assets/版本发布icon.png"
alt=
""
/>
<p>
版本发布
</p>
<p>
版本发布
</p>
</div>
-->
</div>
</div>
</div>
<el-table
:data=
"tableData"
stripe
border
>
<el-table
:data=
"tableData"
stripe
border
>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
...
@@ -93,13 +93,13 @@
...
@@ -93,13 +93,13 @@
</div>
</div>
<el-dialog
<el-dialog
title=
"新建
元素关系
"
title=
"新建
字典
"
:visible
.
sync=
"add_dialog"
:visible
.
sync=
"add_dialog"
:center=
"false"
:center=
"false"
width=
"40%"
>
width=
"40%"
>
<div
class=
"add_dialog_content"
>
<div
class=
"add_dialog_content"
>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
>
元素关系
名称
</div>
<div
class=
"dialog_form_item_title"
>
*字典
名称
</div>
<el-input
placeholder=
"请输入内容"
class=
"dialog_form_item_content"
v-model=
"let1"
></el-input>
<el-input
placeholder=
"请输入内容"
class=
"dialog_form_item_content"
v-model=
"let1"
></el-input>
</div>
</div>
<!-- <div class="dialog_form_item">
<!-- <div class="dialog_form_item">
...
@@ -117,13 +117,13 @@
...
@@ -117,13 +117,13 @@
</el-select>
</el-select>
</div> -->
</div> -->
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
>
元素关系
描述
</div>
<div
class=
"dialog_form_item_title"
>
*字典
描述
</div>
<el-input
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
class=
"dialog_form_item_content"
v-model=
"let4"
></el-input>
<el-input
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
class=
"dialog_form_item_content"
v-model=
"let4"
></el-input>
</div>
</div>
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary
"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
class=
"greenButton
"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
type=
"primary
"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
class=
"greenButton
"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
</span>
</span>
</el-dialog>
</el-dialog>
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
<
script
>
<
script
>
export
default
{
export
default
{
name
:
'JiaGouY
uanShuGuanLi
'
,
name
:
'JiaGouY
MXZD
'
,
components
:
{
components
:
{
},
},
...
@@ -278,4 +278,8 @@ export default {
...
@@ -278,4 +278,8 @@ export default {
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
background-color
:
#0D867F
;
background-color
:
#0D867F
;
}
}
.greenButton
{
background-color
:
#0D867F
;
color
:
#fff
;
}
</
style
>
</
style
>
\ No newline at end of file
src/views/JiaGouYuanShuGuanXiGuanLi/index.vue
View file @
03c2a10
...
@@ -123,8 +123,8 @@
...
@@ -123,8 +123,8 @@
</div>
</div>
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary
"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
class=
"greenButton
"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
type=
"primary
"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
class=
"greenButton
"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
</span>
</span>
</el-dialog>
</el-dialog>
...
@@ -279,4 +279,8 @@ export default {
...
@@ -279,4 +279,8 @@ export default {
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
background-color
:
#0D867F
;
background-color
:
#0D867F
;
}
}
.greenButton
{
background-color
:
#0D867F
;
color
:
#fff
;
}
</
style
>
</
style
>
\ No newline at end of file
src/views/JiaGouYuanSuGuanLi/index.vue
View file @
03c2a10
...
@@ -122,8 +122,8 @@
...
@@ -122,8 +122,8 @@
</div>
</div>
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary
"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
class=
"greenButton
"
@
click=
"add_dialog = false"
>
发布
</el-button>
<el-button
type=
"primary
"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
class=
"greenButton
"
@
click=
"add_dialog = false"
>
暂存
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
<el-button
@
click=
"add_dialog = false"
>
取消
</el-button>
</span>
</span>
</el-dialog>
</el-dialog>
...
@@ -301,4 +301,8 @@ export default {
...
@@ -301,4 +301,8 @@ export default {
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
/
deep
/
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
background-color
:
#0D867F
;
background-color
:
#0D867F
;
}
}
.greenButton
{
background-color
:
#0D867F
;
color
:
#fff
;
}
</
style
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment