From 137c4cd56420af52973e87b5844becfbc5e468aa Mon Sep 17 00:00:00 2001
From: ks3356143 <314298729@qq.com>
Date: Fri, 9 Jun 2023 19:31:54 +0800
Subject: [PATCH] 0000
---
cdTMP/src/components/ma-codeEditor/index.vue | 11 +-
.../ma-crud/components/contextMenu.vue | 2 +-
cdTMP/src/components/ma-info/index.vue | 11 +-
cdTMP/src/components/ma-treeSlider/index.vue | 2 +-
.../ma-upload/components/chunk-upload.vue | 2 +-
.../ma-upload/components/file-upload.vue | 2 +-
cdTMP/src/layout/default-layout.vue | 2 +-
cdTMP/src/style/global.less | 14 +-
.../workplace/components/cpns/st-welcome.vue | 2 +-
cdTMP/src/views/login.vue | 2 +-
.../projmanage/config/crudOptionsConfig.js | 125 ++++++
.../testmanage/projmanage/cpns/preview.vue | 3 +-
.../src/views/testmanage/projmanage/index.vue | 368 ++++++++----------
.../src/components/ma-info/index.vue | 9 +-
14 files changed, 328 insertions(+), 227 deletions(-)
create mode 100644 cdTMP/src/views/testmanage/projmanage/config/crudOptionsConfig.js
diff --git a/cdTMP/src/components/ma-codeEditor/index.vue b/cdTMP/src/components/ma-codeEditor/index.vue
index 55c2f68..ede160a 100644
--- a/cdTMP/src/components/ma-codeEditor/index.vue
+++ b/cdTMP/src/components/ma-codeEditor/index.vue
@@ -1,12 +1,3 @@
-
@@ -86,7 +77,7 @@ if (props.isBind) {
diff --git a/cdTMP/src/components/ma-crud/components/contextMenu.vue b/cdTMP/src/components/ma-crud/components/contextMenu.vue
index 44472d2..4591035 100644
--- a/cdTMP/src/components/ma-crud/components/contextMenu.vue
+++ b/cdTMP/src/components/ma-crud/components/contextMenu.vue
@@ -145,7 +145,7 @@ defineExpose({
background: var(--color-bg-2);
border: 1px solid var(--color-border-2);
padding: 7px 0;
- border-radius: 4px;
+ border-radius: 1px;
li .context-menu-item {
cursor: pointer;
padding: 5px 10px;
diff --git a/cdTMP/src/components/ma-info/index.vue b/cdTMP/src/components/ma-info/index.vue
index a48d593..522fa1d 100644
--- a/cdTMP/src/components/ma-info/index.vue
+++ b/cdTMP/src/components/ma-info/index.vue
@@ -6,7 +6,7 @@
:title="props.title"
:layout="props.layout"
:bordered="props.bordered"
- table-layout="fixed"
+ table-layout="auto"
:size="props.size"
:label-style="props.labelStyle"
:value-style="props.valueStyle"
@@ -23,6 +23,15 @@
+
+
+ {{ item.dict.data.find((row) => row.value == subItem)?.label }}
+
+
+
{{ item.dict.data.find((row) => row.value == item.value)?.label }}
diff --git a/cdTMP/src/components/ma-treeSlider/index.vue b/cdTMP/src/components/ma-treeSlider/index.vue
index 83e99b3..cb3edab 100644
--- a/cdTMP/src/components/ma-treeSlider/index.vue
+++ b/cdTMP/src/components/ma-treeSlider/index.vue
@@ -98,7 +98,7 @@ defineExpose({ maTree })