| | |
| | | v-show="activeName === 'uploaded' " |
| | | :data="fileList" |
| | | tooltip-effect="dark" |
| | | style="width: 99%" |
| | | |
| | | border |
| | | :header-cell-style="{background:'#f8f8f8', color:'#222222', textAlign:'center'}" |
| | | @select="handleSelect" |
| | |
| | | }, |
| | | mounted() { |
| | | this.initFormData(); |
| | | console.log(this.PollData.barCharts) |
| | | }, |
| | | beforeDestroy() { |
| | | this.taskUid = 0; |
| | |
| | | this.isAdd = true; |
| | | this.isDisabled = false; |
| | | this.initFormData(); |
| | | this.DataStackPool.clean(); |
| | | this.fileList = []; |
| | | }, |
| | | selectDir(node) { |
| | | if (node.id === "") { |
| | |
| | | .data-stack-info { |
| | | width: 100%; |
| | | height: 100%; |
| | | margin-left: 20px; |
| | | padding: 20px; |
| | | box-sizing: border-box; |
| | | overflow: auto; |
| | | .ai-select { |
| | | text-align: left; |
| | |
| | | .btn-right { |
| | | float: right; |
| | | margin-top: -5px; |
| | | margin-right: 10px; |
| | | .btn { |
| | | cursor: pointer; |
| | | font-size: 20px; |