diff --git a/src/views/rule-engine/Scene/Save/action/ListItem/Item.vue b/src/views/rule-engine/Scene/Save/action/ListItem/Item.vue index 41666a52..1ad6e6a0 100644 --- a/src/views/rule-engine/Scene/Save/action/ListItem/Item.vue +++ b/src/views/rule-engine/Scene/Save/action/ListItem/Item.vue @@ -259,9 +259,9 @@ type="icon-mubiao" style="padding:0 4px" /> - < style='max-width: 200px;margin-right: 12px;'> + {{data?.options?.name}} - + {{data?.options?.propertiesName}} diff --git a/src/views/system/Basis/index.vue b/src/views/system/Basis/index.vue index 1b1402ea..04158667 100644 --- a/src/views/system/Basis/index.vue +++ b/src/views/system/Basis/index.vue @@ -204,7 +204,7 @@
推荐尺寸64*64
-
支持icon格式
+
支持ico格式
diff --git a/src/views/system/Department/product/index.vue b/src/views/system/Department/product/index.vue index 408ef299..3f492d3f 100644 --- a/src/views/system/Department/product/index.vue +++ b/src/views/system/Department/product/index.vue @@ -543,6 +543,13 @@ const dialogs = reactive({ editShow: false, nextShow: false, }); + +watch( + () => props.parentId, + () => { + tableData._selectedRowKeys = []; + }, +);