| | |
| | | <el-progress |
| | | define-back-color="#133EAF" |
| | | color="#09E5ED" |
| | | text-color="#fff" |
| | | :text-inside="true" |
| | | :stroke-width="30" |
| | | :percentage="taskData.Order?parseInt(finishNumber/taskData.Order.amount):0" |
| | |
| | | <el-progress |
| | | define-back-color="#007101" |
| | | color="#00CC66" |
| | | text-color="#fff" |
| | | :text-inside="true" |
| | | :stroke-width="30" |
| | | :percentage="passrate" |
| | |
| | | <el-progress |
| | | define-back-color="#133EAF" |
| | | color="#09E5ED" |
| | | text-color="#fff" |
| | | :text-inside="true" |
| | | :stroke-width="10" |
| | | :percentage="taskData.Order?parseInt(finishNumber/taskData.Order.amount):0" |