Commit ccbd4d9c authored by 黄奎's avatar 黄奎

11

parent 73dffabb
......@@ -101,7 +101,7 @@
}
/* 行程 & 留言 */
.busInquirytable tbody tr td[colspan="6"] {
.busInquirytable tbody tr td[colspan="7"] {
text-align: left;
padding: 10px 12px;
background-color: #fafafa;
......@@ -139,13 +139,13 @@
<ul class="busInquiry_time_picker">
<li>
<span>
<em>{{ $t("adm.adm_logincount") }}</em>
<em>关键字</em>
<el-input v-model="msg.KeyWord" @keyup.enter.native="research" placeholder="请输入关键词" clearable />
</span>
</li>
<li>
<span>
<em>{{ $t("admin.admin_Entrytime") }}</em>
<em>日期</em>
<el-date-picker v-model="msg.QStartDate" class="w105" value-format="yyyy-MM-dd" type="date"
placeholder="开始日期" />
-
......@@ -169,11 +169,12 @@
<th>电话</th>
<th>人数</th>
<th>车型</th>
<th>时间</th>
</tr>
</thead>
<tbody v-if="!loading && DataList.length === 0">
<tr>
<td colspan="6" style="padding: 40px 0; color:#999;">
<td colspan="7" style="padding: 40px 0; color:#999;">
暂无数据
</td>
</tr>
......@@ -186,15 +187,16 @@
<td>{{ item.Tel }}</td>
<td>{{ item.Number }}</td>
<td>{{ item.CarType }}</td>
<td>{{item.CreateTime}}</td>
</tr>
<tr>
<td colspan="6" class="remark-row">
<td colspan="7" class="remark-row">
<span class="remark-label">行程</span>
<span class="remark-content">{{ item.Content || '—' }}</span>
</td>
</tr>
<tr>
<td colspan="6" class="remark-row">
<td colspan="7" class="remark-row">
<span class="remark-label">留言</span>
<span class="remark-content">{{ item.Remark || '—' }}</span>
</td>
......@@ -202,7 +204,6 @@
</tbody>
</table>
</div>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total" />
</div>
......
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