From e0219d2121732227922341fb3878e3a4d1b04d9d Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期三, 07 八月 2024 19:28:08 +0800 Subject: [PATCH] 配置bug页面修改 --- src/views/dmx/IntelligentAgent/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dmx/IntelligentAgent/index.vue b/src/views/dmx/IntelligentAgent/index.vue index 4ded1e4..4357e17 100644 --- a/src/views/dmx/IntelligentAgent/index.vue +++ b/src/views/dmx/IntelligentAgent/index.vue @@ -60,7 +60,7 @@ <img :style="{ width: '100%' }" alt="dessert" - src="https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/a20012a2d4d5b9db43dfc6a01fe508c0.png~tplv-uwbnlip3yd-webp.webp" + :src="item.icon || 'https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/a20012a2d4d5b9db43dfc6a01fe508c0.png~tplv-uwbnlip3yd-webp.webp'" /> </a-avatar> <a-switch @@ -94,7 +94,7 @@ <agent-config ref="editAgentKuai" typeAngint="edit" - :formData="form" + :formData="item" @queryList="queryList" ></agent-config> </span> -- Gitblit v1.8.0