Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
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
zhengke
jz_Travel
Commits
9b2dbd09
Commit
9b2dbd09
authored
Nov 05, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d6847df5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
editorName.vue
pages/teamLeader/components/editorName.vue
+0
-0
headeDatas.vue
pages/teamLeader/components/headeDatas.vue
+3
-3
No files found.
pages/teamLeader/components/editor.vue
→
pages/teamLeader/components/editor
Name
.vue
View file @
9b2dbd09
File moved
pages/teamLeader/components/headeDatas.vue
View file @
9b2dbd09
...
@@ -273,17 +273,17 @@
...
@@ -273,17 +273,17 @@
<singleChoice
v-if=
"optionVisible"
:current=
"optionObj.id"
:list=
"optionList"
@
close=
"close"
<singleChoice
v-if=
"optionVisible"
:current=
"optionObj.id"
:list=
"optionList"
@
close=
"close"
@
change=
"popupOption"
></singleChoice>
@
change=
"popupOption"
></singleChoice>
<!-- 编辑 -->
<!-- 编辑 -->
<editor
v-if=
"editorVisible"
:title=
"editorObj.name"
@
close=
"close"
@
change=
"popupEditor"
></editor
>
<editor
Name
v-if=
"editorVisible"
:title=
"editorObj.name"
@
close=
"close"
@
change=
"popupEditor"
></editorName
>
</view>
</view>
</template>
</template>
<
script
>
<
script
>
import
singleChoice
from
"./singleChoice"
;
import
singleChoice
from
"./singleChoice"
;
import
editor
from
"./editor
"
;
import
editor
Name
from
"./editorName
"
;
export
default
{
export
default
{
props
:
[
'data'
,
'currencyList'
],
props
:
[
'data'
,
'currencyList'
],
components
:
{
components
:
{
singleChoice
,
singleChoice
,
editor
,
editor
Name
,
},
},
data
()
{
data
()
{
return
{
return
{
...
...
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