Commit 6f2d314b by 田爽

标题更改,访问路由加跳转

parent 0fdd0e6d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="site-content__wrapper"> <div class="site-content__wrapper">
<div class="site-content"> <div class="site-content">
<div class="login-main"> <div class="login-main">
<p class="login-title">中国物品编码中心后台管理系统</p> <p class="login-title">中国物品编码中心官方网站后台管理系统</p>
<el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmit()" status-icon> <el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmit()" status-icon>
<el-form-item prop="userName"> <el-form-item prop="userName">
<el-input v-model="dataForm.userName" placeholder="请输入帐号" ><i slot="prefix" style="font-style:normal;font-size:14px;color:#333333;margin:2px 0 0 5px;display:inline-block;">帐号</i></el-input> <el-input v-model="dataForm.userName" placeholder="请输入帐号" ><i slot="prefix" style="font-style:normal;font-size:14px;color:#333333;margin:2px 0 0 5px;display:inline-block;">帐号</i></el-input>
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
.site-content__wrapper{ .site-content__wrapper{
width: 100%; width: 100%;
background-image: url(~@/assets/img/u0.gif); background-image: url(~@/assets/img/u0.gif);
...@@ -144,8 +144,8 @@ ...@@ -144,8 +144,8 @@
position: absolute; position: absolute;
top: 0; top: 0;
right: 50%; right: 50%;
margin-right: -275px; margin-right: -300px;
width: 549px; width: 600px;
min-height: 100%; min-height: 100%;
} }
.login-title { .login-title {
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
.el-checkbox__inner:hover{ .el-checkbox__inner:hover{
border-color: #0066CC; border-color: #0066CC;
} }
} }
.el-form-item__content /deep/span{ .el-form-item__content /deep/span{
top: 3px!important; top: 3px!important;
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
} }
} }
.el-input__prefix i{ .el-input__prefix i{
line-height: 36px; line-height: 36px;
......
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
header-align="center" header-align="center"
align="center" align="center"
label="访问路由"> label="访问路由">
<template slot-scope="scope">
<a :href="scope.row.route" target="_blank">{{ scope.row.route}}</a>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="hitCount" prop="hitCount"
...@@ -52,7 +55,7 @@ ...@@ -52,7 +55,7 @@
header-align="center" header-align="center"
align="center" align="center"
label="开始时间"> label="开始时间">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="createEndTime" prop="createEndTime"
...@@ -60,10 +63,10 @@ ...@@ -60,10 +63,10 @@
align="center" align="center"
label="结束时间"> label="结束时间">
</el-table-column> --> </el-table-column> -->
</el-table> </el-table>
<el-pagination <el-pagination
@size-change="sizeChangeHandle" @size-change="sizeChangeHandle"
@current-change="currentChangeHandle" @current-change="currentChangeHandle"
......
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