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
a6d7874e
Commit
a6d7874e
authored
May 13, 2025
by
tanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
可以修改脚本名字
parent
8c895a99
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
ConfigFormItem.vue
src/views/order/orderChange/components/ConfigFormItem.vue
+2
-0
VarChange.vue
src/views/var/varChange/VarChange.vue
+1
-5
ConfigFormItem.vue
src/views/var/varChange/components/ConfigFormItem.vue
+4
-0
No files found.
src/views/order/orderChange/components/ConfigFormItem.vue
View file @
a6d7874e
...
@@ -42,6 +42,8 @@
...
@@ -42,6 +42,8 @@
<el-select
<el-select
style=
"width: 260px"
style=
"width: 260px"
v-model=
"sitem.scriptName"
v-model=
"sitem.scriptName"
filterable
allow-create
@
change=
"(e) => scriptChange(sitem, e)"
@
change=
"(e) => scriptChange(sitem, e)"
clearable
clearable
>
>
...
...
src/views/var/varChange/VarChange.vue
View file @
a6d7874e
...
@@ -287,15 +287,11 @@ const popoverRef = ref()
...
@@ -287,15 +287,11 @@ const popoverRef = ref()
const
buttonRef
=
ref
()
const
buttonRef
=
ref
()
const
popoverVisible
=
ref
(
false
)
const
popoverVisible
=
ref
(
false
)
const
showPopover
=
(
e
:
any
,
title
:
string
)
=>
{
const
showPopover
=
(
e
:
any
,
title
:
string
)
=>
{
// if (currentRow.status != "un_convert") {
// return;
// }
buttonRef
.
value
=
e
.
target
buttonRef
.
value
=
e
.
target
// 设置标题
// 设置标题
currentConfigTitle
.
value
=
title
currentConfigTitle
.
value
=
title
const
hasConf
=
!!
getAllMapConfigs
.
value
[
title
].
filedConfs
.
length
const
hasConf
=
!!
getAllMapConfigs
.
value
[
title
].
filedConfs
.
length
// console.log(getAllMapConfigs.value[title], '------')
const
conf
=
hasConf
const
conf
=
hasConf
?
getAllMapConfigs
.
value
[
title
]
?
getAllMapConfigs
.
value
[
title
]
:
{
:
{
...
...
src/views/var/varChange/components/ConfigFormItem.vue
View file @
a6d7874e
...
@@ -39,6 +39,8 @@
...
@@ -39,6 +39,8 @@
<el-col>
<el-col>
<el-select
<el-select
style=
"width: 260px"
style=
"width: 260px"
filterable
allow-create
v-model=
"sitem.scriptName"
v-model=
"sitem.scriptName"
@
change=
"(e) => scriptChange(sitem, e)"
@
change=
"(e) => scriptChange(sitem, e)"
clearable
clearable
...
@@ -108,6 +110,8 @@
...
@@ -108,6 +110,8 @@
<el-col>
<el-col>
<el-select
<el-select
style=
"width: 260px"
style=
"width: 260px"
filterable
allow-create
v-model=
"sitem.scriptName"
v-model=
"sitem.scriptName"
@
change=
"(e) => scriptChange(sitem, e)"
@
change=
"(e) => scriptChange(sitem, e)"
clearable
clearable
...
...
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