Commit ac27be52 authored by 黄奎's avatar 黄奎

页面修改

parent 3cb5162a
......@@ -41,13 +41,13 @@
}
export const pub={
addBtn:' Added ',
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 ',
......
......@@ -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">
......
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