Commit ac27be52 authored by 黄奎's avatar 黄奎

页面修改

parent 3cb5162a
...@@ -41,13 +41,13 @@ ...@@ -41,13 +41,13 @@
} }
export const pub={ export const pub={
addBtn:' Added ', addBtn:' Add',
saveBtn:' Save ', saveBtn:' Save',
searchBtn:' Query ', searchBtn:' Query',
sureBtn:' Sure ', sureBtn:' Sure',
cancelBtn: 'Cancelbtn', cancelBtn: 'Cancelbtn',
openSel:' open ', openSel:' Open',
closeSel:' Close ', closeSel:' Close',
normalSel:' Normal ', normalSel:' Normal ',
fressSel:' Freeze ', fressSel:' Freeze ',
jobSel:' On the job ', jobSel:' On the job ',
......
...@@ -67,7 +67,8 @@ ...@@ -67,7 +67,8 @@
</li> </li>
<li><input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" <li><input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')"
@click="resetPageIndex(),getList()" /> @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> </ul>
</div> </div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading"> <table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
...@@ -103,14 +104,13 @@ ...@@ -103,14 +104,13 @@
<el-button type="danger" icon="el-icon-delete" circle @click="deletelist(index,1)"></el-button> <el-button type="danger" icon="el-icon-delete" circle @click="deletelist(index,1)"></el-button>
</el-tooltip> </el-tooltip>
</td> </td>
</tr> </tr>
</table> </table>
<div class="noData" v-show="noData"> <div class="noData" v-show="noData">
{{$t('system.content_noData')}} {{$t('system.content_noData')}}
</div> </div>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage" <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-pagination>
<el-dialog custom-class='addCompany' :title="dialogTitle" :visible.sync="outerVisible" center <el-dialog custom-class='addCompany' :title="dialogTitle" :visible.sync="outerVisible" center
:before-close="closeChangeMachie"> :before-close="closeChangeMachie">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment