vue2-client 1.1.0 → 1.2.0
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 +81 -81
- package/README.md +4 -2
- package/babel.config.js +14 -14
- package/docs/index.md +29 -29
- package/{src/index.js → index.js} +8 -8
- package/jest.config.js +3 -3
- package/package.json +1 -1
- package/public/index.html +27 -27
- package/src/App.vue +93 -93
- package/src/base-client/all.js +26 -26
- package/src/base-client/components/common/CreateQuery/CreateQuery.vue +4 -4
- package/src/base-client/components/common/CreateQuery/index.md +42 -42
- package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQuery.vue +3 -3
- package/src/base-client/components/common/CreateSimpleFormQuery/index.md +42 -42
- package/src/base-client/components/common/CustomColumnsDrawer/index.md +46 -46
- package/src/base-client/components/common/FormGroupEdit/FormGroupEdit.vue +3 -3
- package/src/base-client/components/common/FormGroupEdit/index.md +43 -43
- package/src/base-client/components/common/FormGroupQuery/index.md +43 -43
- package/src/base-client/components/common/XAddForm/XAddForm.vue +3 -3
- package/src/base-client/components/common/XAddForm/index.md +60 -60
- package/src/base-client/components/common/XBadge/index.md +39 -39
- package/src/base-client/components/common/XCard/index.md +43 -43
- package/src/base-client/components/common/XForm/XForm.vue +2 -2
- package/src/base-client/components/common/XForm/XFormItem.vue +1 -1
- package/src/base-client/components/common/XForm/index.md +3 -3
- package/src/base-client/components/common/XFormCol/index.md +35 -35
- package/src/base-client/components/common/XFormTable/XFormTable.vue +6 -6
- package/src/base-client/components/common/XFormTable/index.md +89 -89
- package/src/base-client/components/common/XTable/XTable.vue +3 -3
- package/src/base-client/components/common/XTable/index.md +3 -3
- package/src/base-client/components/common/XTreeOne/XTreeOne.vue +105 -105
- package/src/base-client/components/iot/CustomerDetailsView/CustomerDetailsView.vue +3 -3
- package/src/base-client/components/iot/CustomerDetailsView/index.md +41 -41
- package/src/base-client/components/iot/DataAnalysisUser/DataAnalysisUser.vue +127 -127
- package/src/base-client/components/iot/DataAnalysisViewGD/DataAnalysisViewGD.vue +5 -5
- package/src/base-client/components/iot/DeviceBrandDetailsView/DeviceBrandDetailsView.vue +3 -3
- package/src/base-client/components/iot/DeviceDetailsView/DeviceDetailsView.vue +3 -3
- package/src/base-client/components/iot/DeviceDetailsView/index.md +43 -43
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsCount.vue +1 -1
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsException.vue +57 -57
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsInstruct.vue +122 -122
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsInstructOperate.vue +4 -4
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsMain.vue +225 -225
- package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsRead.vue +135 -135
- package/src/base-client/components/iot/DeviceTypeDetailsView/DeviceTypeDetailsView.vue +3 -3
- package/src/base-client/components/iot/InstructDetailsView/InstructDetailsView.vue +5 -5
- package/src/base-client/components/iot/InstructDetailsView/index.md +45 -45
- package/src/base-client/components/iot/LogDetailsView/LogDetailsView.vue +3 -3
- package/src/base-client/components/iot/LogDetailsView/index.md +43 -43
- package/src/base-client/components/iot/MeterDetailsView/MeterDetailsView.vue +3 -3
- package/src/base-client/components/iot/MeterDetailsView/index.md +43 -43
- package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsCount.vue +1 -1
- package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsException.vue +3 -3
- package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsHandPlan.vue +3 -3
- package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsInstruct.vue +4 -4
- package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsMain.vue +3 -3
- package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsSellGas.vue +3 -3
- package/src/base-client/components/iot/WebmeterAnalysisView/WebmeterAnalysisView.vue +4 -4
- package/src/base-client/components/iot/WebmeterAnalysisView/index.md +48 -48
- package/src/base-client/components/system/DictionaryDetailsView/DictionaryDetailsView.vue +4 -4
- package/src/base-client/components/system/DictionaryDetailsView/index.md +41 -41
- package/src/base-client/components/system/QueryParamsDetailsView/QueryParamsDetailsView.vue +3 -3
- package/src/base-client/components/ticket/EmployeeDetailsView/EmployeeDetailsView.vue +5 -5
- package/src/base-client/components/ticket/TicketDetailsView/TicketDetailsView.vue +5 -5
- package/src/base-client/components/ticket/TicketDetailsView/part/TicketDetailsFlow.vue +3 -3
- package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +6 -6
- package/src/base-client/plugins/AppData.js +3 -3
- package/src/base-client/plugins/GetLoginInfoService.js +2 -2
- package/src/base-client/plugins/index.js +4 -4
- package/src/bootstrap.js +4 -4
- package/src/components/Ellipsis/Ellipsis.vue +64 -64
- package/src/components/Ellipsis/index.md +38 -38
- package/src/components/NumberInfo/index.md +43 -43
- package/src/components/STable/README.md +341 -341
- package/src/components/Trend/index.md +45 -45
- package/src/components/cache/AKeepAlive.js +172 -172
- package/src/components/checkbox/index.js +7 -7
- package/src/components/index.js +36 -36
- package/src/components/menu/menu.js +273 -273
- package/src/components/setting/Setting.vue +237 -237
- package/src/components/table/advance/AdvanceTable.vue +275 -275
- package/src/components/transition/PageToggleTransition.vue +97 -97
- package/src/config/default/setting.config.js +33 -33
- package/src/layouts/CommonLayout.vue +42 -42
- package/src/layouts/ComponentLayoutOne.vue +47 -47
- package/src/layouts/PageLayout.vue +151 -151
- package/src/layouts/SinglePageView.vue +74 -74
- package/src/layouts/header/AdminHeader.vue +109 -109
- package/src/layouts/header/HeaderAvatar.vue +60 -60
- package/src/layouts/header/HeaderNotice.vue +1 -1
- package/src/layouts/tabs/TabsHead.vue +190 -190
- package/src/layouts/tabs/TabsView.vue +355 -355
- package/src/main.js +2 -2
- package/src/mock/common/reportData.js +20 -20
- package/src/mock/goods/index.js +108 -108
- package/src/mock/index.js +12 -12
- package/src/mock/project/index.js +17 -17
- package/src/mock/user/current.js +13 -13
- package/src/mock/user/login.js +39 -39
- package/src/mock/user/routes.js +61 -61
- package/src/mock/workplace/index.js +15 -15
- package/src/pages/exception/403.vue +2 -2
- package/src/pages/exception/404.vue +2 -2
- package/src/pages/exception/500.vue +2 -2
- package/src/pages/login/Login.vue +8 -8
- package/src/pages/report/ReportTable.js +125 -125
- package/src/pages/report/ReportTableHome.vue +2 -2
- package/src/pages/resourceManage/resourceManageMain.vue +1 -1
- package/src/pages/system/applyInstallView/Core.vue +570 -570
- package/src/pages/system/applyInstallView/index.vue +34 -34
- package/src/pages/system/dictionary/index.vue +41 -41
- package/src/pages/system/queryParams/index.vue +41 -41
- package/src/router/async/config.async.js +25 -25
- package/src/router/async/router.map.js +13 -13
- package/src/router/guards.js +104 -104
- package/src/router/index.js +2 -2
- package/src/services/api/common.js +1 -1
- package/src/services/api/restTools.js +1 -1
- package/src/services/dataSource.js +12 -12
- package/src/services/user.js +34 -34
- package/src/store/index.js +5 -5
- package/src/store/modules/setting.js +114 -114
- package/src/theme/index.less +5 -5
- package/src/theme/reportTable.less +58 -58
- package/src/utils/i18n.js +80 -80
- package/src/utils/indexedDB.js +1 -1
- package/src/utils/request.js +1 -1
- package/src/utils/routerUtil.js +3 -3
- package/tests/unit/ReportTable.spec.js +2 -2
- package/vue.config.js +1 -0
- package/webpack.config.js +1 -1
- package/src/router/config.js +0 -23
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
</template>
|
|
31
31
|
<script>
|
|
32
32
|
|
|
33
|
-
import { STable } from '
|
|
34
|
-
import { post } from '
|
|
35
|
-
import { MeterDetailsViewApi } from '
|
|
33
|
+
import { STable } from '@vue2-client/components'
|
|
34
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
35
|
+
import { MeterDetailsViewApi } from '@vue2-client/services/api/MeterDetailsViewApi'
|
|
36
36
|
|
|
37
37
|
const columns = [
|
|
38
38
|
{
|
|
@@ -236,12 +236,12 @@ import {
|
|
|
236
236
|
Trend,
|
|
237
237
|
NumberInfo,
|
|
238
238
|
MiniSmoothArea
|
|
239
|
-
} from '
|
|
240
|
-
import { formatDate } from '
|
|
239
|
+
} from '@vue2-client/components'
|
|
240
|
+
import { formatDate } from '@vue2-client/utils/util'
|
|
241
241
|
import { Line } from '@antv/g2plot'
|
|
242
242
|
import { mapState } from 'vuex'
|
|
243
|
-
import { post } from '
|
|
244
|
-
import { WebmeterAnalysisViewApi } from '
|
|
243
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
244
|
+
import { WebmeterAnalysisViewApi } from '@vue2-client/services/api/WebmeterAnalysisViewApi'
|
|
245
245
|
|
|
246
246
|
const barData = []
|
|
247
247
|
const barData2 = []
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
# WebmeterAnalysisView 物联网表综合分析页
|
|
2
|
-
|
|
3
|
-
提供一个可以对物联网表模块综合分析,展示图表,排行等汇总数据界面的抽屉实现
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 何时使用
|
|
8
|
-
|
|
9
|
-
允许用户查看物联网表模块整体的综合分析图表,排行等汇总数据。
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
引用方式:
|
|
14
|
-
|
|
15
|
-
```javascript
|
|
16
|
-
import WebmeterAnalysisView from '
|
|
17
|
-
|
|
18
|
-
export default {
|
|
19
|
-
components: {
|
|
20
|
-
WebmeterAnalysisView
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
## 代码演示
|
|
28
|
-
|
|
29
|
-
```html
|
|
30
|
-
<webmeter-analysis-view
|
|
31
|
-
:visible.sync="detailVisible"
|
|
32
|
-
:select-org-name="selectOrgName"
|
|
33
|
-
:webmeter-url="selectUrl"
|
|
34
|
-
:system-version="selectSystemVersion"
|
|
35
|
-
:data-source="selectDataSource"
|
|
36
|
-
v-if="selectUrl"
|
|
37
|
-
/>
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
## API
|
|
41
|
-
|
|
42
|
-
| 参数 | 说明 | 类型 | 默认值 |
|
|
43
|
-
|---------------|-----------|---------|-------|
|
|
44
|
-
| visible | 是否显示 | Boolean | false |
|
|
45
|
-
| selectOrgName | 燃气公司客户名 | String | null |
|
|
46
|
-
| webmeterUrl | 物联网表服务名 | String | null |
|
|
47
|
-
| systemVersion | 系统所属版本 | String | null |
|
|
48
|
-
| dataSource | 系统所属数据库版本 | String | null |
|
|
1
|
+
# WebmeterAnalysisView 物联网表综合分析页
|
|
2
|
+
|
|
3
|
+
提供一个可以对物联网表模块综合分析,展示图表,排行等汇总数据界面的抽屉实现
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## 何时使用
|
|
8
|
+
|
|
9
|
+
允许用户查看物联网表模块整体的综合分析图表,排行等汇总数据。
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
引用方式:
|
|
14
|
+
|
|
15
|
+
```javascript
|
|
16
|
+
import WebmeterAnalysisView from '@vue2-client/base-client/components/WebmeterAnalysisView'
|
|
17
|
+
|
|
18
|
+
export default {
|
|
19
|
+
components: {
|
|
20
|
+
WebmeterAnalysisView
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 代码演示
|
|
28
|
+
|
|
29
|
+
```html
|
|
30
|
+
<webmeter-analysis-view
|
|
31
|
+
:visible.sync="detailVisible"
|
|
32
|
+
:select-org-name="selectOrgName"
|
|
33
|
+
:webmeter-url="selectUrl"
|
|
34
|
+
:system-version="selectSystemVersion"
|
|
35
|
+
:data-source="selectDataSource"
|
|
36
|
+
v-if="selectUrl"
|
|
37
|
+
/>
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## API
|
|
41
|
+
|
|
42
|
+
| 参数 | 说明 | 类型 | 默认值 |
|
|
43
|
+
|---------------|-----------|---------|-------|
|
|
44
|
+
| visible | 是否显示 | Boolean | false |
|
|
45
|
+
| selectOrgName | 燃气公司客户名 | String | null |
|
|
46
|
+
| webmeterUrl | 物联网表服务名 | String | null |
|
|
47
|
+
| systemVersion | 系统所属版本 | String | null |
|
|
48
|
+
| dataSource | 系统所属数据库版本 | String | null |
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
</template>
|
|
58
58
|
|
|
59
59
|
<script>
|
|
60
|
-
import { DictionaryDetailsViewApi } from '
|
|
61
|
-
import { post } from '
|
|
60
|
+
import { DictionaryDetailsViewApi } from '@vue2-client/services/api/DictionaryDetailsViewApi'
|
|
61
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
62
62
|
import { mapState } from 'vuex'
|
|
63
|
-
import { formatDate } from '
|
|
64
|
-
import XFormTable from '
|
|
63
|
+
import { formatDate } from '@vue2-client/utils/util'
|
|
64
|
+
import XFormTable from '@vue2-client/base-client/components/common/XFormTable/XFormTable'
|
|
65
65
|
|
|
66
66
|
export default {
|
|
67
67
|
name: 'DictionaryDetailsView',
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
# DictionaryDetailsView 字典详情页
|
|
2
|
-
|
|
3
|
-
提供一个可以对单个字典项进行一系列通用业务操作的抽屉实现
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 何时使用
|
|
8
|
-
|
|
9
|
-
允许用户对单个字典项进行一系列通用业务操作,常用于作为字典详情页的通用实现。
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
引用方式:
|
|
14
|
-
|
|
15
|
-
```javascript
|
|
16
|
-
import DictionaryDetailsView from '
|
|
17
|
-
|
|
18
|
-
export default {
|
|
19
|
-
components: {
|
|
20
|
-
DictionaryDetailsView
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
## 代码演示
|
|
28
|
-
|
|
29
|
-
```html
|
|
30
|
-
<dictionary-details-view
|
|
31
|
-
:visible.sync="detailVisible"
|
|
32
|
-
:id="selectId"
|
|
33
|
-
v-if="selectId" />
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## API
|
|
37
|
-
|
|
38
|
-
| 参数 | 说明 | 类型 | 默认值 |
|
|
39
|
-
|---------|------|---------|-------|
|
|
40
|
-
| visible | 是否显示 | Boolean | false |
|
|
41
|
-
| id | ID | String | null |
|
|
1
|
+
# DictionaryDetailsView 字典详情页
|
|
2
|
+
|
|
3
|
+
提供一个可以对单个字典项进行一系列通用业务操作的抽屉实现
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## 何时使用
|
|
8
|
+
|
|
9
|
+
允许用户对单个字典项进行一系列通用业务操作,常用于作为字典详情页的通用实现。
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
引用方式:
|
|
14
|
+
|
|
15
|
+
```javascript
|
|
16
|
+
import DictionaryDetailsView from '@vue2-client/base-client/components/DictionaryDetailsView'
|
|
17
|
+
|
|
18
|
+
export default {
|
|
19
|
+
components: {
|
|
20
|
+
DictionaryDetailsView
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 代码演示
|
|
28
|
+
|
|
29
|
+
```html
|
|
30
|
+
<dictionary-details-view
|
|
31
|
+
:visible.sync="detailVisible"
|
|
32
|
+
:id="selectId"
|
|
33
|
+
v-if="selectId" />
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## API
|
|
37
|
+
|
|
38
|
+
| 参数 | 说明 | 类型 | 默认值 |
|
|
39
|
+
|---------|------|---------|-------|
|
|
40
|
+
| visible | 是否显示 | Boolean | false |
|
|
41
|
+
| id | ID | String | null |
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
<script>
|
|
59
59
|
import JsonViewer from 'vue-json-viewer'
|
|
60
60
|
import { mapState, mapGetters } from 'vuex'
|
|
61
|
-
import { post } from '
|
|
62
|
-
import XFormTable from '
|
|
63
|
-
import { QueryParamsDetailsViewApi } from '
|
|
61
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
62
|
+
import XFormTable from '@vue2-client/base-client/components/common/XFormTable/XFormTable'
|
|
63
|
+
import { QueryParamsDetailsViewApi } from '@vue2-client/services/api/QueryParamsDetailsViewApi'
|
|
64
64
|
|
|
65
65
|
export default {
|
|
66
66
|
name: 'DeviceTypeDetailsView',
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
|
|
70
70
|
<script>
|
|
71
71
|
import JsonViewer from 'vue-json-viewer'
|
|
72
|
-
import { formatDate } from '
|
|
73
|
-
import { EmployeeDetailsViewApi } from '
|
|
74
|
-
import { post } from '
|
|
75
|
-
import XTable from '
|
|
72
|
+
import { formatDate } from '@vue2-client/utils/util'
|
|
73
|
+
import { EmployeeDetailsViewApi } from '@vue2-client/services/api/EmployeeDetailsViewApi'
|
|
74
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
75
|
+
import XTable from '@vue2-client/base-client/components/common/XTable/XTable'
|
|
76
76
|
import { mapState } from 'vuex'
|
|
77
77
|
import {
|
|
78
78
|
ChartCard,
|
|
@@ -84,7 +84,7 @@ import {
|
|
|
84
84
|
Trend,
|
|
85
85
|
NumberInfo,
|
|
86
86
|
MiniSmoothArea
|
|
87
|
-
} from '
|
|
87
|
+
} from '@vue2-client/components'
|
|
88
88
|
|
|
89
89
|
export default {
|
|
90
90
|
name: 'EmployeeDetailsView',
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
|
|
115
115
|
<script>
|
|
116
116
|
import JsonViewer from 'vue-json-viewer'
|
|
117
|
-
import { formatDate } from '
|
|
118
|
-
import { TicketDetailsViewApi } from '
|
|
119
|
-
import { EmployeeDetailsViewApi } from '
|
|
120
|
-
import { post } from '
|
|
121
|
-
import XTable from '
|
|
117
|
+
import { formatDate } from '@vue2-client/utils/util'
|
|
118
|
+
import { TicketDetailsViewApi } from '@vue2-client/services/api/TicketDetailsViewApi'
|
|
119
|
+
import { EmployeeDetailsViewApi } from '@vue2-client/services/api/EmployeeDetailsViewApi'
|
|
120
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
121
|
+
import XTable from '@vue2-client/base-client/components/common/XTable/XTable'
|
|
122
122
|
import { mapState } from 'vuex'
|
|
123
123
|
import TicketDetailsFlow from './part/TicketDetailsFlow'
|
|
124
124
|
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
</div>
|
|
25
25
|
</template>
|
|
26
26
|
<script>
|
|
27
|
-
import { formatDate } from '
|
|
27
|
+
import { formatDate } from '@vue2-client/utils/util'
|
|
28
28
|
import { mapState } from 'vuex'
|
|
29
|
-
import { TicketDetailsViewApi } from '
|
|
30
|
-
import { post } from '
|
|
29
|
+
import { TicketDetailsViewApi } from '@vue2-client/services/api/TicketDetailsViewApi'
|
|
30
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
31
31
|
|
|
32
32
|
export default {
|
|
33
33
|
name: 'TicketDetailsFlow',
|
package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue
CHANGED
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
</template>
|
|
58
58
|
|
|
59
59
|
<script>
|
|
60
|
-
import Result from '
|
|
61
|
-
import DetailList from '
|
|
62
|
-
import AStepItem from '
|
|
63
|
-
import { TicketDetailsViewApi } from '
|
|
64
|
-
import { post } from '
|
|
60
|
+
import Result from '@vue2-client/components/result/Result'
|
|
61
|
+
import DetailList from '@vue2-client/components/tool/DetailList'
|
|
62
|
+
import AStepItem from '@vue2-client/components/tool/AStepItem'
|
|
63
|
+
import { TicketDetailsViewApi } from '@vue2-client/services/api/TicketDetailsViewApi'
|
|
64
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
65
65
|
import { mapState } from 'vuex'
|
|
66
|
-
import { formatDate } from '
|
|
66
|
+
import { formatDate } from '@vue2-client/utils/util'
|
|
67
67
|
|
|
68
68
|
const AStepItemGroup = AStepItem.Group
|
|
69
69
|
const DetailListItem = DetailList.Item
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { post } from '
|
|
2
|
-
import { manageApi } from '
|
|
3
|
-
import { commonApi } from '
|
|
1
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
2
|
+
import { manageApi } from '@vue2-client/services/api/manage'
|
|
3
|
+
import { commonApi } from '@vue2-client/services/api/common'
|
|
4
4
|
|
|
5
5
|
const GetAppDataService = {
|
|
6
6
|
install (Vue) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Vue from 'vue'
|
|
2
|
-
import { SEARCH } from '
|
|
3
|
-
import { post } from '
|
|
2
|
+
import { SEARCH } from '@vue2-client/services/api'
|
|
3
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
4
4
|
|
|
5
5
|
const loginGen = async function (response) {
|
|
6
6
|
Vue.$login.f = response
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import GetLoginInfoService from '
|
|
2
|
-
import GetAppDataService from '
|
|
3
|
-
import getConfig from '
|
|
4
|
-
import moment from '
|
|
1
|
+
import GetLoginInfoService from '@vue2-client/base-client/plugins/GetLoginInfoService'
|
|
2
|
+
import GetAppDataService from '@vue2-client/base-client/plugins/AppData'
|
|
3
|
+
import getConfig from '@vue2-client/base-client/plugins/Config'
|
|
4
|
+
import moment from '@vue2-client/base-client/plugins/moment'
|
|
5
5
|
|
|
6
6
|
import VueI18nPlugin from './i18n-extend'
|
|
7
7
|
import AuthorityPlugin from './authority-plugin'
|
package/src/bootstrap.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import Vue from 'vue'
|
|
2
|
-
import { loadRoutes, loadGuards, setAppOptions } from '
|
|
3
|
-
import { loadInterceptors } from '
|
|
4
|
-
import guards from '
|
|
5
|
-
import interceptors from '
|
|
2
|
+
import { loadRoutes, loadGuards, setAppOptions } from '@vue2-client/utils/routerUtil'
|
|
3
|
+
import { loadInterceptors } from '@vue2-client/utils/request'
|
|
4
|
+
import guards from '@vue2-client/router/guards'
|
|
5
|
+
import interceptors from '@vue2-client/utils/axios-interceptors'
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* 启动引导方法
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
import Tooltip from 'ant-design-vue/es/tooltip'
|
|
3
|
-
import { cutStrByFullLength, getStrFullLength } from '
|
|
4
|
-
/*
|
|
5
|
-
const isSupportLineClamp = document.body.style.webkitLineClamp !== undefined;
|
|
6
|
-
|
|
7
|
-
const TooltipOverlayStyle = {
|
|
8
|
-
overflowWrap: 'break-word',
|
|
9
|
-
wordWrap: 'break-word',
|
|
10
|
-
};
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
export default {
|
|
14
|
-
name: 'Ellipsis',
|
|
15
|
-
components: {
|
|
16
|
-
Tooltip
|
|
17
|
-
},
|
|
18
|
-
props: {
|
|
19
|
-
prefixCls: {
|
|
20
|
-
type: String,
|
|
21
|
-
default: 'ant-pro-ellipsis'
|
|
22
|
-
},
|
|
23
|
-
tooltip: {
|
|
24
|
-
type: Boolean
|
|
25
|
-
},
|
|
26
|
-
length: {
|
|
27
|
-
type: Number,
|
|
28
|
-
required: true
|
|
29
|
-
},
|
|
30
|
-
lines: {
|
|
31
|
-
type: Number,
|
|
32
|
-
default: 1
|
|
33
|
-
},
|
|
34
|
-
fullWidthRecognition: {
|
|
35
|
-
type: Boolean,
|
|
36
|
-
default: false
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
methods: {
|
|
40
|
-
getStrDom (str, fullLength) {
|
|
41
|
-
return (
|
|
42
|
-
<span>{ cutStrByFullLength(str, this.length) + (fullLength > this.length ? '...' : '') }</span>
|
|
43
|
-
)
|
|
44
|
-
},
|
|
45
|
-
getTooltip (fullStr, fullLength) {
|
|
46
|
-
return (
|
|
47
|
-
<Tooltip>
|
|
48
|
-
<template slot="title">{ fullStr }</template>
|
|
49
|
-
{ this.getStrDom(fullStr, fullLength) }
|
|
50
|
-
</Tooltip>
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
render () {
|
|
55
|
-
const { tooltip, length } = this.$props
|
|
56
|
-
const str = this.$slots.default.map(vNode => vNode.text).join('')
|
|
57
|
-
const fullLength = getStrFullLength(str)
|
|
58
|
-
const strDom = tooltip && fullLength > length ? this.getTooltip(str, fullLength) : this.getStrDom(str, fullLength)
|
|
59
|
-
return (
|
|
60
|
-
strDom
|
|
61
|
-
)
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
</script>
|
|
1
|
+
<script>
|
|
2
|
+
import Tooltip from 'ant-design-vue/es/tooltip'
|
|
3
|
+
import { cutStrByFullLength, getStrFullLength } from '@vue2-client/components/_util/util'
|
|
4
|
+
/*
|
|
5
|
+
const isSupportLineClamp = document.body.style.webkitLineClamp !== undefined;
|
|
6
|
+
|
|
7
|
+
const TooltipOverlayStyle = {
|
|
8
|
+
overflowWrap: 'break-word',
|
|
9
|
+
wordWrap: 'break-word',
|
|
10
|
+
};
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
export default {
|
|
14
|
+
name: 'Ellipsis',
|
|
15
|
+
components: {
|
|
16
|
+
Tooltip
|
|
17
|
+
},
|
|
18
|
+
props: {
|
|
19
|
+
prefixCls: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: 'ant-pro-ellipsis'
|
|
22
|
+
},
|
|
23
|
+
tooltip: {
|
|
24
|
+
type: Boolean
|
|
25
|
+
},
|
|
26
|
+
length: {
|
|
27
|
+
type: Number,
|
|
28
|
+
required: true
|
|
29
|
+
},
|
|
30
|
+
lines: {
|
|
31
|
+
type: Number,
|
|
32
|
+
default: 1
|
|
33
|
+
},
|
|
34
|
+
fullWidthRecognition: {
|
|
35
|
+
type: Boolean,
|
|
36
|
+
default: false
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
methods: {
|
|
40
|
+
getStrDom (str, fullLength) {
|
|
41
|
+
return (
|
|
42
|
+
<span>{ cutStrByFullLength(str, this.length) + (fullLength > this.length ? '...' : '') }</span>
|
|
43
|
+
)
|
|
44
|
+
},
|
|
45
|
+
getTooltip (fullStr, fullLength) {
|
|
46
|
+
return (
|
|
47
|
+
<Tooltip>
|
|
48
|
+
<template slot="title">{ fullStr }</template>
|
|
49
|
+
{ this.getStrDom(fullStr, fullLength) }
|
|
50
|
+
</Tooltip>
|
|
51
|
+
)
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
render () {
|
|
55
|
+
const { tooltip, length } = this.$props
|
|
56
|
+
const str = this.$slots.default.map(vNode => vNode.text).join('')
|
|
57
|
+
const fullLength = getStrFullLength(str)
|
|
58
|
+
const strDom = tooltip && fullLength > length ? this.getTooltip(str, fullLength) : this.getStrDom(str, fullLength)
|
|
59
|
+
return (
|
|
60
|
+
strDom
|
|
61
|
+
)
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
</script>
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
# Ellipsis 文本自动省略号
|
|
2
|
-
|
|
3
|
-
文本过长自动处理省略号,支持按照文本长度和最大行数两种方式截取。
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
引用方式:
|
|
8
|
-
|
|
9
|
-
```javascript
|
|
10
|
-
import Ellipsis from '
|
|
11
|
-
|
|
12
|
-
export default {
|
|
13
|
-
components: {
|
|
14
|
-
Ellipsis
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## 代码演示 [demo](https://pro.loacg.com/test/home)
|
|
22
|
-
|
|
23
|
-
```html
|
|
24
|
-
<ellipsis :length="100" tooltip>
|
|
25
|
-
There were injuries alleged in three cases in 2015, and a
|
|
26
|
-
fourth incident in September, according to the safety recall report. After meeting with US regulators in October, the firm decided to issue a voluntary recall.
|
|
27
|
-
</ellipsis>
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
## API
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
参数 | 说明 | 类型 | 默认值
|
|
36
|
-
----|------|-----|------
|
|
37
|
-
tooltip | 移动到文本展示完整内容的提示 | boolean | -
|
|
38
|
-
length | 在按照长度截取下的文本最大字符数,超过则截取省略 | number | -
|
|
1
|
+
# Ellipsis 文本自动省略号
|
|
2
|
+
|
|
3
|
+
文本过长自动处理省略号,支持按照文本长度和最大行数两种方式截取。
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
引用方式:
|
|
8
|
+
|
|
9
|
+
```javascript
|
|
10
|
+
import Ellipsis from '@vue2-client/components/Ellipsis'
|
|
11
|
+
|
|
12
|
+
export default {
|
|
13
|
+
components: {
|
|
14
|
+
Ellipsis
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## 代码演示 [demo](https://pro.loacg.com/test/home)
|
|
22
|
+
|
|
23
|
+
```html
|
|
24
|
+
<ellipsis :length="100" tooltip>
|
|
25
|
+
There were injuries alleged in three cases in 2015, and a
|
|
26
|
+
fourth incident in September, according to the safety recall report. After meeting with US regulators in October, the firm decided to issue a voluntary recall.
|
|
27
|
+
</ellipsis>
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## API
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
参数 | 说明 | 类型 | 默认值
|
|
36
|
+
----|------|-----|------
|
|
37
|
+
tooltip | 移动到文本展示完整内容的提示 | boolean | -
|
|
38
|
+
length | 在按照长度截取下的文本最大字符数,超过则截取省略 | number | -
|