This commit is contained in:
liuye
2024-01-23 10:52:52 +08:00
parent 1aa2e264d7
commit 30f8f09645
3 changed files with 28 additions and 17 deletions

View File

@@ -96,7 +96,6 @@
</template>
<script>
import { Divider } from 'element-ui';
import { mapState } from "vuex";
export default {
name: "List",
@@ -163,12 +162,10 @@ export default {
methods: {
renderHead () {
return(
<el-tooltip
placement="right"
content="正在执行/待执行">
<span>任务数<i class="el-icon-warning-outline"></i></span>
</el-tooltip>
)
},