|
|
|
@ -45,7 +45,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-container> |
|
|
|
|
<el-aside width="30%"> |
|
|
|
|
<el-aside width="30%" class="flex flex-col"> |
|
|
|
|
<div class="aside-header"> |
|
|
|
|
<div class="header_h flex a-center"> |
|
|
|
|
<i class="el-icon-s-order"></i> |
|
|
|
@ -58,7 +58,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="aside-footer"> |
|
|
|
|
<div class="aside-footer flex-grow"> |
|
|
|
|
<div class="header_h flex a-center"> |
|
|
|
|
<i class="el-icon-s-management"></i> |
|
|
|
|
<p>实验任务</p> |
|
|
|
@ -67,9 +67,9 @@ |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="24"> |
|
|
|
|
<el-card shadow="hover"> |
|
|
|
|
<el-table :data="requires" stripe height="405" v-loading="loading" ref='testTable'> |
|
|
|
|
<el-table :data="requires" height="43.5vh" v-loading="loading" ref='testTable'> |
|
|
|
|
<el-table-column type="index"></el-table-column> |
|
|
|
|
<el-table-column prop="name" label="判分点" align="center"> |
|
|
|
|
<el-table-column prop="name" label="判分点" align="left"> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column prop="right" label="完成结果" align="center"> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
@ -140,7 +140,7 @@ |
|
|
|
|
<h4 class="antialiased text-center text-2xl">请选择你将进行的操作</h4> |
|
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
|
<el-button @click="closePane()">再试一次</el-button> |
|
|
|
|
<el-button type="primary" @click="closePane()">其他业务</el-button> |
|
|
|
|
<el-button type="primary" @click="closePane(true)">其他业务</el-button> |
|
|
|
|
</span> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
@ -368,10 +368,13 @@ export default { |
|
|
|
|
// 初始化vuex中的state |
|
|
|
|
this.initState(); |
|
|
|
|
}, |
|
|
|
|
closePane(){ |
|
|
|
|
closePane(judge = false){ |
|
|
|
|
this.closePaneJudge = false |
|
|
|
|
this.lockIt = false |
|
|
|
|
this.reload() |
|
|
|
|
if(judge) { |
|
|
|
|
this.toggleCase() |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
getQueryVariable(name) { |
|
|
|
|
var reg = new RegExp('(^|&)'+name+'=([^&]*)(&|$)') |
|
|
|
@ -779,9 +782,9 @@ export default { |
|
|
|
|
// location.href = 'http://124.71.12.62/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId |
|
|
|
|
// location.href = 'http://www.huorantech.cn/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId |
|
|
|
|
//测试服 |
|
|
|
|
location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId |
|
|
|
|
// location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId |
|
|
|
|
//本地 |
|
|
|
|
// location.href = "http://192.168.31.155:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId |
|
|
|
|
location.href = "http://192.168.31.155:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
checkVer() { |
|
|
|
@ -1005,7 +1008,8 @@ $togetherFontSize: 16px; |
|
|
|
|
|
|
|
|
|
.el-table{ |
|
|
|
|
// font-size: $togetherFontSize; |
|
|
|
|
font-size: .75rem; |
|
|
|
|
// font-size: .75rem; |
|
|
|
|
overflow: auto; |
|
|
|
|
color: #202020; |
|
|
|
|
.el-table--striped .el-table__body tr.el-table__row--striped td { |
|
|
|
|
background: #eef7ff; |
|
|
|
@ -1029,6 +1033,7 @@ $togetherFontSize: 16px; |
|
|
|
|
background-color: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-table__header-wrapper{ |
|
|
|
|
thead{ |
|
|
|
|
color: #ffffff; |
|
|
|
|