Commit 00914964 authored by 黄媛媛's avatar 黄媛媛

update

parent dd39e46e
...@@ -357,9 +357,9 @@ export default { ...@@ -357,9 +357,9 @@ export default {
<style> <style>
.personTable .el-table--border::after, .personTable .el-table--group::after, .personTable .el-table::before{ /* .personTable .el-table--border::after, .personTable .el-table--group::after, .personTable .el-table::before{
background-color: transparent; background-color: transparent;
} } */
.personTable .el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar { .personTable .el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar {
/*滚动条整体样式*/ /*滚动条整体样式*/
width: 5px; width: 5px;
...@@ -370,19 +370,18 @@ export default { ...@@ -370,19 +370,18 @@ export default {
background: #fff; background: #fff;
padding: 2px padding: 2px
} }
.personTable .el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-thumb { /* .personTable .el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
height:4px; height:4px;
width: 4px; width: 4px;
background:#6A0404; background:#6A0404;
border-radius:5px; border-radius:5px;
} } */
.personTable .el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-track { /* .personTable .el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px #6A0404; -webkit-box-shadow: inset 0 0 2px #6A0404;
border-radius:5px; border-radius:5px;
background: transparent; background: transparent;
} } */
/*
.personTable .el-table--striped .el-table__body tr.el-table__row--striped.current-row td, .personTable .el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
.personTable .el-table__body tr.current-row>td, .personTable .el-table__body tr.current-row>td,
.personTable .el-table__body tr.hover-row.current-row>td, .personTable .el-table__body tr.hover-row.current-row>td,
...@@ -401,7 +400,7 @@ export default { ...@@ -401,7 +400,7 @@ export default {
.personTable .el-table tbody tr:hover td:first-child{ .personTable .el-table tbody tr:hover td:first-child{
color:#fff!important; color:#fff!important;
background:rgba(193,39,45,0.5) background:rgba(193,39,45,0.5)
} } */
.personTable .el-table tbody td:first-child{ .personTable .el-table tbody td:first-child{
background:rgba(255,255,255,0.5); background:rgba(255,255,255,0.5);
} }
......
...@@ -899,7 +899,7 @@ ...@@ -899,7 +899,7 @@
</div> </div>
<div style="text-align:center"> <div style="text-align:center">
<p style="font-size:26px;color:#111111;margin:40px 0">第{{tsNumber}}期投诉案例分享已经发布</p> <p style="font-size:26px;color:#111111;margin:40px 0">第{{tsNumber}}期投诉案例分享已经发布</p>
<a @click="CloseTs" target="_blank" href="http://we.oytour.com:8110/?/article/11" style="font-size:18px;color:#E95252;cursor:pointer;text-decoration:underline">点击查看</a> <a @click="CloseTs" target="_blank" href="http://we.oytour.com:8110/?/article/12" style="font-size:18px;color:#E95252;cursor:pointer;text-decoration:underline">点击查看</a>
</div> </div>
</div> </div>
</div> </div>
...@@ -907,6 +907,7 @@ ...@@ -907,6 +907,7 @@
</template> </template>
<script> <script>
import util from "../utils"; import util from "../utils";
import config from "../configs"; import config from "../configs";
import pageUtil from "../utils/page"; import pageUtil from "../utils/page";
...@@ -930,7 +931,7 @@ export default { ...@@ -930,7 +931,7 @@ export default {
data() { data() {
return { return {
tsState:false, tsState:false,
tsNumber:3, tsNumber:4,
saleRnkShow: false, saleRnkShow: false,
dialogTitleNot: '', dialogTitleNot: '',
outerVisibleNot: false, outerVisibleNot: false,
......
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
<div class="per-tab"> <div class="per-tab">
<table> <table>
<thead> <thead>
<th>编号</th>
<th>别名</th> <th>别名</th>
<!-- <th>户名</th> --> <!-- <th>户名</th> -->
<!-- <th>开户行</th> <!-- <th>开户行</th>
...@@ -115,6 +116,7 @@ ...@@ -115,6 +116,7 @@
</thead> </thead>
<tbody> <tbody>
<tr v-for="(item, index) in rList" :key="index"> <tr v-for="(item, index) in rList" :key="index">
<td class="bold">{{item.ID}}</td>
<td class="bold">{{item.Alias}}</td> <td class="bold">{{item.Alias}}</td>
<!-- <td class="bold">{{item.OpeningBank}}</td> <!-- <td class="bold">{{item.OpeningBank}}</td>
<td>{{item.BackNo | PNumber}}</td> --> <td>{{item.BackNo | PNumber}}</td> -->
......
...@@ -190,6 +190,7 @@ ...@@ -190,6 +190,7 @@
<table class="po_content singeRowTable" style="border:1px solid #E6E6E6;" cellspacing="0" cellpadding="0" v-loading="loading"> <table class="po_content singeRowTable" style="border:1px solid #E6E6E6;" cellspacing="0" cellpadding="0" v-loading="loading">
<tr> <tr>
<th>编号</th>
<th>别名</th> <th>别名</th>
<th>户名</th> <th>户名</th>
<th>开户行</th> <th>开户行</th>
...@@ -204,6 +205,7 @@ ...@@ -204,6 +205,7 @@
<th>操作</th> <th>操作</th>
</tr> </tr>
<tr v-for="(item,index) in DataList" :key="index"> <tr v-for="(item,index) in DataList" :key="index">
<td>{{item.ID}}</td>
<td>{{item.Alias}}</td> <td>{{item.Alias}}</td>
<td>{{item.AccountName}}</td> <td>{{item.AccountName}}</td>
<td>{{item.OpeningBank}}</td> <td>{{item.OpeningBank}}</td>
......
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