Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
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
刘怀志
qr-consistency-vue3
Commits
9086e9b2
Commit
9086e9b2
authored
May 19, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(国际保证计划书市场组管理):编辑修改
parent
cbc1d941
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
5 deletions
+16
-5
cn.json
...ionshipManagement/ControlInternationalMarketGroup/cn.json
+4
-1
en.json
...ionshipManagement/ControlInternationalMarketGroup/en.json
+4
-1
index.vue
src/views/controlPlan/IGPMGManagement/index.vue
+8
-3
No files found.
src/locales/controlPlan/relationshipManagement/ControlInternationalMarketGroup/cn.json
View file @
9086e9b2
...
...
@@ -10,5 +10,8 @@
"Operations"
:
"操作"
,
"MarketGroup"
:
"市场组"
,
"UpdateTime"
:
"修改时间"
,
"ViewStandard"
:
"查看标准"
"ViewStandard"
:
"查看标准"
,
"creator"
:
"创建人"
,
"edit"
:
"编辑"
,
"delete"
:
"删除"
}
src/locales/controlPlan/relationshipManagement/ControlInternationalMarketGroup/en.json
View file @
9086e9b2
...
...
@@ -10,5 +10,8 @@
"Operations"
:
"Operations"
,
"MarketGroup"
:
"Market Group"
,
"UpdateTime"
:
"Update Time"
,
"ViewStandard"
:
"View Standard"
"ViewStandard"
:
"View Standard"
,
"creator"
:
"creator"
,
"edit"
:
"edit"
,
"delete"
:
"delete"
}
src/views/controlPlan/IGPMGManagement/index.vue
View file @
9086e9b2
...
...
@@ -57,7 +57,10 @@
</
template
>
</el-table-column>
<el-table-column
label=
"创建人"
align=
"center"
prop=
"nickName"
>
<
template
#
header
>
{{
cn
.
creator
}}
<br/>
{{
en
.
creator
}}
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
#
header
>
...
...
@@ -72,11 +75,13 @@
</el-button>
<!-- 编辑-->
<el-button
link
type=
"primary"
@
click=
"handleEdit(scope.row)"
>
编辑
{{
cn
.
edit
}}
<br/>
{{
en
.
edit
}}
</el-button>
<!-- 删除-->
<el-button
link
type=
"danger"
@
click=
"deleteGroup(scope.row)"
>
删除
{{
cn
.
delete
}}
<br/>
{{
en
.
delete
}}
</el-button>
</
template
>
</el-table-column>
...
...
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