外协任务执行

This commit is contained in:
caoxinyu
2019-06-24 15:12:19 +08:00
parent 5e18bfcc3a
commit 7c9161134c
4 changed files with 607 additions and 6 deletions

View File

@@ -14,11 +14,6 @@
</div>
<div/>
</el-card>
<el-divider content-position="right"/>
<!--<div class="sudoku_item " :class="curSelect==sudoku.id?'opacity':''" v-for="(sudoku,index) in sudokus" :key="index" @touchstart="touchstart(index)" @touchend="touchend">-->
<!--&lt;!&ndash;<img :src="sudoku.img_src" width="40" height="40" >&ndash;&gt;-->
<!---->
<!--</div>-->
</div>
</div>
</el-card>
@@ -47,6 +42,7 @@ export default {
mounted() {
this.getFileList()
this.timer = setInterval(this.getFileList, 60 * 60 * 1000) // 60 分钟一刷新
this.drawLine()
},
beforeDestroy() {
clearInterval(this.timer)
@@ -91,6 +87,26 @@ export default {
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
/*.text {*/
/*font-size: 14px;*/
/*}*/
/*.item {*/
/*margin-bottom: 18px;*/
/*}*/
.clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both
}
.box-card {
width: 100%
}
.item {
margin-top: 10px;
margin-right: 40px;
@@ -110,7 +126,7 @@ export default {
align-items: center;
flex-direction: column;
width:15%;
height: 200px;
height: 80px;
padding-top: 10px;
padding-bottom: 10px;
}