修改
This commit is contained in:
@@ -157,6 +157,7 @@ export default {
|
||||
height 102px
|
||||
font-size 36px
|
||||
font-style italic
|
||||
// font-family YouSheBiaoTiHei
|
||||
color #F6F9FE
|
||||
background center / 100% 100% url(../../../images/new/bg-home-r1.png) no-repeat
|
||||
.rttxt
|
||||
@@ -180,7 +181,7 @@ export default {
|
||||
float left
|
||||
display inline-block
|
||||
color #f6f9fe
|
||||
width 48%
|
||||
width 47%
|
||||
.txt01
|
||||
float left
|
||||
display inline-block
|
||||
@@ -200,7 +201,7 @@ export default {
|
||||
float left
|
||||
display inline-block
|
||||
color #f6f9fe
|
||||
width 48%
|
||||
width 47%
|
||||
.txt
|
||||
float left
|
||||
display inline-block
|
||||
@@ -214,7 +215,7 @@ export default {
|
||||
float left
|
||||
display inline-block
|
||||
color #f6f9fe
|
||||
width 48%
|
||||
width 47%
|
||||
.txt
|
||||
float left
|
||||
display inline-block
|
||||
@@ -222,7 +223,7 @@ export default {
|
||||
// margin-left 34px
|
||||
font-size 30px
|
||||
.speed-bg
|
||||
width 513px
|
||||
width 633px
|
||||
height 12px
|
||||
background center / 100% 100% url(../../../images/new/bg-home-r3.png) no-repeat
|
||||
position relative
|
||||
|
||||
@@ -3,18 +3,18 @@
|
||||
<div class="right_side">
|
||||
<div class="content_wrap">
|
||||
<div class="title_wrap">
|
||||
<h2>任务管理</h2>
|
||||
<h2>{{ $t('tasklists.topinfo') }}</h2>
|
||||
</div>
|
||||
<div class="page_container">
|
||||
<div class="grid_wrapper">
|
||||
<table>
|
||||
<tr>
|
||||
<th>选中</th>
|
||||
<th>序号</th>
|
||||
<th>任务号</th>
|
||||
<th>目标站点</th>
|
||||
<th>任务状态</th>
|
||||
<th>生成时间</th>
|
||||
<th>{{ $t('tasklists.select') }}</th>
|
||||
<th>{{ $t('tasklists.ordernumber') }}</th>
|
||||
<th>{{ $t('tasklists.tasknumber') }}</th>
|
||||
<th>{{ $t('tasklists.targetpoint') }}</th>
|
||||
<th>{{ $t('tasklists.taskstatus') }}</th>
|
||||
<th>{{ $t('tasklists.createTime') }}</th>
|
||||
</tr>
|
||||
<tr v-for="(e, i) in dataList" :key="i" @click="toRadio(e, i)">
|
||||
<!-- <td>
|
||||
@@ -30,10 +30,10 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="buttons_wrapper">
|
||||
<button class="button_control button_control_disabled" @click="toUp(dataList, selectIndex)"><p>任务上移</p></button>
|
||||
<button class="button_control button_control_disabled" @click="toDown(dataList, selectIndex)"><p>任务下移</p></button>
|
||||
<button class="button_control button_control_disabled" @click="toDel(selectIndex)"><p>任务取消</p></button>
|
||||
<button class="button_control" @click="updateTask"><p>任务提交</p></button>
|
||||
<button class="button_control button_control_disabled" @click="toUp(dataList, selectIndex)"><p>{{ $t('tasklists.button1') }}</p></button>
|
||||
<button class="button_control button_control_disabled" @click="toDown(dataList, selectIndex)"><p>{{ $t('tasklists.button2') }}</p></button>
|
||||
<button class="button_control button_control_disabled" @click="toDel(selectIndex)"><p>{{ $t('tasklists.button3') }}</p></button>
|
||||
<button class="button_control" @click="updateTask"><p>{{ $t('tasklists.button4') }}</p></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user