Commit a8d6ff00 authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20221012-environment' of http://120.77.149.83/root/bkunyun…

Merge branch 'feat-20221012-environment' of http://120.77.149.83/root/bkunyun into feat-20221012-environment
parents 88d9c550 17d79205
......@@ -2,7 +2,7 @@
* @Author: 吴永生 15770852798@163.com
* @Date: 2022-10-18 16:12:55
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-10-28 16:48:21
* @LastEditTime: 2022-10-31 09:38:48
* @FilePath: /bkunyun/src/views/ResourceCenter/UserResources/WorkflowOperator/components/AddOperator/index.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
......@@ -348,7 +348,7 @@ const AddOperator = observer((props: IAddOperator) => {
try {
const newData = JSON.parse(code);
const nameArr = newData?.map((item: any) => {
return `${item.name}: ~{$actorName$.${item.name}}`;
return `${item.title}: ~{$actorName$.${item.name}}`;
});
newText = nameArr?.join("\n");
} catch (err) {
......@@ -585,7 +585,7 @@ const AddOperator = observer((props: IAddOperator) => {
</FormItemBox>
</div>
)}
<div></div>
{/* <div style={{ width: "368px", backgroundColor: "red" }}></div> */}
</div>
{taskType === "FLOW" ? null : (
<div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment