| | |
| | | |
| | | <template> |
| | | <div class="home"> |
| | | <!-- v-if="Object.keys(taskData).length > 0 && taskData.Procedure.ID" --> |
| | | <template > |
| | | <!-- --> |
| | | <template v-if="Object.keys(taskData).length > 0 && taskData.Procedure.ID"> |
| | | <div class="left"> |
| | | <p class="title"> |
| | | 生产管理看板 |
| | |
| | | </div> |
| | | </div> |
| | | </template> |
| | | <!-- v-else --> |
| | | <template > |
| | | <!-- --> |
| | | <template v-else> |
| | | <div class="home-img-box"> |
| | | <div class="bg-title"> |
| | | <img src="../../public/bg-title.png" /> |
| | |
| | | }; |
| | | getTaskInfo().then((res) => { |
| | | if (res.code == 200) { |
| | | this.procedureList=[] |
| | | this.taskData = res.data |
| | | ? res.data |
| | | : { |