diff --git a/src/assets/clientSet/clientSet_h_logo.png b/src/assets/clientSet/clientSet_h_logo.png new file mode 100644 index 0000000..8963f1b Binary files /dev/null and b/src/assets/clientSet/clientSet_h_logo.png differ diff --git a/src/components/GroupFormBtns.vue b/src/components/GroupFormBtns.vue index c50accb..92583eb 100644 --- a/src/components/GroupFormBtns.vue +++ b/src/components/GroupFormBtns.vue @@ -1,9 +1,7 @@ - - + \ No newline at end of file diff --git a/src/components/GuipRadio.vue b/src/components/GuipRadio.vue index fcedc89..c5b9a5a 100644 --- a/src/components/GuipRadio.vue +++ b/src/components/GuipRadio.vue @@ -1,12 +1,33 @@ @@ -82,6 +103,16 @@ export default { disabledKeys: { type: Array, default: () => [] + }, + // 新增:控制特殊样式 + clientFormFlex: { + type: Boolean, + default: false + }, + // 新增:特殊样式时的自定义标签文本(可选) + clientFormLabel: { + type: String, + default: '' } }, computed: { @@ -169,8 +200,8 @@ export default { }; - \ No newline at end of file diff --git a/src/components/GuipSelect.vue b/src/components/GuipSelect.vue index 2cf7da9..355e282 100644 --- a/src/components/GuipSelect.vue +++ b/src/components/GuipSelect.vue @@ -1,14 +1,34 @@ @@ -48,7 +68,17 @@ export default { rules: [Object, Array], column: Boolean, addClass: String, - desc: String + desc: String, + // 新增:控制特殊样式 + clientFormFlex: { + type: Boolean, + default: false + }, + // 新增:特殊样式时的自定义标签文本(可选) + clientFormLabel: { + type: String, + default: '' + } }, data() { return { diff --git a/src/components/SetLeftMenu.vue b/src/components/SetLeftMenu.vue index 1fceba4..a779703 100644 --- a/src/components/SetLeftMenu.vue +++ b/src/components/SetLeftMenu.vue @@ -261,7 +261,7 @@ export default { \ No newline at end of file diff --git a/src/views/clientSet/mainTextPage.vue b/src/views/clientSet/mainTextPage.vue index 8b13789..8a67b20 100644 --- a/src/views/clientSet/mainTextPage.vue +++ b/src/views/clientSet/mainTextPage.vue @@ -1 +1,6 @@ + \ No newline at end of file