Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
ac27be52
Commit
ac27be52
authored
Mar 08, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3cb5162a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
en.js
src/assets/common/lang/en.js
+6
-6
airportManagement.vue
src/components/systemManagement/airportManagement.vue
+3
-3
No files found.
src/assets/common/lang/en.js
View file @
ac27be52
...
...
@@ -41,13 +41,13 @@
}
export
const
pub
=
{
addBtn
:
' Add
ed
'
,
saveBtn
:
' Save
'
,
searchBtn
:
' Query
'
,
sureBtn
:
' Sure
'
,
addBtn
:
' Add'
,
saveBtn
:
' Save'
,
searchBtn
:
' Query'
,
sureBtn
:
' Sure'
,
cancelBtn
:
'Cancelbtn'
,
openSel
:
'
open
'
,
closeSel
:
' Close
'
,
openSel
:
'
Open
'
,
closeSel
:
' Close'
,
normalSel
:
' Normal '
,
fressSel
:
' Freeze '
,
jobSel
:
' On the job '
,
...
...
src/components/systemManagement/airportManagement.vue
View file @
ac27be52
...
...
@@ -67,7 +67,8 @@
</li>
<li><input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getList()"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"添加"
@
click=
"outerVisible=true,dialogTitle='新增机场'"
/></li>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"outerVisible=true,dialogTitle='新增机场'"
/></li>
</ul>
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
...
...
@@ -103,14 +104,13 @@
<el-button
type=
"danger"
icon=
"el-icon-delete"
circle
@
click=
"deletelist(index,1)"
></el-button>
</el-tooltip>
</td>
</tr>
</table>
<div
class=
"noData"
v-show=
"noData"
>
{{
$t
(
'system.content_noData'
)
}}
</div>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
msg.pageSize
:total=
total
>
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"total"
>
</el-pagination>
<el-dialog
custom-class=
'addCompany'
:title=
"dialogTitle"
:visible
.
sync=
"outerVisible"
center
:before-close=
"closeChangeMachie"
>
...
...
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