Commit 1b445974 authored by arvin's avatar arvin

单架次配置

parent c7b2ee7c
......@@ -304,10 +304,10 @@ export default {
'小时<br><b>版本:</b> ' +
(task.edition || ' ') +
'<br><b>' +
task.$level ===
(task.$level ===
0
? 'CA/AO号'
: 'CA/AO号' + ':</b> ' + (task.right_text || ' ')
? ''
: 'CA/AO号' + ':</b> ' + (task.right_text || ' '))
return html
}
ganttAss.config.drag_resize = false
......
......@@ -150,7 +150,7 @@ export default {
}
this.currentId = this.node.id
this.gantt.clearAll()
if (!this.node || !this.node.children.length) {
if (!this.node || !this.node.children || !this.node.children.length) {
return
}
this.AOname = ''
......
<template>
<div>
hello world
</div>
</template>
<script>
export default {
name: 'TfMomWebIndex',
data() {
return {
}
},
mounted() {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment