Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
86a94b22
Commit
86a94b22
authored
Oct 31, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1179、#1180缺陷修复
parent
a8f49195
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
Content.vue
src/components/Content.vue
+2
-1
InputXml.vue
src/components/InputXml.vue
+3
-0
Engp.vue
src/views/Public/Engp.vue
+4
-4
No files found.
src/components/Content.vue
View file @
86a94b22
...
@@ -53,6 +53,6 @@
...
@@ -53,6 +53,6 @@
<
style
>
<
style
>
.c-content-scrollbar
.el-scrollbar__wrap
{
.c-content-scrollbar
.el-scrollbar__wrap
{
overflow-y
:
scroll
;
overflow-y
:
scroll
;
overflow-x
:
auto
;
overflow-x
:
hidden
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/components/InputXml.vue
View file @
86a94b22
...
@@ -53,6 +53,9 @@ export default {
...
@@ -53,6 +53,9 @@ export default {
// this.$emit("input", newVal);
// this.$emit("input", newVal);
// },
// },
// },
// },
mode
()
{
return
this
.
$store
.
state
.
Status
.
mode
},
isDisable
:
{
isDisable
:
{
get
()
{
get
()
{
return
this
.
mode
===
"display"
||
this
.
disabled
;
return
this
.
mode
===
"display"
||
this
.
disabled
;
...
...
src/views/Public/Engp.vue
View file @
86a94b22
...
@@ -105,22 +105,22 @@
...
@@ -105,22 +105,22 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
""
prop=
"det"
width=
"150px"
fixed=
"right"
>
<el-table-column
label=
""
prop=
"det"
width=
"150px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<
el
-button
<
c
-button
circle
circle
style=
"padding: 4px"
style=
"padding: 4px"
class=
"el-icon-plus"
class=
"el-icon-plus"
size=
"mini"
size=
"mini"
@
click=
"addRow(scope)"
@
click=
"addRow(scope)"
>
>
</
el
-button>
</
c
-button>
<
el
-button
<
c
-button
style=
"padding: 4px"
style=
"padding: 4px"
circle
circle
class=
"el-icon-minus"
class=
"el-icon-minus"
size=
"mini"
size=
"mini"
@
click=
"removeRow(scope)"
@
click=
"removeRow(scope)"
>
>
</
el
-button>
</
c
-button>
</
template
>
</
template
>
<
template
slot-scope=
"scoped"
>
<
template
slot-scope=
"scoped"
>
<c-button
<c-button
...
...
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