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
ea4dac4d
Commit
ea4dac4d
authored
Aug 09, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
engp公共模板tenor可写
parent
15242490
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
28 deletions
+36
-28
Engp.vue
src/views/Public/Engp.vue
+36
-28
No files found.
src/views/Public/Engp.vue
View file @
ea4dac4d
...
@@ -27,6 +27,14 @@
...
@@ -27,6 +27,14 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"tenday"
label=
"Tenor"
width=
"70px"
>
<el-table-column
prop=
"tenday"
label=
"Tenor"
width=
"70px"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.tenday"
style=
"width: 100%"
placeholder=
"请输入"
>
</c-input>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"rol"
label=
"Dbt."
width=
"70px"
>
<el-table-column
prop=
"rol"
label=
"Dbt."
width=
"70px"
>
</el-table-column>
</el-table-column>
...
@@ -56,34 +64,34 @@
...
@@ -56,34 +64,34 @@
</template> -->
</template> -->
</el-table-column>
</el-table-column>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
fixed=
"right"
>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<el-button
<el-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>
</el-button>
<el-button
<el-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>
</el-button>
</
template
>
</
template
>
<
template
slot-scope=
"scoped"
>
<
template
slot-scope=
"scoped"
>
<c-button
<c-button
style=
"margin-left:
0"
style=
"margin-left:
0"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
@
click=
"detail1(scoped.$index, scoped.row)"
@
click=
"detail1(scoped.$index, scoped.row)"
>
详情
</c-button
>
详情
</c-button
>
>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</c-table>
</c-table>
</c-col>
</c-col>
...
...
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