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>
...@@ -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 {
......
...@@ -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"
......
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