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