vue2-client 1.18.39 → 1.18.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +90 -90
- package/Components.md +60 -60
- package/docs/index.md +30 -30
- package/docs//350/257/267/346/261/202/345/267/245/345/205/267/344/275/277/347/224/250/350/257/264/346/230/216.md +353 -0
- package/index.js +31 -31
- package/jest-transform-stub.js +8 -8
- package/jest.setup.js +7 -7
- package/package.json +1 -1
- package/src/assets/img/querySlotDemo.svg +15 -15
- package/src/base-client/components/common/AmapMarker/AmapPointRendering.vue +120 -120
- package/src/base-client/components/common/CitySelect/index.js +3 -3
- package/src/base-client/components/common/CitySelect/index.md +109 -109
- package/src/base-client/components/common/CreateQuery/CreateQuery.vue +669 -669
- package/src/base-client/components/common/CreateQuery/index.js +3 -3
- package/src/base-client/components/common/CreateQuery/index.md +42 -42
- package/src/base-client/components/common/CreateSimpleFormQuery/index.js +3 -3
- package/src/base-client/components/common/CreateSimpleFormQuery/index.md +42 -42
- package/src/base-client/components/common/FormGroupEdit/index.js +3 -3
- package/src/base-client/components/common/FormGroupEdit/index.md +43 -43
- package/src/base-client/components/common/FormGroupQuery/FormGroupQuery.vue +166 -166
- package/src/base-client/components/common/FormGroupQuery/index.js +3 -3
- package/src/base-client/components/common/FormGroupQuery/index.md +43 -43
- package/src/base-client/components/common/JSONToTree/jsontotree.vue +271 -271
- package/src/base-client/components/common/PersonSetting/PersonSetting.vue +208 -208
- package/src/base-client/components/common/PersonSetting/index.js +3 -3
- package/src/base-client/components/common/Tree/Tree.vue +149 -149
- package/src/base-client/components/common/Tree/index.js +2 -2
- package/src/base-client/components/common/Upload/index.js +3 -3
- package/src/base-client/components/common/XAddNativeForm/index.md +146 -146
- package/src/base-client/components/common/XCard/XCard.vue +64 -64
- package/src/base-client/components/common/XDataDrawer/XDataDrawer.vue +180 -180
- package/src/base-client/components/common/XDataDrawer/index.js +3 -3
- package/src/base-client/components/common/XDataDrawer/index.md +41 -41
- package/src/base-client/components/common/XDescriptions/index.js +3 -3
- package/src/base-client/components/common/XDescriptions/index.md +322 -322
- package/src/base-client/components/common/XForm/index.md +178 -178
- package/src/base-client/components/common/XFormTable/demo.vue +2 -4
- package/src/base-client/components/common/XReport/print.js +186 -186
- package/src/base-client/components/common/XReportGrid/XReportTrGroup.vue +1 -1
- package/src/base-client/components/common/XStepView/XStepView.vue +252 -252
- package/src/base-client/components/common/XStepView/index.js +3 -3
- package/src/base-client/components/common/XStepView/index.md +31 -31
- package/src/base-client/components/common/XTable/XTable.vue +1715 -1715
- package/src/base-client/components/common/XTable/XTableWrapper.vue +786 -769
- package/src/base-client/components/common/XTable/index.md +255 -255
- package/src/base-client/components/system/DictionaryDetailsView/DictionaryDetailsView.vue +232 -232
- package/src/base-client/plugins/Config.js +19 -19
- package/src/base-client/plugins/tabs-page-plugin.js +39 -39
- package/src/components/Charts/Bar.vue +62 -62
- package/src/components/Charts/ChartCard.vue +134 -134
- package/src/components/Charts/Liquid.vue +67 -67
- package/src/components/Charts/MiniArea.vue +39 -39
- package/src/components/Charts/MiniBar.vue +39 -39
- package/src/components/Charts/MiniProgress.vue +75 -75
- package/src/components/Charts/MiniSmoothArea.vue +40 -40
- package/src/components/Charts/Radar.vue +68 -68
- package/src/components/Charts/RankList.vue +77 -77
- package/src/components/Charts/TagCloud.vue +113 -113
- package/src/components/Charts/TransferBar.vue +64 -64
- package/src/components/Charts/Trend.vue +82 -82
- package/src/components/Charts/chart.less +12 -12
- package/src/components/Charts/smooth.area.less +13 -13
- package/src/components/NumberInfo/NumberInfo.vue +54 -54
- package/src/components/NumberInfo/index.js +3 -3
- package/src/components/NumberInfo/index.less +54 -54
- package/src/components/NumberInfo/index.md +43 -43
- package/src/components/card/ChartCard.vue +79 -79
- package/src/components/chart/Bar.vue +60 -60
- package/src/components/chart/MiniArea.vue +67 -67
- package/src/components/chart/MiniBar.vue +59 -59
- package/src/components/chart/MiniProgress.vue +57 -57
- package/src/components/chart/Radar.vue +80 -80
- package/src/components/chart/RankingList.vue +60 -60
- package/src/components/chart/Trend.vue +79 -79
- package/src/components/chart/index.less +9 -9
- package/src/components/checkbox/ColorCheckbox.vue +157 -157
- package/src/components/input/IInput.vue +66 -66
- package/src/components/menu/SideMenu.vue +75 -75
- package/src/components/menu/menu.js +273 -273
- package/src/components/tool/AStepItem.vue +60 -60
- package/src/composables/demo/UseRequestDemo.vue +175 -0
- package/src/composables/index.js +6 -0
- package/src/composables/useGlobalLoading.js +206 -0
- package/src/composables/usePost.js +221 -0
- package/src/layouts/CommonLayout.vue +56 -56
- package/src/layouts/header/HeaderNotice.vue +177 -177
- package/src/lib.js +1 -1
- package/src/mock/extend/index.js +84 -84
- package/src/mock/goods/index.js +108 -108
- package/src/pages/dashboard/workplace/WorkPlace.vue +141 -141
- package/src/pages/system/dictionary/index.vue +44 -44
- package/src/pages/system/monitor/loginInfor/index.vue +37 -37
- package/src/pages/system/monitor/operLog/index.vue +37 -37
- package/src/services/api/cas.js +79 -79
- package/src/services/api/common.js +11 -11
- package/src/services/api/restTools.js +36 -46
- package/src/store/modules/setting.js +119 -119
- package/src/utils/authority-utils.js +85 -85
- package/src/utils/errorCode.js +6 -6
- package/src/utils/map-utils.js +47 -47
- package/src/utils/request.js +103 -0
- package/vue.config.js +9 -4
- package//350/277/201/347/247/273/346/227/245/345/277/227.md +15 -15
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import CreateQuery from './CreateQuery'
|
|
2
|
-
|
|
3
|
-
export default CreateQuery
|
|
1
|
+
import CreateQuery from './CreateQuery'
|
|
2
|
+
|
|
3
|
+
export default CreateQuery
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
# CreateQuery 完整查询配置生成
|
|
2
|
-
|
|
3
|
-
提供完整查询配置生成的快捷组件
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 何时使用
|
|
8
|
-
|
|
9
|
-
允许生成完整查询配置
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
引用方式:
|
|
14
|
-
|
|
15
|
-
```javascript
|
|
16
|
-
import CreateQuery from '@vue2-client/base-client/components/CreateQuery'
|
|
17
|
-
|
|
18
|
-
export default {
|
|
19
|
-
components: {
|
|
20
|
-
CreateQuery
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
## 代码演示
|
|
28
|
-
|
|
29
|
-
```html
|
|
30
|
-
<create-query
|
|
31
|
-
:toEditJson="toEditJson"
|
|
32
|
-
:visible.sync="createQueryVisible"
|
|
33
|
-
/>
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## API
|
|
37
|
-
|
|
38
|
-
| 参数 | 说明 | 类型 | 默认值 |
|
|
39
|
-
|------------------|------------------------------------------|---------|-----------|
|
|
40
|
-
| visible | 是否显示 | Boolean | false |
|
|
41
|
-
| toEditJson | 要编辑的json 当 visible 从false变成true时解析加载到页面上 | Object | undefined |
|
|
42
|
-
| @saveQueryParams | 查询配置点击保存后事件 | event | - |
|
|
1
|
+
# CreateQuery 完整查询配置生成
|
|
2
|
+
|
|
3
|
+
提供完整查询配置生成的快捷组件
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## 何时使用
|
|
8
|
+
|
|
9
|
+
允许生成完整查询配置
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
引用方式:
|
|
14
|
+
|
|
15
|
+
```javascript
|
|
16
|
+
import CreateQuery from '@vue2-client/base-client/components/CreateQuery'
|
|
17
|
+
|
|
18
|
+
export default {
|
|
19
|
+
components: {
|
|
20
|
+
CreateQuery
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 代码演示
|
|
28
|
+
|
|
29
|
+
```html
|
|
30
|
+
<create-query
|
|
31
|
+
:toEditJson="toEditJson"
|
|
32
|
+
:visible.sync="createQueryVisible"
|
|
33
|
+
/>
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## API
|
|
37
|
+
|
|
38
|
+
| 参数 | 说明 | 类型 | 默认值 |
|
|
39
|
+
|------------------|------------------------------------------|---------|-----------|
|
|
40
|
+
| visible | 是否显示 | Boolean | false |
|
|
41
|
+
| toEditJson | 要编辑的json 当 visible 从false变成true时解析加载到页面上 | Object | undefined |
|
|
42
|
+
| @saveQueryParams | 查询配置点击保存后事件 | event | - |
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import CreateSimpleFormQuery from './CreateSimpleFormQuery'
|
|
2
|
-
|
|
3
|
-
export default CreateSimpleFormQuery
|
|
1
|
+
import CreateSimpleFormQuery from './CreateSimpleFormQuery'
|
|
2
|
+
|
|
3
|
+
export default CreateSimpleFormQuery
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
# CreateSimpleFormQuery 基础表单配置生成(仅新增场景)
|
|
2
|
-
|
|
3
|
-
提供基础表单配置生成(仅新增场景)的快捷组件
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 何时使用
|
|
8
|
-
|
|
9
|
-
允许生成基础表单的配置
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
引用方式:
|
|
14
|
-
|
|
15
|
-
```javascript
|
|
16
|
-
import CreateSimpleFormQuery from '@vue2-client/base-client/components/CreateSimpleFormQuery'
|
|
17
|
-
|
|
18
|
-
export default {
|
|
19
|
-
components: {
|
|
20
|
-
CreateSimpleFormQuery
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
## 代码演示
|
|
28
|
-
|
|
29
|
-
```html
|
|
30
|
-
<create-simple-form-query
|
|
31
|
-
:toEditJson="toEditJson"
|
|
32
|
-
:visible.sync="createSimpleFormVisible"
|
|
33
|
-
/>
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## API
|
|
37
|
-
|
|
38
|
-
| 参数 | 说明 | 类型 | 默认值 |
|
|
39
|
-
|----------------------------|------------------------------------------|---------|-----------|
|
|
40
|
-
| visible | 是否显示 | Boolean | false |
|
|
41
|
-
| toEditJson | 要编辑的json 当 visible 从false变成true时解析加载到页面上 | Object | undefined |
|
|
42
|
-
| @saveSimpleFormQueryParams | 基础表单配置点击保存后事件 | event | - |
|
|
1
|
+
# CreateSimpleFormQuery 基础表单配置生成(仅新增场景)
|
|
2
|
+
|
|
3
|
+
提供基础表单配置生成(仅新增场景)的快捷组件
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## 何时使用
|
|
8
|
+
|
|
9
|
+
允许生成基础表单的配置
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
引用方式:
|
|
14
|
+
|
|
15
|
+
```javascript
|
|
16
|
+
import CreateSimpleFormQuery from '@vue2-client/base-client/components/CreateSimpleFormQuery'
|
|
17
|
+
|
|
18
|
+
export default {
|
|
19
|
+
components: {
|
|
20
|
+
CreateSimpleFormQuery
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 代码演示
|
|
28
|
+
|
|
29
|
+
```html
|
|
30
|
+
<create-simple-form-query
|
|
31
|
+
:toEditJson="toEditJson"
|
|
32
|
+
:visible.sync="createSimpleFormVisible"
|
|
33
|
+
/>
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## API
|
|
37
|
+
|
|
38
|
+
| 参数 | 说明 | 类型 | 默认值 |
|
|
39
|
+
|----------------------------|------------------------------------------|---------|-----------|
|
|
40
|
+
| visible | 是否显示 | Boolean | false |
|
|
41
|
+
| toEditJson | 要编辑的json 当 visible 从false变成true时解析加载到页面上 | Object | undefined |
|
|
42
|
+
| @saveSimpleFormQueryParams | 基础表单配置点击保存后事件 | event | - |
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import FormGroupEdit from './FormGroupEdit'
|
|
2
|
-
|
|
3
|
-
export default FormGroupEdit
|
|
1
|
+
import FormGroupEdit from './FormGroupEdit'
|
|
2
|
+
|
|
3
|
+
export default FormGroupEdit
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
# FormGroupEdit 表单参数组配置编辑
|
|
2
|
-
|
|
3
|
-
提供表单参数组配置编辑的快捷组件
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 何时使用
|
|
8
|
-
|
|
9
|
-
允许通过表单参数组编辑参数
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
引用方式:
|
|
14
|
-
|
|
15
|
-
```javascript
|
|
16
|
-
import FormGroupEdit from '@vue2-client/base-client/components/FormGroupEdit'
|
|
17
|
-
|
|
18
|
-
export default {
|
|
19
|
-
components: {
|
|
20
|
-
FormGroupEdit
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
## 代码演示
|
|
28
|
-
|
|
29
|
-
```html
|
|
30
|
-
<form-group-edit
|
|
31
|
-
@getColumnJson="getColumnJson"
|
|
32
|
-
:visible.sync="createQueryVisible"
|
|
33
|
-
@saveQueryParams="saveQueryParams"
|
|
34
|
-
/>
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
## API
|
|
38
|
-
|
|
39
|
-
| 参数 | 说明 | 类型 | 默认值 |
|
|
40
|
-
|------------------|------------|---------|-------|
|
|
41
|
-
| visible | 是否显示 | Boolean | false |
|
|
42
|
-
| @getColumnJson | 获取表单配置方法 | event | - |
|
|
43
|
-
| @saveQueryParams | 存储查询配置信息事件 | event | - |
|
|
1
|
+
# FormGroupEdit 表单参数组配置编辑
|
|
2
|
+
|
|
3
|
+
提供表单参数组配置编辑的快捷组件
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## 何时使用
|
|
8
|
+
|
|
9
|
+
允许通过表单参数组编辑参数
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
引用方式:
|
|
14
|
+
|
|
15
|
+
```javascript
|
|
16
|
+
import FormGroupEdit from '@vue2-client/base-client/components/FormGroupEdit'
|
|
17
|
+
|
|
18
|
+
export default {
|
|
19
|
+
components: {
|
|
20
|
+
FormGroupEdit
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 代码演示
|
|
28
|
+
|
|
29
|
+
```html
|
|
30
|
+
<form-group-edit
|
|
31
|
+
@getColumnJson="getColumnJson"
|
|
32
|
+
:visible.sync="createQueryVisible"
|
|
33
|
+
@saveQueryParams="saveQueryParams"
|
|
34
|
+
/>
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## API
|
|
38
|
+
|
|
39
|
+
| 参数 | 说明 | 类型 | 默认值 |
|
|
40
|
+
|------------------|------------|---------|-------|
|
|
41
|
+
| visible | 是否显示 | Boolean | false |
|
|
42
|
+
| @getColumnJson | 获取表单配置方法 | event | - |
|
|
43
|
+
| @saveQueryParams | 存储查询配置信息事件 | event | - |
|
|
@@ -1,166 +1,166 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<a-drawer
|
|
3
|
-
:visible="visible"
|
|
4
|
-
:width="isMobile ? screenWidth : screenWidth * 0.85"
|
|
5
|
-
placement="right"
|
|
6
|
-
title="表单参数组配置"
|
|
7
|
-
@close="onClose"
|
|
8
|
-
>
|
|
9
|
-
<create-simple-form-query
|
|
10
|
-
:to-edit-json="editItem()"
|
|
11
|
-
:as-a-params-group="true"
|
|
12
|
-
:visible.sync="createQueryVisible"
|
|
13
|
-
@saveQueryParams="saveQueryParams"
|
|
14
|
-
/>
|
|
15
|
-
<a-list
|
|
16
|
-
:dataSource="contentCopy()"
|
|
17
|
-
:grid="{gutter: 24, lg: 4, md: 3, sm: 1, xs: 1}"
|
|
18
|
-
>
|
|
19
|
-
<a-list-item slot="renderItem" slot-scope="item, index">
|
|
20
|
-
<template v-if="item.type">
|
|
21
|
-
<a-button class="new-btn" type="dashed" @click="toCreateQuery">
|
|
22
|
-
<a-icon type="plus" />新增参数组
|
|
23
|
-
</a-button>
|
|
24
|
-
</template>
|
|
25
|
-
<template v-else>
|
|
26
|
-
<a-card :hoverable="true">
|
|
27
|
-
<a-card-meta >
|
|
28
|
-
<div slot="title" style="margin-bottom: 3px">{{ item.group }}</div>
|
|
29
|
-
<a-icon slot="avatar" :style="{ fontSize:'2em' }" type="tags"/>
|
|
30
|
-
<div slot="description" class="meta-content">{{ item.describe }}</div>
|
|
31
|
-
</a-card-meta>
|
|
32
|
-
<a slot="actions" @click="toEditQuery(index)">编辑</a>
|
|
33
|
-
<a slot="actions" @click="toDelete(index)">删除</a>
|
|
34
|
-
</a-card>
|
|
35
|
-
</template>
|
|
36
|
-
</a-list-item>
|
|
37
|
-
</a-list>
|
|
38
|
-
</a-drawer>
|
|
39
|
-
</template>
|
|
40
|
-
|
|
41
|
-
<script>
|
|
42
|
-
import { mapState } from 'vuex'
|
|
43
|
-
import CreateSimpleFormQuery from '../CreateSimpleFormQuery'
|
|
44
|
-
|
|
45
|
-
export default {
|
|
46
|
-
name: 'FormGroupQuery',
|
|
47
|
-
components: {
|
|
48
|
-
CreateSimpleFormQuery
|
|
49
|
-
},
|
|
50
|
-
data () {
|
|
51
|
-
return {
|
|
52
|
-
// 页面宽度
|
|
53
|
-
screenWidth: document.documentElement.clientWidth,
|
|
54
|
-
// 是否显示生成查询配置抽屉
|
|
55
|
-
createQueryVisible: false,
|
|
56
|
-
targetIndex: 0,
|
|
57
|
-
editIndex: -1
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
mounted () {
|
|
61
|
-
this.initView()
|
|
62
|
-
},
|
|
63
|
-
computed: {
|
|
64
|
-
...mapState('setting', ['isMobile'])
|
|
65
|
-
},
|
|
66
|
-
props: {
|
|
67
|
-
visible: {
|
|
68
|
-
type: Boolean,
|
|
69
|
-
default: false
|
|
70
|
-
},
|
|
71
|
-
content: {
|
|
72
|
-
type: Object,
|
|
73
|
-
required: true
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
watch: {
|
|
77
|
-
visible (rel) {
|
|
78
|
-
if (rel) {
|
|
79
|
-
this.initView()
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
methods: {
|
|
84
|
-
// 初始化组件
|
|
85
|
-
initView () {
|
|
86
|
-
this.editIndex = -1
|
|
87
|
-
},
|
|
88
|
-
toCreateQuery () {
|
|
89
|
-
this.editIndex = -1
|
|
90
|
-
this.createQueryVisible = true
|
|
91
|
-
},
|
|
92
|
-
toEditQuery (index) {
|
|
93
|
-
this.editIndex = index
|
|
94
|
-
this.createQueryVisible = true
|
|
95
|
-
},
|
|
96
|
-
toDelete (index) {
|
|
97
|
-
const _this = this
|
|
98
|
-
this.$confirm({
|
|
99
|
-
title: '您确定要删除该参数组?',
|
|
100
|
-
content: '删除的参数组无法恢复',
|
|
101
|
-
okText: '确定',
|
|
102
|
-
okType: 'danger',
|
|
103
|
-
cancelText: '取消',
|
|
104
|
-
onOk () {
|
|
105
|
-
_this.content.groups.splice(index, 1)
|
|
106
|
-
_this.$emit('saveQueryParams', _this.content)
|
|
107
|
-
}
|
|
108
|
-
})
|
|
109
|
-
},
|
|
110
|
-
onClose () {
|
|
111
|
-
this.$emit('update:visible', false)
|
|
112
|
-
},
|
|
113
|
-
// 存储查询配置信息
|
|
114
|
-
saveQueryParams (source) {
|
|
115
|
-
if (!this.content.groups) {
|
|
116
|
-
this.content.groups = []
|
|
117
|
-
}
|
|
118
|
-
if (this.editIndex !== -1) {
|
|
119
|
-
this.content.groups[this.editIndex] = source
|
|
120
|
-
} else {
|
|
121
|
-
this.content.groups.push(source)
|
|
122
|
-
}
|
|
123
|
-
this.$emit('saveQueryParams', this.content)
|
|
124
|
-
this.createQueryVisible = false
|
|
125
|
-
},
|
|
126
|
-
contentCopy () {
|
|
127
|
-
let groups
|
|
128
|
-
if (this.content.groups) {
|
|
129
|
-
groups = JSON.parse(JSON.stringify(this.content.groups))
|
|
130
|
-
} else {
|
|
131
|
-
groups = []
|
|
132
|
-
}
|
|
133
|
-
groups.push({ type: 'add' })
|
|
134
|
-
return groups
|
|
135
|
-
},
|
|
136
|
-
editItem () {
|
|
137
|
-
if (this.editIndex !== -1) {
|
|
138
|
-
return JSON.parse(JSON.stringify(this.content.groups[this.editIndex]))
|
|
139
|
-
} else {
|
|
140
|
-
return {}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
</script>
|
|
146
|
-
<style lang="less" scoped>
|
|
147
|
-
.card-avatar {
|
|
148
|
-
width: 48px;
|
|
149
|
-
height: 48px;
|
|
150
|
-
border-radius: 48px;
|
|
151
|
-
}
|
|
152
|
-
.new-btn{
|
|
153
|
-
border-radius: 2px;
|
|
154
|
-
width: 100%;
|
|
155
|
-
height: 187px;
|
|
156
|
-
}
|
|
157
|
-
.meta-content{
|
|
158
|
-
position: relative;
|
|
159
|
-
overflow: hidden;
|
|
160
|
-
text-overflow: ellipsis;
|
|
161
|
-
display: -webkit-box;
|
|
162
|
-
height: 64px;
|
|
163
|
-
-webkit-line-clamp: 3;
|
|
164
|
-
-webkit-box-orient: vertical;
|
|
165
|
-
}
|
|
166
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<a-drawer
|
|
3
|
+
:visible="visible"
|
|
4
|
+
:width="isMobile ? screenWidth : screenWidth * 0.85"
|
|
5
|
+
placement="right"
|
|
6
|
+
title="表单参数组配置"
|
|
7
|
+
@close="onClose"
|
|
8
|
+
>
|
|
9
|
+
<create-simple-form-query
|
|
10
|
+
:to-edit-json="editItem()"
|
|
11
|
+
:as-a-params-group="true"
|
|
12
|
+
:visible.sync="createQueryVisible"
|
|
13
|
+
@saveQueryParams="saveQueryParams"
|
|
14
|
+
/>
|
|
15
|
+
<a-list
|
|
16
|
+
:dataSource="contentCopy()"
|
|
17
|
+
:grid="{gutter: 24, lg: 4, md: 3, sm: 1, xs: 1}"
|
|
18
|
+
>
|
|
19
|
+
<a-list-item slot="renderItem" slot-scope="item, index">
|
|
20
|
+
<template v-if="item.type">
|
|
21
|
+
<a-button class="new-btn" type="dashed" @click="toCreateQuery">
|
|
22
|
+
<a-icon type="plus" />新增参数组
|
|
23
|
+
</a-button>
|
|
24
|
+
</template>
|
|
25
|
+
<template v-else>
|
|
26
|
+
<a-card :hoverable="true">
|
|
27
|
+
<a-card-meta >
|
|
28
|
+
<div slot="title" style="margin-bottom: 3px">{{ item.group }}</div>
|
|
29
|
+
<a-icon slot="avatar" :style="{ fontSize:'2em' }" type="tags"/>
|
|
30
|
+
<div slot="description" class="meta-content">{{ item.describe }}</div>
|
|
31
|
+
</a-card-meta>
|
|
32
|
+
<a slot="actions" @click="toEditQuery(index)">编辑</a>
|
|
33
|
+
<a slot="actions" @click="toDelete(index)">删除</a>
|
|
34
|
+
</a-card>
|
|
35
|
+
</template>
|
|
36
|
+
</a-list-item>
|
|
37
|
+
</a-list>
|
|
38
|
+
</a-drawer>
|
|
39
|
+
</template>
|
|
40
|
+
|
|
41
|
+
<script>
|
|
42
|
+
import { mapState } from 'vuex'
|
|
43
|
+
import CreateSimpleFormQuery from '../CreateSimpleFormQuery'
|
|
44
|
+
|
|
45
|
+
export default {
|
|
46
|
+
name: 'FormGroupQuery',
|
|
47
|
+
components: {
|
|
48
|
+
CreateSimpleFormQuery
|
|
49
|
+
},
|
|
50
|
+
data () {
|
|
51
|
+
return {
|
|
52
|
+
// 页面宽度
|
|
53
|
+
screenWidth: document.documentElement.clientWidth,
|
|
54
|
+
// 是否显示生成查询配置抽屉
|
|
55
|
+
createQueryVisible: false,
|
|
56
|
+
targetIndex: 0,
|
|
57
|
+
editIndex: -1
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
mounted () {
|
|
61
|
+
this.initView()
|
|
62
|
+
},
|
|
63
|
+
computed: {
|
|
64
|
+
...mapState('setting', ['isMobile'])
|
|
65
|
+
},
|
|
66
|
+
props: {
|
|
67
|
+
visible: {
|
|
68
|
+
type: Boolean,
|
|
69
|
+
default: false
|
|
70
|
+
},
|
|
71
|
+
content: {
|
|
72
|
+
type: Object,
|
|
73
|
+
required: true
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
watch: {
|
|
77
|
+
visible (rel) {
|
|
78
|
+
if (rel) {
|
|
79
|
+
this.initView()
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
methods: {
|
|
84
|
+
// 初始化组件
|
|
85
|
+
initView () {
|
|
86
|
+
this.editIndex = -1
|
|
87
|
+
},
|
|
88
|
+
toCreateQuery () {
|
|
89
|
+
this.editIndex = -1
|
|
90
|
+
this.createQueryVisible = true
|
|
91
|
+
},
|
|
92
|
+
toEditQuery (index) {
|
|
93
|
+
this.editIndex = index
|
|
94
|
+
this.createQueryVisible = true
|
|
95
|
+
},
|
|
96
|
+
toDelete (index) {
|
|
97
|
+
const _this = this
|
|
98
|
+
this.$confirm({
|
|
99
|
+
title: '您确定要删除该参数组?',
|
|
100
|
+
content: '删除的参数组无法恢复',
|
|
101
|
+
okText: '确定',
|
|
102
|
+
okType: 'danger',
|
|
103
|
+
cancelText: '取消',
|
|
104
|
+
onOk () {
|
|
105
|
+
_this.content.groups.splice(index, 1)
|
|
106
|
+
_this.$emit('saveQueryParams', _this.content)
|
|
107
|
+
}
|
|
108
|
+
})
|
|
109
|
+
},
|
|
110
|
+
onClose () {
|
|
111
|
+
this.$emit('update:visible', false)
|
|
112
|
+
},
|
|
113
|
+
// 存储查询配置信息
|
|
114
|
+
saveQueryParams (source) {
|
|
115
|
+
if (!this.content.groups) {
|
|
116
|
+
this.content.groups = []
|
|
117
|
+
}
|
|
118
|
+
if (this.editIndex !== -1) {
|
|
119
|
+
this.content.groups[this.editIndex] = source
|
|
120
|
+
} else {
|
|
121
|
+
this.content.groups.push(source)
|
|
122
|
+
}
|
|
123
|
+
this.$emit('saveQueryParams', this.content)
|
|
124
|
+
this.createQueryVisible = false
|
|
125
|
+
},
|
|
126
|
+
contentCopy () {
|
|
127
|
+
let groups
|
|
128
|
+
if (this.content.groups) {
|
|
129
|
+
groups = JSON.parse(JSON.stringify(this.content.groups))
|
|
130
|
+
} else {
|
|
131
|
+
groups = []
|
|
132
|
+
}
|
|
133
|
+
groups.push({ type: 'add' })
|
|
134
|
+
return groups
|
|
135
|
+
},
|
|
136
|
+
editItem () {
|
|
137
|
+
if (this.editIndex !== -1) {
|
|
138
|
+
return JSON.parse(JSON.stringify(this.content.groups[this.editIndex]))
|
|
139
|
+
} else {
|
|
140
|
+
return {}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
</script>
|
|
146
|
+
<style lang="less" scoped>
|
|
147
|
+
.card-avatar {
|
|
148
|
+
width: 48px;
|
|
149
|
+
height: 48px;
|
|
150
|
+
border-radius: 48px;
|
|
151
|
+
}
|
|
152
|
+
.new-btn{
|
|
153
|
+
border-radius: 2px;
|
|
154
|
+
width: 100%;
|
|
155
|
+
height: 187px;
|
|
156
|
+
}
|
|
157
|
+
.meta-content{
|
|
158
|
+
position: relative;
|
|
159
|
+
overflow: hidden;
|
|
160
|
+
text-overflow: ellipsis;
|
|
161
|
+
display: -webkit-box;
|
|
162
|
+
height: 64px;
|
|
163
|
+
-webkit-line-clamp: 3;
|
|
164
|
+
-webkit-box-orient: vertical;
|
|
165
|
+
}
|
|
166
|
+
</style>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import FormGroupQuery from './FormGroupQuery'
|
|
2
|
-
|
|
3
|
-
export default FormGroupQuery
|
|
1
|
+
import FormGroupQuery from './FormGroupQuery'
|
|
2
|
+
|
|
3
|
+
export default FormGroupQuery
|