| | |
| | | </div> |
| | | </template> |
| | | <div class="gif-right"> |
| | | ----- 剩余时间 ----- |
| | | <span>00:00:{{ 30 - Number(num) < 10 ? 0 : '' }}{{ 30 - Number(num) }}</span> |
| | | <div> |
| | | ----- 剩余时间 ----- |
| | | </div> |
| | | <div> |
| | | <span>00:00:{{ 30 - Number(num) < 10 ? 0 : '' }}{{ 30 - Number(num) }}</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | {{ message }} |
| | |
| | | getCurrentTaskProduceParams(id) { |
| | | // const id = this.currentTaskData?.Procedure?.ID |
| | | if (id) { |
| | | this.currentProcessParams = [] |
| | | this.getProcessParamsErrMsg = "" |
| | | startTask({id}).then((res) => { |
| | | if (res.code === 200) { |
| | | this.currentProcessParams = res.data.Params ?? [] |
| | |
| | | if (this.currentTaskData?.Procedure?.ID && this.currentTaskData?.Procedure?.Status === 1) { |
| | | this.num = 0; |
| | | this.showBtn = 1; |
| | | this.show = true; |
| | | // this.show = true; |
| | | } else { |
| | | this.show = false; |
| | | // this.show = false; |
| | | } |
| | | }, |
| | | getDateObj(date, fmt) { |