dengrui 3 hónapja
szülő
commit
2e645f131a

+ 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>