From b71bd34b5baa8e3dfedf83f777d62c988c6b9c97 Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Wed, 4 Dec 2024 15:10:45 +0800 Subject: Optimize the code and fix bug 1. Create a new descripition component code 2. Optimize the code to extract a MaaS feature module and a common module. 3. Optimize the service code and create a new maasService. 4.Click the Q&A Assistant menu, the front-end interface does not deliver an application ID. Issue-ID: USECASEUI-844 Change-Id: If57938f9c57b186691798eb0fb2cdd2fd64ed58a Signed-off-by: kaixiliu --- .../description/description.component.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 usecaseui-portal/src/app/shared/components/description/description.component.html (limited to 'usecaseui-portal/src/app/shared/components/description/description.component.html') diff --git a/usecaseui-portal/src/app/shared/components/description/description.component.html b/usecaseui-portal/src/app/shared/components/description/description.component.html new file mode 100644 index 00000000..fb7a188a --- /dev/null +++ b/usecaseui-portal/src/app/shared/components/description/description.component.html @@ -0,0 +1,25 @@ +
+
+ {{ nzTitle }} +
+
+
+ + + + + + + + +
+
+ + {{ item.title }} + + + + +
+
+
\ No newline at end of file -- cgit