Commit 1f9b9df5 authored by zhengke's avatar zhengke

修改

parent 5dbc60e9
...@@ -4,19 +4,18 @@ ...@@ -4,19 +4,18 @@
text-align: right; text-align: right;
margin-bottom:25px; margin-bottom:25px;
} }
.AreaTypeTable td, .AreaTypeTable th{
text-align: center!important;
}
</style> </style>
<template> <template>
<div class="flexOne AreaandType"> <div class="flexOne AreaandType">
<div class="query-box"> <div class="BusAddArea">
<ul class="user_time_picker"> <input type="button" class="normalBtn" @click="addAreaData()" value="新增地区">
<li>
<input type="button" class="normalBtn" @click="addAreaData()" :value="$t('pub.addBtn')">
</li>
</ul>
</div> </div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loadingArea"> <table class="singeRowTable AreaTypeTable" border="0" cellspacing="0" cellpadding="0" v-loading="loadingArea">
<tr> <tr>
<th colspan="4">地区</th> <th style="border-bottom:1px solid #d1d1d1;" colspan="4">地区</th>
</tr> </tr>
<tr> <tr>
<th width="400">地区</th> <th width="400">地区</th>
...@@ -46,11 +45,11 @@ ...@@ -46,11 +45,11 @@
></el-pagination> ></el-pagination>
<div class="BusAddArea"> <div class="BusAddArea">
<input type="button" class="normalBtn" @click="addBusData()" :value="$t('pub.addBtn')"> <input type="button" class="normalBtn" @click="addBusData()" value="新增车辆类型">
</div> </div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loadingBus"> <table class="singeRowTable AreaTypeTable" border="0" cellspacing="0" cellpadding="0" v-loading="loadingBus">
<tr> <tr>
<th colspan="4">车辆类型</th> <th style="border-bottom:1px solid #d1d1d1;" colspan="4">车辆类型</th>
</tr> </tr>
<tr> <tr>
<th width="400">车辆类型</th> <th width="400">车辆类型</th>
...@@ -151,13 +150,13 @@ export default { ...@@ -151,13 +150,13 @@ export default {
Areamsg: { Areamsg: {
Type:1, Type:1,
pageIndex:1, pageIndex:1,
pageSize:15 pageSize:5
}, },
//车辆类型 //车辆类型
BusTypeMsg:{ BusTypeMsg:{
Type:2, Type:2,
pageIndex:1, pageIndex:1,
pageSize:15 pageSize:5
}, },
AreaDataList:[], AreaDataList:[],
BusTypeDataList:[], BusTypeDataList:[],
......
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