修改时间戳

main
bmpandlcm 10 months ago
parent cd9fe4fd71
commit 2b1f381fb9

@ -1,13 +1,13 @@
<template>
<div style="width:100%;height: 96%" v-loading="divLoding" element-loading-text="..."
<div style="width:100%;height: 100%" v-loading="divLoding" element-loading-text="..."
element-loading-spinner="el-icon-loading"
element-loading-background="rgba(233, 236, 238, 0.3)">
<el-row style="width: 100%;height: 5%;border: 1px solid #e9ecee">
<el-col :span="2">
<el-button size="small" type="success" @click="downSqmple"></el-button>
<el-col :span="2" class="first_el_col">
<el-button size="small" type="success" class="first_el_col_button" @click="downSqmple"></el-button>
</el-col>
<el-col :span="8">
<el-col :span="2" class="first_el_col">
<el-upload
class="upload-demo"
:action="actionUrl"
@ -24,13 +24,14 @@
:show-file-list="showFileList"
accept="xlsx"
>
<el-button size="small" type="primary">选择文件</el-button>
<p style="color:gray">{{filename}}</p>
<p style="color:red">***请选择需要导入的白名单文件</p>
<el-button size="small" class="first_el_col_button" type="primary">选择文件</el-button>
</el-upload>
</el-col>
<el-col :span="20" class="first_el_col">
<i style="color:red">{{filename}}&nbsp;&nbsp;&nbsp;&nbsp;***请选择需要导入的白名单文件</i>
</el-col>
</el-row>
<el-row style="width: 100%;height: 50%;border: 1px solid #e9ecee">
<el-row style="width: 100%;height: 60%;border: 1px solid #e9ecee">
<el-col :span="24" style="width: 100%;height: 100%;">
<el-row style="width: 100%;height: 10%;border: 1px solid #e9ecee">
<el-col :span="24">
@ -38,10 +39,10 @@
<el-tag type="primary" size="large" @click="showZDYZHDiv" >自定义组合</el-tag>
</el-col>
</el-row>
<el-row style="width: 100%;height: 90%;border: 1px solid #e9ecee">
<el-row style="width: 100%;height: 90%;">
<el-col :span="24" style="width: 100%;height: 100%;">
<el-form v-if="detailLD" style="position: relative;height: 100%">
<el-form-item label="免费路段:" style="position: relative;height: 40%;border:1px solid #e9ecee">
<el-form-item label="免费路段:" style="position: relative;height: 60%;;padding: 0;margin:0">
<div style="position: inherit;height: 100%;border:1px solid #e9ecee;overflow-y: auto">
<el-checkbox-group v-model="selectRoadNoName" @change="showValue" :max="9">
<el-checkbox v-for="(item, index) in list"
@ -49,12 +50,12 @@
</el-checkbox-group>
</div>
</el-form-item>
<el-form-item label="路段描述:" style="position: relative;height: 30%;border:1px solid #e9ecee">
<el-form-item label="路段描述:" style="position: relative;height: 25%;">
<div style="position: inherit;height: 100%;">
{{selectRoadNoNameInput}}
</div>
</el-form-item>
<el-form-item label="*单位号:" style="position: relative;height: 10%">
<el-form-item label="*单位号:" style="position: relative;height: 5%">
<el-select v-model="mfldAccount"
placeholder="请选择..."
clearable="true"
@ -115,8 +116,8 @@
</el-col>
<el-col :span="22"><p style="color:red">***上传的文件内容导入到白名单系统</p></el-col>
</el-row>
<el-row style="width: 100%;height: 39%;border: 1px solid #e9ecee">
<div style="white-space: pre-line;font-size: 15px;overflow-y: auto;position:inherit;max-height: 100%">
<el-row style="width: 100%;height: 28%;border-top: 1px solid #e9ecee">
<div style="white-space: pre-line;font-size: 15px;overflow-y: auto;position:inherit;height: 100%">
{{txtLog}}
</div>
</el-row>
@ -327,4 +328,11 @@ function SendXMLHttpRequest() {
#import-button{
margin-top: 10px !important;
}
.first_el_col{
padding-right: 15px;
margin-top: 0;
}
.first_el_col_button{
margin-top: 0;
}
</style>

@ -1,12 +1,12 @@
<!-- 自定义白名单-->
<template>
<div class="detail_dic" style="width:100%;height: 100%;position: inherit;">
<div style="padding-bottom:10px;">
<el-button type="primary" @click="addData" size="default" :icon="addButton">新增</el-button>
<el-button type="primary" @click="batchDelData" size="default" :icon="deleteButton">删除</el-button>
<div style="height:5%;width:100%;padding-bottom:10px;">
<el-button type="primary" @click="addData" class="zdy-button" size="default" :icon="addButton">新增</el-button>
<el-button type="primary" @click="batchDelData" class="zdy-button" size="default" :icon="deleteButton">删除</el-button>
</div>
<div style="height:88%;width:100%;position:relative">
<div style="height: 94%;width: 100%">
<div style="height:93%;width:100%;position:relative">
<div style="height: 95%;width: 100%">
<el-table :data="tableData" width="100%" height="100%" id="table_el" :header-cell-style="{background:'rgb(213,216,217)',align:'center'}" border
@selection-change="selectDatas"
@select-all="selectAllData"
@ -75,6 +75,9 @@ html{
.el-table .cell{
padding: 0 !important;
}
.zdy-button{
margin: 0;
}
</style>
<script >

@ -57,7 +57,7 @@
</el-form-item>
</el-form>
</div>
<div style="height:88%;width:100%;position:relative">
<div style="height:93%;width:100%;position:relative">
<div style="height: 95%;width: 100%">
<el-table :data="tableData" width="100%" height="100%" id="table_el" :header-cell-style="{background:'rgb(213,216,217)',align:'center'}" border
v-loading="tableLoading"

@ -1,22 +1,22 @@
<!-- 白名单管理-->
<template>
<div class="detail" style="width:100%;height: 100%;position: inherit">
<div style="margin-bottom:10px;">
<el-button type="primary" @click="search" size="default" :icon="searchButton">查询</el-button>
<el-button type="primary" @click="addData" size="default" :icon="addButton">新增</el-button>
<el-button type="primary" @click="batchEditData" size="default" :icon="editButton">批量编辑</el-button>
<el-button type="primary" @click="batchDelData" size="default" :icon="deleteButton">批量删除</el-button>
<el-button type="primary" @click="publishVersion" size="default" :icon="positionButton">发布新版本</el-button>
<el-button type="primary" @click="accountText" size="default" :icon="accountButton">单位信息管理</el-button>
<el-button type="primary" @click="exportExcle" size="default">
<div style="margin:0;height:5%">
<el-button type="primary" @click="search" class="query_button" size="default" :icon="searchButton">查询</el-button>
<el-button type="primary" @click="addData" class="query_button" size="default" :icon="addButton">新增</el-button>
<el-button type="primary" @click="batchEditData" class="query_button" size="default" :icon="editButton">批量编辑</el-button>
<el-button type="primary" @click="batchDelData" class="query_button" size="default" :icon="deleteButton">批量删除</el-button>
<el-button type="primary" @click="publishVersion" class="query_button" size="default" :icon="positionButton">发布新版本</el-button>
<el-button type="primary" @click="accountText" class="query_button" size="default" :icon="accountButton">单位信息管理</el-button>
<el-button type="primary" @click="exportExcle" class="query_button" size="default">
<el-icon style="vertical-align: middle;">
<Upload />
</el-icon>
<span style="vertical-align: middle;"> 导出Excel </span>
</el-button>
</div>
<div style="height:88%;width:100%;position:relative">
<div style="height: 94%;width: 100%">
<div style="height:93%;width:100%;position:relative">
<div style="height: 95%;width: 100%">
<el-table :data="tableData" width="100%" height="100%" id="table_el" :header-cell-style="{background:'rgb(213,216,217)',align:'center'}" border
@selection-change="selectDatas"
@select-all="selectAllData"
@ -234,6 +234,9 @@ html{
.el-table .cell{
padding: 0 !important;
}
.query_button{
margin-top: 0;
}
</style>
<script >

@ -1,5 +1,5 @@
<template>
<el-row class="tac" style="height: 95%;width:100%">
<el-row class="tac" style="height: 97%;width:100%">
<el-col :span="3" style="width:100%;height: 100%;display: block;">
<el-menu
active-text-color="#ffd04b"
@ -18,16 +18,16 @@
<el-menu-item v-for="item in menuList" :index="item.MENUPATH" @click="addTab(item)">
<span>{{ item.name }}</span>
</el-menu-item>-->
<el-menu-item index="1" name="数据监测" @select="addTab('/WhiteListManageSys/uploadFile__白名单批量导入')" @click="addTab('/WhiteListManageSys/uploadFile__白名单批量导入')">
<el-menu-item index="1" name="白名单批量导入" @select="addTab('/WhiteListManageSys/uploadFile__白名单批量导入')" @click="addTab('/WhiteListManageSys/uploadFile__白名单批量导入')">
<span>白名单批量导入</span>
</el-menu-item>
<el-menu-item index="2" name="基础数据核对" @click="addTab('/WhiteListManageSys/whiteListManage__白名单管理')">
<el-menu-item index="2" name="白名单管理" @click="addTab('/WhiteListManageSys/whiteListManage__白名单管理')">
<span>白名单管理</span>
</el-menu-item>
<el-menu-item index="3" name="数据展示" @click="addTab('/WhiteListManageSys/whiteCarnoLogManage__白名单日志管理')">
<el-menu-item index="3" name="白名单日志管理" @click="addTab('/WhiteListManageSys/whiteCarnoLogManage__白名单日志管理')">
<span>白名单日志管理</span>
</el-menu-item>
<el-menu-item index="4" name="数据核验" @click="addTab('/WhiteListManageSys/whiteCarNoDic__自定义白名单')">
<el-menu-item index="4" name="自定义白名单" @click="addTab('/WhiteListManageSys/whiteCarNoDic__自定义白名单')">
<span>自定义白名单</span>
</el-menu-item>
</el-menu>
@ -189,6 +189,6 @@ export default {
<style>
.el-tabs__content{
height: 101% !important;
height: 96% !important;
}
</style>
Loading…
Cancel
Save