| | |
| | | <el-table-column prop="phaseName" label="阶段名称" align="center"/> |
| | | <el-table-column prop="phaseDurationRate" label="阶段时长比" align="right" width="120"/> |
| | | <el-table-column prop="remark" label="备注" align="center" width="100"/> |
| | | <!-- <el-table-column prop="phaseSpeed" label="阶段时速" align="right"/>--> |
| | | <!--<el-table-column prop="phaseSort" label="阶段顺序" align="center"/>--> |
| | | <!--<el-table-column prop="operatConditDuration" label="工况时长分配" align="center"/>--> |
| | | <zt-table-column-handle :table="table" edit-perm="testReviewComment:update" |
| | | delete-perm="taskReliability::delete" width="100"> |
| | | <template v-slot="{row}"> |
| | |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <task-phase-model @getList="refreshData" ref="model"/> |
| | | <task-phase-model ref="model"/> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | |
| | | methods: { |
| | | refreshData() { |
| | | this.$refs.tableObj.query() |
| | | this.$refs.task.$refs.tableObj.query() |
| | | }, |
| | | dataLoaded(data) { |
| | | this.time = null |