Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
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
何远江
topsun-baoshen-excel
Commits
dde65aec
Commit
dde65aec
authored
Mar 28, 2025
by
tanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹窗优化
parent
8d1ccf17
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
3 deletions
+17
-3
ExcelOperate.vue
...ws/comment-excel/components/ExcelOperate/ExcelOperate.vue
+4
-1
TemplateVariable.vue
src/views/var/varChange/components/TemplateVariable.vue
+8
-1
ExcelOperate.vue
...ews/var/varExcel/components/ExcelOperate/ExcelOperate.vue
+3
-1
TemplateVariable.vue
src/views/var/variables/components/TemplateVariable.vue
+2
-0
No files found.
src/views/comment-excel/components/ExcelOperate/ExcelOperate.vue
View file @
dde65aec
...
@@ -211,7 +211,10 @@
...
@@ -211,7 +211,10 @@
<
template
#
default=
"{ row }"
>
{{
row
[
'数据区'
]
}}
</
template
>
<
template
#
default=
"{ row }"
>
{{
row
[
'数据区'
]
}}
</
template
>
</vxe-column>
</vxe-column>
<
template
v-for=
"item in runResultTitle"
:key=
"item"
>
<
template
v-for=
"item in runResultTitle"
:key=
"item"
>
<vxe-column
:title=
"item"
:field=
"item"
width=
"200"
></vxe-column>
<vxe-column
:title=
"item"
:field=
"item"
show-overflow
width=
"150"
></vxe-column>
</
template
>
</
template
>
</vxe-table>
</vxe-table>
</vxe-modal>
</vxe-modal>
...
...
src/views/var/varChange/components/TemplateVariable.vue
View file @
dde65aec
...
@@ -13,7 +13,14 @@
...
@@ -13,7 +13,14 @@
<vxe-table
ref=
"xTable"
border
:data=
"data"
size=
"small"
height=
"400"
>
<vxe-table
ref=
"xTable"
border
:data=
"data"
size=
"small"
height=
"400"
>
<vxe-column
v-for=
"column in titles"
:key=
"item"
:field=
"column"
:title=
"column"
></vxe-column>
<vxe-column
v-for=
"column in titles"
:key=
"item"
:field=
"column"
:title=
"column"
show-overflow
width=
"150"
>
</vxe-column>
</vxe-table>
</vxe-table>
...
...
src/views/var/varExcel/components/ExcelOperate/ExcelOperate.vue
View file @
dde65aec
...
@@ -211,7 +211,9 @@
...
@@ -211,7 +211,9 @@
<
template
#
default=
"{ row }"
>
{{
row
[
'数据区'
]
}}
</
template
>
<
template
#
default=
"{ row }"
>
{{
row
[
'数据区'
]
}}
</
template
>
</vxe-column>
</vxe-column>
<
template
v-for=
"item in runResultTitle"
:key=
"item"
>
<
template
v-for=
"item in runResultTitle"
:key=
"item"
>
<vxe-column
:title=
"item"
:field=
"item"
width=
"200"
></vxe-column>
<vxe-column
:title=
"item"
:field=
"item"
show-overflow
width=
"150"
></vxe-column>
</
template
>
</
template
>
</vxe-table>
</vxe-table>
</vxe-modal>
</vxe-modal>
...
...
src/views/var/variables/components/TemplateVariable.vue
View file @
dde65aec
...
@@ -33,6 +33,8 @@
...
@@ -33,6 +33,8 @@
:key=
"item"
:key=
"item"
:field=
"column"
:field=
"column"
:title=
"column"
:title=
"column"
show-overflow
width=
"150"
></vxe-column>
></vxe-column>
</vxe-table>
</vxe-table>
...
...
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