Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
1130b6f7
Commit
1130b6f7
authored
Oct 24, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并产品【6927】 使用情况里的“最新大版最新小版”下拉框改个规范的名字
parent
fc6664da
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
DxPartUsageCondition.vue
...-dee/src/asyncCompontents/DxPart/DxPartUsageCondition.vue
+2
-2
index.vue
...rc/privateComponents/components/DxPartUsageInfo/index.vue
+2
-2
No files found.
applications/architecture-dee/src/asyncCompontents/DxPart/DxPartUsageCondition.vue
View file @
1130b6f7
...
...
@@ -76,8 +76,8 @@ export default {
computed
:
{
versionOptions
()
{
return
[
{
label
:
'最新
大版最新小版
'
,
value
:
'LATEST'
},
{
label
:
'
每个大版最新小版
'
,
value
:
'VERSION_NEWEST'
}
{
label
:
'最新'
,
value
:
'LATEST'
},
{
label
:
'
所有修订
'
,
value
:
'VERSION_NEWEST'
}
]
}
},
...
...
applications/dee-pdc/src/privateComponents/components/DxPartUsageInfo/index.vue
View file @
1130b6f7
...
...
@@ -89,8 +89,8 @@ export default {
},
versionOptions
()
{
return
[
{
label
:
'最新
大版最新小版
'
,
value
:
'LATEST'
},
{
label
:
'
每个大版最新小版
'
,
value
:
'VERSION_NEWEST'
}
{
label
:
'最新'
,
value
:
'LATEST'
},
{
label
:
'
所有修订
'
,
value
:
'VERSION_NEWEST'
}
]
}
},
...
...
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