Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
ee7c343f
Commit
ee7c343f
authored
Apr 08, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化报表表格
parent
14b5d639
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
68 additions
and
76 deletions
+68
-76
portal-manager-ui/admin/src/views/dataAdmin/components/AIEfficiency/reportForm.vue
...rc/views/dataAdmin/components/AIEfficiency/reportForm.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/IOT/alerting.vue
...-ui/admin/src/views/dataAdmin/components/IOT/alerting.vue
+5
-6
portal-manager-ui/admin/src/views/dataAdmin/components/Impossible/index.vue
...admin/src/views/dataAdmin/components/Impossible/index.vue
+5
-6
portal-manager-ui/admin/src/views/dataAdmin/components/easyPoliticsShow/PoliticsShow.vue
...ws/dataAdmin/components/easyPoliticsShow/PoliticsShow.vue
+4
-5
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
...omponents/evaluationRecordReport/departmentEvaluation.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
...in/components/evaluationRecordReport/matterEvaluation.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/staffLeft.vue
...dataAdmin/components/evaluationRecordReport/staffLeft.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
...in/components/evaluationRecordReport/windowEvaluation.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowLeft.vue
...ataAdmin/components/evaluationRecordReport/windowLeft.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/fillRecordReport/fillForm.vue
.../views/dataAdmin/components/fillRecordReport/fillForm.vue
+5
-6
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/makeRecordReport.vue
...ataAdmin/components/makeRecordReport/makeRecordReport.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/microForm.vue
...s/dataAdmin/components/microOfficialWebsite/microForm.vue
+5
-6
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/callRecordForm.vue
...dataAdmin/components/networkGovernance/callRecordForm.vue
+5
-6
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/letterRecordForm.vue
...taAdmin/components/networkGovernance/letterRecordForm.vue
+4
-5
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/networkForm.vue
...ws/dataAdmin/components/networkGovernance/networkForm.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/personnelRegistration/personnelRegistration.vue
...omponents/personnelRegistration/personnelRegistration.vue
+7
-4
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/depositRecord.vue
...n/src/views/dataAdmin/components/pickUp/depositRecord.vue
+5
-6
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/otherRecord.vue
...min/src/views/dataAdmin/components/pickUp/otherRecord.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
...in/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
+5
-6
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
...n/src/views/dataAdmin/components/queueCall/callRecord.vue
+2
-3
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/numAcquisition.vue
...c/views/dataAdmin/components/queueCall/numAcquisition.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
.../src/views/dataAdmin/components/queueCall/queueRecord.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/sampleRecordReport/sampleForm.vue
...ws/dataAdmin/components/sampleRecordReport/sampleForm.vue
+5
-6
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/AIEfficiency/reportForm.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/IOT/alerting.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1000,
x: 1000,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
mapState
}
from
"
vuex
"
;
import
{
mapState
}
from
"
vuex
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
Details
from
"
./components/Details.vue
"
;
import
Details
from
"
./components/Details.vue
"
;
...
@@ -339,5 +339,4 @@ export default {
...
@@ -339,5 +339,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/Impossible/index.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
mapState
}
from
"
vuex
"
;
import
{
mapState
}
from
"
vuex
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
FormDetails
from
"
./components/FormDetails.vue
"
;
import
FormDetails
from
"
./components/FormDetails.vue
"
;
...
@@ -324,5 +324,4 @@ export default {
...
@@ -324,5 +324,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/easyPoliticsShow/PoliticsShow.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1000,
x: 1000,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -365,5 +365,4 @@ export default {
...
@@ -365,5 +365,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/staffLeft.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:data-source=
"tableData"
:data-source=
"tableData"
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowLeft.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:data-source=
"tableData"
:data-source=
"tableData"
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/fillRecordReport/fillForm.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
mapState
}
from
"
vuex
"
;
import
{
mapState
}
from
"
vuex
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
...
@@ -340,5 +340,4 @@ export default {
...
@@ -340,5 +340,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/makeRecordReport.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/microForm.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1000,
x: 1000,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
mapState
}
from
"
vuex
"
;
import
{
mapState
}
from
"
vuex
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
...
@@ -316,5 +316,4 @@ export default {
...
@@ -316,5 +316,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/callRecordForm.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1000,
x: 1000,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
mapState
}
from
"
vuex
"
;
import
{
mapState
}
from
"
vuex
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
...
@@ -223,5 +223,4 @@ export default {
...
@@ -223,5 +223,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/letterRecordForm.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -379,5 +379,4 @@ export default {
...
@@ -379,5 +379,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/networkForm.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/personnelRegistration/personnelRegistration.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -145,7 +145,10 @@ export default {
...
@@ -145,7 +145,10 @@ export default {
title
:
"
有效期限
"
,
title
:
"
有效期限
"
,
width
:
150
,
width
:
150
,
customRender
:
(
text
,
record
)
=>
{
customRender
:
(
text
,
record
)
=>
{
return
`
${
record
.
idcard_UserLifeBegin
}
-
${
record
.
idcard_UserLifeEnd
}
`
||
"
--
"
;
return
(
`
${
record
.
idcard_UserLifeBegin
}
-
${
record
.
idcard_UserLifeEnd
}
`
||
"
--
"
);
},
},
},
},
{
{
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/depositRecord.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1000,
x: 1000,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
mapState
}
from
"
vuex
"
;
import
{
mapState
}
from
"
vuex
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
...
@@ -298,5 +298,4 @@ export default {
...
@@ -298,5 +298,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/otherRecord.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1000,
x: 1000,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
mapState
}
from
"
vuex
"
;
import
{
mapState
}
from
"
vuex
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
...
@@ -306,5 +306,4 @@ export default {
...
@@ -306,5 +306,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -524,5 +524,4 @@ export default {
...
@@ -524,5 +524,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/numAcquisition.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
x: 1500,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/sampleRecordReport/sampleForm.vue
View file @
ee7c343f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1000,
x: 1000,
y: 4
9
0,
y: 4
6
0,
}"
}"
:row-selection="{
:row-selection="{
selectedRowKeys: selectedRowKeys,
selectedRowKeys: selectedRowKeys,
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
mapState
}
from
"
vuex
"
;
import
{
mapState
}
from
"
vuex
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
storage
from
"
@/utils/js/Storage
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
...
@@ -288,5 +288,4 @@ export default {
...
@@ -288,5 +288,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment