Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
96 changed files
with
47 additions
and
85 deletions
1 | import dialogBox from '@/components/DialogBox/dialogBox.vue' | 1 | import dialogBox from '@/components/DialogBox' |
2 | import LbTable from '@/components/LbTable/lb-table.vue' | 2 | import LbTable from '@/components/LbTable' |
3 | import Theme from '@/components/Theme/theme.vue' | 3 | import Theme from '@/components/Theme.vue' |
4 | // 引入按钮 | 4 | // 引入按钮 |
5 | import btn from '@/components/Button/src/button' | 5 | import btn from '@/components/Button.vue' |
6 | import Popup from '@/components/Popup/index' | 6 | import Popup from '@/components/Popup/index' |
7 | import MessageBox from '@/components/MessageBox/index.js' | 7 | import MessageBox from '@/components/MessageBox/index.js' |
8 | export default { | 8 | export default { | ... | ... |
... | @@ -90,7 +90,7 @@ | ... | @@ -90,7 +90,7 @@ |
90 | import djfDjSqr from "@/api/djfDjSqr"; | 90 | import djfDjSqr from "@/api/djfDjSqr"; |
91 | import djfDjDb from "@/api/djfDjDb" | 91 | import djfDjDb from "@/api/djfDjDb" |
92 | import ruleMixin from "@/mixins/ruleMixin.js"; | 92 | import ruleMixin from "@/mixins/ruleMixin.js"; |
93 | import treeSelect from "@/components/treeSelect/index.vue"; | 93 | import treeSelect from '@/components/TreeSelect.vue' |
94 | export default { | 94 | export default { |
95 | mixins: [ruleMixin], | 95 | mixins: [ruleMixin], |
96 | props: { | 96 | props: { | ... | ... |
... | @@ -186,7 +186,7 @@ | ... | @@ -186,7 +186,7 @@ |
186 | // 发证信息 | 186 | // 发证信息 |
187 | import djfDjFz from '@/api/djfDjFz' | 187 | import djfDjFz from '@/api/djfDjFz' |
188 | import ruleMixin from '@/mixins/ruleMixin.js' | 188 | import ruleMixin from '@/mixins/ruleMixin.js' |
189 | import treeSelect from '@/components/treeSelect/index.vue' | 189 | import treeSelect from '@/components/TreeSelect.vue' |
190 | export default { | 190 | export default { |
191 | mixins: [ruleMixin], | 191 | mixins: [ruleMixin], |
192 | props: { | 192 | props: { | ... | ... |
... | @@ -311,7 +311,7 @@ | ... | @@ -311,7 +311,7 @@ |
311 | // 申请人属性信息 | 311 | // 申请人属性信息 |
312 | import djfDjSqr from "@/api/djfDjSqr"; | 312 | import djfDjSqr from "@/api/djfDjSqr"; |
313 | import ruleMixin from "@/mixins/ruleMixin.js"; | 313 | import ruleMixin from "@/mixins/ruleMixin.js"; |
314 | import treeSelect from "@/components/treeSelect/index.vue"; | 314 | import treeSelect from '@/components/TreeSelect.vue' |
315 | export default { | 315 | export default { |
316 | mixins: [ruleMixin], | 316 | mixins: [ruleMixin], |
317 | props: { | 317 | props: { | ... | ... |
... | @@ -435,7 +435,7 @@ | ... | @@ -435,7 +435,7 @@ |
435 | // 宗地基本信息 | 435 | // 宗地基本信息 |
436 | import kttZdjbxx from '@/api/kttZdjbxx' | 436 | import kttZdjbxx from '@/api/kttZdjbxx' |
437 | import ruleMixin from '@/mixins/ruleMixin.js' | 437 | import ruleMixin from '@/mixins/ruleMixin.js' |
438 | import treeSelect from '@/components/treeSelect/index.vue' | 438 | import treeSelect from '@/components/TreeSelect.vue' |
439 | export default { | 439 | export default { |
440 | mixins: [ruleMixin], | 440 | mixins: [ruleMixin], |
441 | components: { | 441 | components: { | ... | ... |
... | @@ -321,7 +321,7 @@ | ... | @@ -321,7 +321,7 @@ |
321 | <script> | 321 | <script> |
322 | import zttGyQlr from '@/api/zttGyQlr' | 322 | import zttGyQlr from '@/api/zttGyQlr' |
323 | import ruleMixin from '@/mixins/ruleMixin.js' | 323 | import ruleMixin from '@/mixins/ruleMixin.js' |
324 | import treeSelect from '../treeSelect/index.vue' | 324 | import treeSelect from '@/components/TreeSelect.vue' |
325 | // 权利人 | 325 | // 权利人 |
326 | export default { | 326 | export default { |
327 | mixins: [ruleMixin], | 327 | mixins: [ruleMixin], | ... | ... |
... | @@ -28,16 +28,16 @@ export default { | ... | @@ -28,16 +28,16 @@ export default { |
28 | } | 28 | } |
29 | 29 | ||
30 | .cx { | 30 | .cx { |
31 | background: url('../../../image/btn.png') no-repeat -4px -40px; | 31 | background: url('../image/btn.png') no-repeat -4px -40px; |
32 | cursor: pointer; | 32 | cursor: pointer; |
33 | } | 33 | } |
34 | 34 | ||
35 | .cz { | 35 | .cz { |
36 | background: url('../../../image/btn.png') no-repeat -4px -4px; | 36 | background: url('../image/btn.png') no-repeat -4px -4px; |
37 | cursor: pointer; | 37 | cursor: pointer; |
38 | } | 38 | } |
39 | 39 | ||
40 | .sb { | 40 | .sb { |
41 | background: url('../../../image/btn.png') no-repeat -4px -112px; | 41 | background: url('../image/btn.png') no-repeat -4px -112px; |
42 | } | 42 | } |
43 | </style> | 43 | </style> | ... | ... |
File moved
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | </template> | 10 | </template> |
11 | 11 | ||
12 | <script> | 12 | <script> |
13 | import Chart from "./chart.vue"; | 13 | import Chart from "./Chart"; |
14 | import work from "@/api/work"; | 14 | import work from "@/api/work"; |
15 | export default { | 15 | export default { |
16 | data () { | 16 | data () { | ... | ... |
... | @@ -116,8 +116,8 @@ | ... | @@ -116,8 +116,8 @@ |
116 | 116 | ||
117 | <script> | 117 | <script> |
118 | import { mapGetters } from "vuex"; | 118 | import { mapGetters } from "vuex"; |
119 | import JsonEditor from "@/components/JsonEditor/index"; | 119 | import JsonEditor from "@/components/JsonEditor.vue"; |
120 | import Xyjg from "./result"; | 120 | import Xyjg from "./Result"; |
121 | import { getDetail, getXml } from "@/api/dataReport.js"; | 121 | import { getDetail, getXml } from "@/api/dataReport.js"; |
122 | import { MessageBox } from "element-ui"; | 122 | import { MessageBox } from "element-ui"; |
123 | export default { | 123 | export default { |
... | @@ -206,7 +206,7 @@ export default { | ... | @@ -206,7 +206,7 @@ export default { |
206 | }, | 206 | }, |
207 | loadView (view) { | 207 | loadView (view) { |
208 | return (r) => | 208 | return (r) => |
209 | require.ensure([], () => r(require(`@/components/business/${view}`))); | 209 | require.ensure([], () => r(require(`@/components/Business/${view}`))); |
210 | }, | 210 | }, |
211 | closeDialog () { | 211 | closeDialog () { |
212 | this.dialogVisible = false; | 212 | this.dialogVisible = false; | ... | ... |
... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
39 | </template> | 39 | </template> |
40 | 40 | ||
41 | <script> | 41 | <script> |
42 | import LbRender from './lb-render' | 42 | import LbRender from './LbRender' |
43 | import forced from './forced.js' | 43 | import forced from './forced.js' |
44 | export default { | 44 | export default { |
45 | name: 'LbColumn', | 45 | name: 'LbColumn', | ... | ... |
1 | <template> | ||
2 | <div> | ||
3 | <el-table :data="data" border v-loading="loading" v-bind="$attrs" v-on="$listeners"> | ||
4 | <lb-column v-bind="$attrs" v-for="(item, index) in column" :key="index" :column="item"> | ||
5 | </lb-column> | ||
6 | </el-table> | ||
7 | <el-pagination class="lb-table-pagination" v-if="pagination" :page-sizes="[10, 20, 50, 100]" | ||
8 | layout="total, prev, pager, next, jumper" :style="{ | ||
9 | 'margin-top': '16px', | ||
10 | 'text-align': 'right', | ||
11 | }" v-bind="$attrs" v-on="$listeners" :pager-count="6" @current-change="paginationCurrentChange"> | ||
12 | </el-pagination> | ||
13 | </div> | ||
14 | </template> | ||
15 | |||
16 | <script> | ||
17 | import LbColumn from "@/components/LbTable/lb-column"; | ||
18 | |||
19 | export default { | ||
20 | components: { LbColumn }, | ||
21 | props: { | ||
22 | data: Array, | ||
23 | column: Array, | ||
24 | pagination: { | ||
25 | type: Boolean, | ||
26 | default: true, | ||
27 | }, | ||
28 | }, | ||
29 | methods: { | ||
30 | paginationCurrentChange (val) { | ||
31 | this.$emit("current-change", val); | ||
32 | }, | ||
33 | }, | ||
34 | }; | ||
35 | </script> | ||
36 | <style rel="stylesheet/less" lang="less" scoped> | ||
37 | |||
38 | </style> |
1 | import Vue from 'vue' | 1 | import Vue from 'vue' |
2 | import SvgIcon from '@/components/SvgIcon'// svg component | 2 | import SvgIcon from '@/components/SvgIcon.vue'// svg component |
3 | 3 | ||
4 | // register globally | 4 | // register globally |
5 | Vue.component('svg-icon', SvgIcon) | 5 | Vue.component('svg-icon', SvgIcon) | ... | ... |
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | </section> | 7 | </section> |
8 | </template> | 8 | </template> |
9 | <script> | 9 | <script> |
10 | import Breadcrumb from "@/components/Breadcrumb/index"; | 10 | import Breadcrumb from "@/components/Breadcrumb.vue"; |
11 | export default { | 11 | export default { |
12 | name: 'AppMain', | 12 | name: 'AppMain', |
13 | components: { | 13 | components: { | ... | ... |
... | @@ -4,7 +4,7 @@ import 'normalize.css/normalize.css' // a modern alternative to CSS resets | ... | @@ -4,7 +4,7 @@ import 'normalize.css/normalize.css' // a modern alternative to CSS resets |
4 | import Element from 'element-ui' | 4 | import Element from 'element-ui' |
5 | import '@/styles/element-variables.scss' | 5 | import '@/styles/element-variables.scss' |
6 | import '@/styles/index.scss' | 6 | import '@/styles/index.scss' |
7 | import Base from '@/components/Base/base' // 全局组件引入 | 7 | import Base from './base' // 全局组件引入 |
8 | import mixin from '@/utils/mixin/theme.js' | 8 | import mixin from '@/utils/mixin/theme.js' |
9 | import dataV from '@jiaminghi/data-view'; | 9 | import dataV from '@jiaminghi/data-view'; |
10 | import echarts from "echarts" | 10 | import echarts from "echarts" | ... | ... |
... | @@ -80,7 +80,7 @@ | ... | @@ -80,7 +80,7 @@ |
80 | import data from "./data" | 80 | import data from "./data" |
81 | import qlfQlDyaq from '@/api/qlfQlDyaq' | 81 | import qlfQlDyaq from '@/api/qlfQlDyaq' |
82 | import tableMixin from '@/mixins/tableMixin.js' | 82 | import tableMixin from '@/mixins/tableMixin.js' |
83 | import treeSelect from '@/components/treeSelect/index.vue' | 83 | import treeSelect from '@/components/TreeSelect.vue' |
84 | export default { | 84 | export default { |
85 | name: "dyaq", | 85 | name: "dyaq", |
86 | mixins: [tableMixin], | 86 | mixins: [tableMixin], | ... | ... |
... | @@ -82,7 +82,7 @@ | ... | @@ -82,7 +82,7 @@ |
82 | import data from "./data" | 82 | import data from "./data" |
83 | import qlfQlDyiq from '@/api/qlfQlDyiq' | 83 | import qlfQlDyiq from '@/api/qlfQlDyiq' |
84 | import tableMixin from '@/mixins/tableMixin.js' | 84 | import tableMixin from '@/mixins/tableMixin.js' |
85 | import treeSelect from '@/components/treeSelect/index.vue' | 85 | import treeSelect from '@/components/TreeSelect.vue' |
86 | export default { | 86 | export default { |
87 | name: "dyiq", | 87 | name: "dyiq", |
88 | mixins: [tableMixin], | 88 | mixins: [tableMixin], | ... | ... |
... | @@ -73,7 +73,7 @@ import data from "./data" | ... | @@ -73,7 +73,7 @@ import data from "./data" |
73 | import qltFwFdcqDz from '@/api/qltFwFdcqDz' | 73 | import qltFwFdcqDz from '@/api/qltFwFdcqDz' |
74 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' | 74 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' |
75 | import tableMixin from '@/mixins/tableMixin.js' | 75 | import tableMixin from '@/mixins/tableMixin.js' |
76 | import treeSelect from '@/components/treeSelect/index.vue' | 76 | import treeSelect from '@/components/TreeSelect.vue' |
77 | export default { | 77 | export default { |
78 | name: "fdcqdz", | 78 | name: "fdcqdz", |
79 | mixins: [tableMixin], | 79 | mixins: [tableMixin], | ... | ... |
... | @@ -45,7 +45,7 @@ import data from "./data" | ... | @@ -45,7 +45,7 @@ import data from "./data" |
45 | import qlfFwFdcqQfsyq from '@/api/qlfFwFdcqQfsyq' | 45 | import qlfFwFdcqQfsyq from '@/api/qlfFwFdcqQfsyq' |
46 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' | 46 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' |
47 | import tableMixin from '@/mixins/tableMixin.js' | 47 | import tableMixin from '@/mixins/tableMixin.js' |
48 | import treeSelect from '@/components/treeSelect/index.vue' | 48 | import treeSelect from '@/components/TreeSelect.vue' |
49 | export default { | 49 | export default { |
50 | name: "fdcqqfsyq", | 50 | name: "fdcqqfsyq", |
51 | mixins: [tableMixin], | 51 | mixins: [tableMixin], | ... | ... |
... | @@ -73,7 +73,7 @@ import data from "./data" | ... | @@ -73,7 +73,7 @@ import data from "./data" |
73 | import qltFwFdcqYz from '@/api/qltFwFdcqYz' | 73 | import qltFwFdcqYz from '@/api/qltFwFdcqYz' |
74 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' | 74 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' |
75 | import tableMixin from '@/mixins/tableMixin.js' | 75 | import tableMixin from '@/mixins/tableMixin.js' |
76 | import treeSelect from '@/components/treeSelect/index.vue' | 76 | import treeSelect from '@/components/TreeSelect.vue' |
77 | export default { | 77 | export default { |
78 | name: "fdcqyz", | 78 | name: "fdcqyz", |
79 | mixins: [tableMixin], | 79 | mixins: [tableMixin], | ... | ... |
... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
69 | import data from "./data" | 69 | import data from "./data" |
70 | import qltQlGjzwsyq from '@/api/qltQlGjzwsyq' | 70 | import qltQlGjzwsyq from '@/api/qltQlGjzwsyq' |
71 | import tableMixin from '@/mixins/tableMixin.js' | 71 | import tableMixin from '@/mixins/tableMixin.js' |
72 | import treeSelect from '@/components/treeSelect/index.vue' | 72 | import treeSelect from '@/components/TreeSelect.vue' |
73 | export default { | 73 | export default { |
74 | name: "gzwsyq", | 74 | name: "gzwsyq", |
75 | mixins: [tableMixin], | 75 | mixins: [tableMixin], | ... | ... |
... | @@ -70,7 +70,7 @@ | ... | @@ -70,7 +70,7 @@ |
70 | import data from "./data" | 70 | import data from "./data" |
71 | import qlfQlHysyq from '@/api/qlfQlHysyq' | 71 | import qlfQlHysyq from '@/api/qlfQlHysyq' |
72 | import tableMixin from '@/mixins/tableMixin.js' | 72 | import tableMixin from '@/mixins/tableMixin.js' |
73 | import treeSelect from '@/components/treeSelect/index.vue' | 73 | import treeSelect from '@/components/TreeSelect.vue' |
74 | export default { | 74 | export default { |
75 | name: "hysyq", | 75 | name: "hysyq", |
76 | mixins: [tableMixin], | 76 | mixins: [tableMixin], | ... | ... |
... | @@ -68,7 +68,7 @@ import data from "./data" | ... | @@ -68,7 +68,7 @@ import data from "./data" |
68 | import qlfQlJsydsyq from '@/api/qlfQlJsydsyq' | 68 | import qlfQlJsydsyq from '@/api/qlfQlJsydsyq' |
69 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' | 69 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' |
70 | import tableMixin from '@/mixins/tableMixin.js' | 70 | import tableMixin from '@/mixins/tableMixin.js' |
71 | import treeSelect from '@/components/treeSelect/index.vue' | 71 | import treeSelect from '@/components/TreeSelect.vue' |
72 | export default { | 72 | export default { |
73 | name: "jsydzjdsyq", | 73 | name: "jsydzjdsyq", |
74 | mixins: [tableMixin], | 74 | mixins: [tableMixin], | ... | ... |
... | @@ -65,7 +65,7 @@ | ... | @@ -65,7 +65,7 @@ |
65 | import data from "./data" | 65 | import data from "./data" |
66 | import qltQlLq from '@/api/qltQlLq' | 66 | import qltQlLq from '@/api/qltQlLq' |
67 | import tableMixin from '@/mixins/tableMixin.js' | 67 | import tableMixin from '@/mixins/tableMixin.js' |
68 | import treeSelect from '@/components/treeSelect/index.vue' | 68 | import treeSelect from '@/components/TreeSelect.vue' |
69 | export default { | 69 | export default { |
70 | name: "lq", | 70 | name: "lq", |
71 | mixins: [tableMixin], | 71 | mixins: [tableMixin], | ... | ... |
... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
69 | import data from "./data" | 69 | import data from "./data" |
70 | import qlfQlNydsyq from '@/api/qlfQlNydsyq' | 70 | import qlfQlNydsyq from '@/api/qlfQlNydsyq' |
71 | import tableMixin from '@/mixins/tableMixin.js' | 71 | import tableMixin from '@/mixins/tableMixin.js' |
72 | import treeSelect from '@/components/treeSelect/index.vue' | 72 | import treeSelect from '@/components/TreeSelect.vue' |
73 | export default { | 73 | export default { |
74 | name: "nydsyq", | 74 | name: "nydsyq", |
75 | mixins: [tableMixin], | 75 | mixins: [tableMixin], | ... | ... |
... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
67 | import data from "./data" | 67 | import data from "./data" |
68 | import qlfQlTdsyq from '@/api/qlfQlTdsyq' | 68 | import qlfQlTdsyq from '@/api/qlfQlTdsyq' |
69 | import tableMixin from '@/mixins/tableMixin.js' | 69 | import tableMixin from '@/mixins/tableMixin.js' |
70 | import treeSelect from '@/components/treeSelect/index.vue' | 70 | import treeSelect from '@/components/TreeSelect.vue' |
71 | export default { | 71 | export default { |
72 | components: { | 72 | components: { |
73 | treeSelect | 73 | treeSelect | ... | ... |
... | @@ -76,7 +76,7 @@ | ... | @@ -76,7 +76,7 @@ |
76 | import data from "./data" | 76 | import data from "./data" |
77 | import qlfQlYgdj from '@/api/qlfQlYgdj' | 77 | import qlfQlYgdj from '@/api/qlfQlYgdj' |
78 | import tableMixin from '@/mixins/tableMixin.js' | 78 | import tableMixin from '@/mixins/tableMixin.js' |
79 | import treeSelect from '@/components/treeSelect/index.vue' | 79 | import treeSelect from '@/components/TreeSelect.vue' |
80 | export default { | 80 | export default { |
81 | name: "ygdj", | 81 | name: "ygdj", |
82 | mixins: [tableMixin], | 82 | mixins: [tableMixin], | ... | ... |
... | @@ -66,7 +66,7 @@ | ... | @@ -66,7 +66,7 @@ |
66 | import data from "./data" | 66 | import data from "./data" |
67 | import qlfQlYydj from '@/api/qlfQlYydj' | 67 | import qlfQlYydj from '@/api/qlfQlYydj' |
68 | import tableMixin from '@/mixins/tableMixin.js' | 68 | import tableMixin from '@/mixins/tableMixin.js' |
69 | import treeSelect from '@/components/treeSelect/index.vue' | 69 | import treeSelect from '@/components/TreeSelect.vue' |
70 | export default { | 70 | export default { |
71 | name: "yydj", | 71 | name: "yydj", |
72 | mixins: [tableMixin], | 72 | mixins: [tableMixin], | ... | ... |
... | @@ -12,8 +12,8 @@ | ... | @@ -12,8 +12,8 @@ |
12 | </template> | 12 | </template> |
13 | 13 | ||
14 | <script> | 14 | <script> |
15 | import maps from "@/components/echart/map"; | 15 | import maps from "@/components/Echart/Map"; |
16 | import brokenline from "@/components/echart/brokenline"; | 16 | import brokenline from "@/components/Echart/Brokenline"; |
17 | export default { | 17 | export default { |
18 | data () { | 18 | data () { |
19 | return {}; | 19 | return {}; | ... | ... |
... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
54 | </template> | 54 | </template> |
55 | 55 | ||
56 | <script> | 56 | <script> |
57 | import columnar from "@/components/echart/columnar"; | 57 | import columnar from "@/components/Echart/Columnar"; |
58 | import work from "@/api/work"; | 58 | import work from "@/api/work"; |
59 | export default { | 59 | export default { |
60 | data () { | 60 | data () { | ... | ... |
... | @@ -18,8 +18,8 @@ | ... | @@ -18,8 +18,8 @@ |
18 | </template> | 18 | </template> |
19 | 19 | ||
20 | <script> | 20 | <script> |
21 | import columnarsmat from "@/components/echart/columnarsmat"; | 21 | import columnarsmat from "@/components/Echart/Columnarsmat"; |
22 | import Rose from "@/components/echart/Rose"; | 22 | import Rose from "@/components/Echart/Rose"; |
23 | export default { | 23 | export default { |
24 | data () { | 24 | data () { |
25 | return { | 25 | return { | ... | ... |
... | @@ -95,7 +95,7 @@ | ... | @@ -95,7 +95,7 @@ |
95 | <script> | 95 | <script> |
96 | // 上报首页 | 96 | // 上报首页 |
97 | import wgsl from "./wgsl.vue"; | 97 | import wgsl from "./wgsl.vue"; |
98 | import CenterLeft2Chart from "@/components/echart/map"; | 98 | import CenterLeft2Chart from "@/components/Echart/Map"; |
99 | // 引入表格数据 | 99 | // 引入表格数据 |
100 | import data from "./data" | 100 | import data from "./data" |
101 | export default { | 101 | export default { | ... | ... |
... | @@ -103,7 +103,7 @@ import data from "./data"; | ... | @@ -103,7 +103,7 @@ import data from "./data"; |
103 | import tableMixin from "@/mixins/tableMixin.js"; | 103 | import tableMixin from "@/mixins/tableMixin.js"; |
104 | import { getReceiveDataReportPage } from "@/api/dataReport.js"; | 104 | import { getReceiveDataReportPage } from "@/api/dataReport.js"; |
105 | // 引入详情弹框 | 105 | // 引入详情弹框 |
106 | import dataDetails from "@/components/dataDetails/edit-dialog"; | 106 | import dataDetails from "@/components/EditDialog"; |
107 | export default { | 107 | export default { |
108 | name: "jsbwcx", | 108 | name: "jsbwcx", |
109 | mixins: [tableMixin], | 109 | mixins: [tableMixin], | ... | ... |
... | @@ -85,7 +85,7 @@ import { datas, sendThis } from "./data"; | ... | @@ -85,7 +85,7 @@ import { datas, sendThis } from "./data"; |
85 | // 引入表格混入方法 | 85 | // 引入表格混入方法 |
86 | import table from "@/utils/mixin/table"; | 86 | import table from "@/utils/mixin/table"; |
87 | // 引入详情弹框 | 87 | // 引入详情弹框 |
88 | import dataDetails from "@/components/dataDetails/edit-dialog"; | 88 | import dataDetails from "@/components/EditDialog"; |
89 | import { getDataReportPage } from "@/api/dataReport.js"; | 89 | import { getDataReportPage } from "@/api/dataReport.js"; |
90 | 90 | ||
91 | export default { | 91 | export default { | ... | ... |
-
Please register or sign in to post a comment