Browse Source

分支lab修改

dengrui 3 months ago
parent
commit
2e645f131a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/base/craftManagement/route/components/groupProcess.vue

+ 1 - 1
src/views/base/craftManagement/route/components/groupProcess.vue

@@ -164,7 +164,7 @@ const changeChecked = (key: string) => {
           <el-option
             v-for="item in nodesData"
             :key="item.operationId"
-            :label="item.operationName + '(' + item.operationId + ')'"
+            :label="item.operationName + '(' + item.lineTag + ')'"
             :value="item.operationId"
           />
         </el-select>