自动任务详情 下拉框 显示任务详情
This commit is contained in:
@@ -747,7 +747,7 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 下拉仅展示「类型 - 创建日期」,运行状态单独用 el-tag */
|
/** 下拉仅展示「类型 - 创建日期」,运行状态单独用 el-tag */
|
||||||
buildFactoryHeaderOptionMainLabel(task, pidFallback) {
|
buildFactoryHeaderOptionMainLabel(task, pidFallback) {
|
||||||
console.log("🚀 ~ buildFactoryHeaderOptionMainLabel ~ task:", task);
|
|
||||||
|
|
||||||
const typePart = this.getFactoryHeaderTaskTypeLabel(task) || String(pidFallback || '').trim() || '—';
|
const typePart = this.getFactoryHeaderTaskTypeLabel(task) || String(pidFallback || '').trim() || '—';
|
||||||
const expertTypePart = this.mapFactoryExpertTypeLabel(task.expert_type);
|
const expertTypePart = this.mapFactoryExpertTypeLabel(task.expert_type);
|
||||||
|
|||||||
Reference in New Issue
Block a user