askbot-dragon 1.7.44-beta → 1.7.48-beta
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/README.md +27 -27
- package/babel.config.js +6 -6
- package/dragon.iml +7 -7
- package/package.json +56 -56
- package/public/index.html +75 -73
- package/src/App.vue +31 -31
- package/src/api/index.js +1 -1
- package/src/api/mock.http +2 -2
- package/src/api/requestUrl.js +185 -185
- package/src/assets/js/AliyunlssUtil.js +117 -141
- package/src/assets/js/Base64Util.js +22 -22
- package/src/assets/js/common.js +252 -252
- package/src/assets/js/hammer.js +89 -100
- package/src/assets/js/script.js +36 -36
- package/src/assets/less/common.css +6773 -6773
- package/src/assets/less/converSationContainer/common.less +192 -199
- package/src/assets/less/converSationContainer/converSatonContainer.less +493 -493
- package/src/assets/less/iconfont.css +37 -37
- package/src/assets/less/ticketMessage.less +294 -294
- package/src/components/ActionAlertIframe.vue +154 -177
- package/src/components/AiGuide.vue +471 -438
- package/src/components/AnswerDocknowledge.vue +1088 -1091
- package/src/components/AnswerVoice.vue +285 -285
- package/src/components/AskIFrame.vue +15 -15
- package/src/components/ConversationContainer.vue +10873 -10766
- package/src/components/FileType.vue +86 -86
- package/src/components/Message.vue +27 -27
- package/src/components/MyEditor.vue +341 -342
- package/src/components/QwFeedback.vue +301 -301
- package/src/components/actionSatisfaction.vue +107 -107
- package/src/components/actionSendToBot.vue +62 -62
- package/src/components/answerDissatisfaction.vue +62 -62
- package/src/components/answerRadio.vue +211 -211
- package/src/components/ask-components/DissatisfactionOptions.vue +57 -57
- package/src/components/ask-components/Msgloading.vue +37 -37
- package/src/components/ask-components/SatisfactionV2.vue +15 -15
- package/src/components/askVideo.vue +139 -162
- package/src/components/assetDetails.vue +378 -378
- package/src/components/assetMessage.vue +226 -228
- package/src/components/associationIntention.vue +374 -378
- package/src/components/attachmentPreview.vue +90 -90
- package/src/components/botActionSatisfactor.vue +68 -68
- package/src/components/chatContent.vue +513 -513
- package/src/components/feedBack.vue +136 -136
- package/src/components/fielListView.vue +351 -351
- package/src/components/file/AliyunOssComponents.vue +108 -108
- package/src/components/formTemplate.vue +3497 -3501
- package/src/components/imgView.vue +31 -31
- package/src/components/intelligentSummary.vue +229 -231
- package/src/components/kkview.vue +1138 -1138
- package/src/components/loadingProcess.vue +164 -164
- package/src/components/markDownText.vue +197 -197
- package/src/components/message/ActionAlertIframe.vue +112 -112
- package/src/components/message/ShopMessage.vue +164 -164
- package/src/components/message/TextMessage.vue +924 -928
- package/src/components/message/TicketMessage.vue +201 -201
- package/src/components/message/swiper/index.js +4 -4
- package/src/components/message/swiper/ticketSwiper.vue +503 -503
- package/src/components/message/swiper/ticketSwiperItem.vue +61 -61
- package/src/components/msgLoading.vue +231 -231
- package/src/components/myPopup.vue +70 -70
- package/src/components/pdfPosition.vue +1342 -1514
- package/src/components/popup.vue +227 -227
- package/src/components/previewDoc.vue +247 -251
- package/src/components/previewPdf.vue +774 -1069
- package/src/components/receiverMessagePlatform.vue +66 -65
- package/src/components/recommend.vue +80 -80
- package/src/components/selector/hOption.vue +20 -20
- package/src/components/selector/hSelector.vue +199 -199
- package/src/components/selector/hWrapper.vue +216 -216
- package/src/components/senderMessagePlatform.vue +55 -50
- package/src/components/source/BotMessage.vue +24 -24
- package/src/components/source/CustomMessage.vue +24 -24
- package/src/components/test.vue +260 -260
- package/src/components/tree.vue +307 -307
- package/src/components/utils/AliyunIssUtil.js +103 -103
- package/src/components/utils/ckeditor.js +185 -185
- package/src/components/utils/format_date.js +25 -25
- package/src/components/utils/index.js +6 -6
- package/src/components/utils/math_utils.js +29 -29
- package/src/components/voiceComponent.vue +119 -119
- package/src/components/welcomeKnowledgeFile.vue +340 -344
- package/src/components/welcomeLlmCard.vue +140 -144
- package/src/components/welcomeSuggest.vue +97 -97
- package/src/locales/cn.json +61 -71
- package/src/locales/en.json +62 -73
- package/src/main.js +76 -75
- package/vue.config.js +54 -54
- package/src/components/newPdfPosition.vue +0 -878
- package/src/components/pagination.vue +0 -129
- package/src/components/preview/docView.vue +0 -107
- package/src/components/preview/excelView.vue +0 -177
- package/src/components/preview/newPositionPreview.vue +0 -351
- package/src/components/preview/pdfView.vue +0 -760
- package/src/locales/jp.json +0 -73
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="pagination">
|
|
3
|
-
<el-pagination
|
|
4
|
-
@size-change="handleSizeChange"
|
|
5
|
-
@current-change="currentChange"
|
|
6
|
-
:current-page.sync="currentPages"
|
|
7
|
-
:page-size="pageSize"
|
|
8
|
-
layout="slot, prev, pager, next"
|
|
9
|
-
:total="total">
|
|
10
|
-
<span class="total-class">共 {{total}} 条数据</span>
|
|
11
|
-
</el-pagination>
|
|
12
|
-
</div>
|
|
13
|
-
</template>
|
|
14
|
-
|
|
15
|
-
<script>
|
|
16
|
-
export default {
|
|
17
|
-
name: "paginationPage",
|
|
18
|
-
data(){
|
|
19
|
-
return{
|
|
20
|
-
currentPages:1
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
props:['pageSize','currentPage','total',"isReportForm"],
|
|
24
|
-
watch:{
|
|
25
|
-
currentPage: {
|
|
26
|
-
handler(val){
|
|
27
|
-
this.currentPages = val
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
|
|
31
|
-
},
|
|
32
|
-
mounted() {
|
|
33
|
-
this.currentPages = this.currentPage
|
|
34
|
-
},
|
|
35
|
-
methods:{
|
|
36
|
-
handleSizeChange(value){
|
|
37
|
-
this.$emit('handleSizeChange',value)
|
|
38
|
-
},
|
|
39
|
-
currentChange(value){
|
|
40
|
-
this.$emit('currentChange',value)
|
|
41
|
-
},
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
</script>
|
|
45
|
-
|
|
46
|
-
<style scoped lang="less">
|
|
47
|
-
#pagination{
|
|
48
|
-
.total-class{
|
|
49
|
-
margin-right: 13px;
|
|
50
|
-
font-weight: 400;
|
|
51
|
-
}
|
|
52
|
-
position: absolute;
|
|
53
|
-
bottom: 0px;
|
|
54
|
-
right: 0;
|
|
55
|
-
width: 100%;
|
|
56
|
-
display: flex;
|
|
57
|
-
align-items: center;
|
|
58
|
-
justify-content: center;
|
|
59
|
-
height: 50px;
|
|
60
|
-
background-color: white;
|
|
61
|
-
box-shadow: 0px 0px 18px 0px rgba(29, 55, 129, 0.07);
|
|
62
|
-
border-radius: 5px;
|
|
63
|
-
/deep/.el-pager{
|
|
64
|
-
background: #EDF0F6;
|
|
65
|
-
border-radius: 15px;
|
|
66
|
-
}
|
|
67
|
-
/deep/.el-pagination.is-background .btn-next{
|
|
68
|
-
width: 30px;
|
|
69
|
-
height: 30px;
|
|
70
|
-
background: #EDF0F6;
|
|
71
|
-
border-radius: 50%;
|
|
72
|
-
}
|
|
73
|
-
/deep/.el-pagination .btn-next{
|
|
74
|
-
width: 30px;
|
|
75
|
-
height: 30px;
|
|
76
|
-
background: #EDF0F6;
|
|
77
|
-
border-radius: 50%;
|
|
78
|
-
padding-left: 0;
|
|
79
|
-
margin-left:5px ;
|
|
80
|
-
}
|
|
81
|
-
/deep/.el-pagination .btn-prev{
|
|
82
|
-
width: 30px;
|
|
83
|
-
height: 30px;
|
|
84
|
-
background: #EDF0F6;
|
|
85
|
-
border-radius: 50%;
|
|
86
|
-
padding-right: 0;
|
|
87
|
-
margin-right:5px ;
|
|
88
|
-
}
|
|
89
|
-
/deep/.el-pagination button{
|
|
90
|
-
padding: 0;
|
|
91
|
-
min-width: 30px;
|
|
92
|
-
}
|
|
93
|
-
/deep/.el-pager li{
|
|
94
|
-
background: #EDF0F6;
|
|
95
|
-
height: 30px;
|
|
96
|
-
min-width: 30px;
|
|
97
|
-
line-height: 30px;
|
|
98
|
-
font-size: 12px;
|
|
99
|
-
color: #717b90;
|
|
100
|
-
}
|
|
101
|
-
/deep/.el-pager li:first-child{
|
|
102
|
-
border-bottom-left-radius: 15px!important;
|
|
103
|
-
border-top-left-radius: 15px!important;
|
|
104
|
-
}
|
|
105
|
-
/deep/.el-pager li:last-child{
|
|
106
|
-
border-top-right-radius: 15px!important;
|
|
107
|
-
border-bottom-right-radius: 15px!important;
|
|
108
|
-
}
|
|
109
|
-
/deep/.el-pager li.active{
|
|
110
|
-
width: 30px;
|
|
111
|
-
height: 30px;
|
|
112
|
-
min-width: 30px;
|
|
113
|
-
background: #366AFF;
|
|
114
|
-
border: 3px solid #A1B9FF;
|
|
115
|
-
border-radius: 50%;
|
|
116
|
-
line-height: 24px;
|
|
117
|
-
color: white;
|
|
118
|
-
}
|
|
119
|
-
/deep/.el-pagination.is-background .el-pager li:not(.disabled).active{
|
|
120
|
-
background: #366AFF;
|
|
121
|
-
|
|
122
|
-
}
|
|
123
|
-
/deep/.el-pagination button:disabled{
|
|
124
|
-
i{
|
|
125
|
-
cursor: no-drop;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
</style>
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="docView">
|
|
3
|
-
<div class="docHtml"
|
|
4
|
-
ref="docHtml"
|
|
5
|
-
v-html="html"
|
|
6
|
-
@click="selectDiv"
|
|
7
|
-
>
|
|
8
|
-
</div>
|
|
9
|
-
</div>
|
|
10
|
-
</template>
|
|
11
|
-
|
|
12
|
-
<script>
|
|
13
|
-
export default {
|
|
14
|
-
name: "docView",
|
|
15
|
-
data(){
|
|
16
|
-
return{
|
|
17
|
-
colors: ['#E3EBFF', '#FFF5DC', '#FFE8D8','#D6F3EA','#FFF1C3'],
|
|
18
|
-
html:"",
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
props:{
|
|
22
|
-
html_result:{
|
|
23
|
-
type:String,
|
|
24
|
-
default:""
|
|
25
|
-
},
|
|
26
|
-
split_paragraphs:{
|
|
27
|
-
type:Array,
|
|
28
|
-
default(){
|
|
29
|
-
return []
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
fileSuffix:{
|
|
33
|
-
type:String,
|
|
34
|
-
default:""
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
methods:{
|
|
38
|
-
selectDiv(e){
|
|
39
|
-
this.$emit('selectDiv',e)
|
|
40
|
-
},
|
|
41
|
-
getHtml(){
|
|
42
|
-
// let url = 'https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/123/2024/12/09/14/18/17/123/%E5%85%AC%E5%8F%B8%E5%91%98%E5%B7%A5%E6%89%8B%E5%86%8C_1733725097.html'
|
|
43
|
-
let url = this.html_result
|
|
44
|
-
this.$http.get(url).then(res => {
|
|
45
|
-
this.html = res.data;
|
|
46
|
-
this.$nextTick(() => {
|
|
47
|
-
this.setColor()
|
|
48
|
-
})
|
|
49
|
-
})
|
|
50
|
-
},
|
|
51
|
-
setColor(){
|
|
52
|
-
this.split_paragraphs.forEach((item,index) => {
|
|
53
|
-
const colorIndex = index % this.colors.length;
|
|
54
|
-
if (item.original_paragraph){
|
|
55
|
-
item.original_paragraph.forEach(items => {
|
|
56
|
-
let dom = document.getElementById(items.paragraph_id);
|
|
57
|
-
if (this.fileSuffix === 'TXT'){
|
|
58
|
-
const paragraphs = this.$el.querySelectorAll(`[paragraph-id="${items.paragraph_id}"]`);
|
|
59
|
-
paragraphs.forEach(paragraph => {
|
|
60
|
-
paragraph.style.background = this.colors[colorIndex]
|
|
61
|
-
})
|
|
62
|
-
} else if (dom){
|
|
63
|
-
dom.style.background = this.colors[colorIndex];
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
|
-
let newOriginal = item.original_paragraph.filter(items => !items.type)
|
|
67
|
-
let dom = document.getElementById(newOriginal[newOriginal.length - 1].paragraph_id);
|
|
68
|
-
if (dom){
|
|
69
|
-
dom.style.marginBottom = '8px';
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
if (item.tableId){
|
|
73
|
-
let dom = document.getElementById(item.tableId);
|
|
74
|
-
if (dom){
|
|
75
|
-
dom.style.backgroundColor = this.colors[colorIndex]
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
})
|
|
79
|
-
this.$parent.scrollToParagraph('first')
|
|
80
|
-
},
|
|
81
|
-
},
|
|
82
|
-
watch:{
|
|
83
|
-
html_result:{
|
|
84
|
-
handler(){
|
|
85
|
-
if (this.html_result){
|
|
86
|
-
this.getHtml();
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
immediate:true
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
};
|
|
93
|
-
</script>
|
|
94
|
-
|
|
95
|
-
<style scoped lang="less">
|
|
96
|
-
.docView{
|
|
97
|
-
width: 100%;
|
|
98
|
-
flex: none;
|
|
99
|
-
box-sizing: border-box;
|
|
100
|
-
div{
|
|
101
|
-
position: relative;
|
|
102
|
-
}
|
|
103
|
-
/deep/img{
|
|
104
|
-
max-width: 100%;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
</style>
|
|
@@ -1,177 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="excelView">
|
|
3
|
-
<table border="1" v-if="false">
|
|
4
|
-
<thead>
|
|
5
|
-
<tr>
|
|
6
|
-
<th v-for="(person2,index2) in headerArray" :key="index2">{{person2}}</th>
|
|
7
|
-
</tr>
|
|
8
|
-
</thead>
|
|
9
|
-
<tbody>
|
|
10
|
-
<tr v-for="(person, index) in rowDataList" :key="index" :id="person.id">
|
|
11
|
-
<td v-for="(person2,index2) in headerArray" :key="index2">
|
|
12
|
-
{{person[person2]}}
|
|
13
|
-
</td>
|
|
14
|
-
</tr>
|
|
15
|
-
</tbody>
|
|
16
|
-
</table>
|
|
17
|
-
<el-table
|
|
18
|
-
:data="pagedData"
|
|
19
|
-
border
|
|
20
|
-
ref="table"
|
|
21
|
-
:row-key="getRowKey"
|
|
22
|
-
:row-class-name="tableRowClassName"
|
|
23
|
-
height="100%"
|
|
24
|
-
style="width: 100%">
|
|
25
|
-
<template v-for="(item,index) in headerArray">
|
|
26
|
-
<el-table-column
|
|
27
|
-
:label="item"
|
|
28
|
-
:key="index"
|
|
29
|
-
min-width="100">
|
|
30
|
-
<template slot-scope="scope">
|
|
31
|
-
{{scope.row[item]}}
|
|
32
|
-
</template>
|
|
33
|
-
</el-table-column>
|
|
34
|
-
</template>
|
|
35
|
-
</el-table>
|
|
36
|
-
<pagination-page :pageSize="pageSize" :currentPage="currentPage" :total="rowDataList.length" @currentChange="handleCurrentChange"></pagination-page>
|
|
37
|
-
</div>
|
|
38
|
-
</template>
|
|
39
|
-
|
|
40
|
-
<script>
|
|
41
|
-
|
|
42
|
-
import PaginationPage from "../pagination";
|
|
43
|
-
export default {
|
|
44
|
-
name: "excelView",
|
|
45
|
-
components: { PaginationPage },
|
|
46
|
-
data(){
|
|
47
|
-
return{
|
|
48
|
-
rowData:[
|
|
49
|
-
{
|
|
50
|
-
"row_id": "659164be-19bd-4fd7-a47d-b04c3dbbfa6f",
|
|
51
|
-
"row_data_md": "| 王明宇 | 27 | 189 |",
|
|
52
|
-
"row_number": 2,
|
|
53
|
-
"table_html": "<table border='1' style='border-collapse:collapse;'><thead><tr><th>姓名1</th><th>年龄</th><th>身高</th></tr></thead><tbody><tr><td>王明宇</td><td>27</td><td>189</td></tr></tbody></table>"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"row_id": "fac98d6a-2580-4f62-8f50-61521debeeef",
|
|
57
|
-
"row_data_md": "| 老王 | 38 | 178 |",
|
|
58
|
-
"row_number": 3,
|
|
59
|
-
"table_html": "<table border='1' style='border-collapse:collapse;'><thead><tr><th>姓名1</th><th>年龄</th><th>身高</th></tr></thead><tbody><tr><td>老王</td><td>38</td><td>178</td></tr></tbody></table>"
|
|
60
|
-
},
|
|
61
|
-
],
|
|
62
|
-
rowDataList:[],
|
|
63
|
-
headerArray:[],
|
|
64
|
-
currentPage:1,
|
|
65
|
-
pageSize:20,
|
|
66
|
-
colors: ['#E3EBFF', '#FFF5DC', '#FFE8D8','#D6F3EA','#FFF1C3'],
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
props:{
|
|
70
|
-
headerData:{
|
|
71
|
-
type:String,
|
|
72
|
-
default:""
|
|
73
|
-
},
|
|
74
|
-
excelRowList:{
|
|
75
|
-
type:Array,
|
|
76
|
-
default(){
|
|
77
|
-
return []
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
tableChunkData:{
|
|
81
|
-
type:Array,
|
|
82
|
-
default(){
|
|
83
|
-
return [{
|
|
84
|
-
"sheet_name": null,
|
|
85
|
-
"table_md": null,
|
|
86
|
-
"tableChunkText": "| 序号 | 电子色片 | 旧色号 | 颜色名称 | R68-Y32 17w77b06c L32-1 | 新 | 色卡页码 | -ICN色号 | R | G | B | C | M | Y | | 154 | 22 | B99-G01 81w11b08c L88-4 | OW060-4 | | 雪蓝 | 蓝色系 | 210 | 218 | 223 | 5.5761039841401502E-2 | 2.08606534553369E-2 | 0 | 0.12603452469972801 |",
|
|
87
|
-
"tableChunkId": "5e80ff30-ea7e-4c47-878b-59d9b1c833ce",
|
|
88
|
-
"tableId": null
|
|
89
|
-
}]
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
computed:{
|
|
94
|
-
pagedData() {
|
|
95
|
-
const start = (this.currentPage - 1) * this.pageSize;
|
|
96
|
-
const end = start + this.pageSize;
|
|
97
|
-
return this.rowDataList.slice(start, end);
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
methods:{
|
|
101
|
-
tableRowData(){
|
|
102
|
-
const headerString = this.headerData.trim().replace(/^\||\|$/g, '');
|
|
103
|
-
|
|
104
|
-
// 使用竖线作为分隔符来分割字符串
|
|
105
|
-
const headerArray = headerString.split('|').map(item => item.trim());
|
|
106
|
-
this.headerArray = headerArray
|
|
107
|
-
for (let i =0;i<this.excelRowList.length;i++){
|
|
108
|
-
// 去除字符串两端的竖线(如果它们存在的话)
|
|
109
|
-
const trimmedString = this.excelRowList[i].row_data_md.trim().replace(/^\||\|$/g, '');
|
|
110
|
-
|
|
111
|
-
// 使用竖线作为分隔符来分割字符串
|
|
112
|
-
const resultArray = trimmedString.split('|').map(item => item.trim());
|
|
113
|
-
let obj = {}
|
|
114
|
-
for (let j=0;j<headerArray.length;j++){
|
|
115
|
-
this.$set(obj,headerArray[j],resultArray[j])
|
|
116
|
-
this.$set(obj,'id',this.excelRowList[i].row_id)
|
|
117
|
-
}
|
|
118
|
-
this.rowDataList.push(obj);
|
|
119
|
-
}
|
|
120
|
-
this.$nextTick(() => {
|
|
121
|
-
this.setRowColor();
|
|
122
|
-
})
|
|
123
|
-
},
|
|
124
|
-
getRowKey(row){
|
|
125
|
-
return row.id
|
|
126
|
-
},
|
|
127
|
-
setRowColor(){
|
|
128
|
-
this.tableChunkData.forEach((item,index) => {
|
|
129
|
-
const colorIndex = index % this.colors.length;
|
|
130
|
-
let id = item.tableChunkId;
|
|
131
|
-
let dom = document.getElementsByClassName('setBgClass' + id);
|
|
132
|
-
console.log('dom',dom)
|
|
133
|
-
if (dom && dom.length > 0){
|
|
134
|
-
dom.forEach(doms => {
|
|
135
|
-
doms.style.backgroundColor = this.colors[colorIndex];
|
|
136
|
-
})
|
|
137
|
-
}
|
|
138
|
-
})
|
|
139
|
-
if (this.tableChunkData.length > 0){
|
|
140
|
-
this.scrollToRow(this.tableChunkData[0].tableChunkId)
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
tableRowClassName({ row }){
|
|
144
|
-
let id = this.tableChunkData.filter(item => item.tableChunkId == row.id);
|
|
145
|
-
if (id && id.length > 0){
|
|
146
|
-
return 'setBgClass' + id[0].tableChunkId
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
scrollToRow(rowId) {
|
|
150
|
-
this.$nextTick(() => {
|
|
151
|
-
const row = this.rowDataList.find(row => row.id === rowId);
|
|
152
|
-
if (row) {
|
|
153
|
-
this.$refs.table.setCurrentRow(row);
|
|
154
|
-
}
|
|
155
|
-
});
|
|
156
|
-
},
|
|
157
|
-
handleCurrentChange(val){
|
|
158
|
-
this.currentPage = val;
|
|
159
|
-
this.$nextTick(() => {
|
|
160
|
-
this.setRowColor();
|
|
161
|
-
})
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
|
-
mounted() {
|
|
165
|
-
this.tableRowData();
|
|
166
|
-
}
|
|
167
|
-
};
|
|
168
|
-
</script>
|
|
169
|
-
|
|
170
|
-
<style scoped lang="less">
|
|
171
|
-
.excelView{
|
|
172
|
-
height: 100%;
|
|
173
|
-
/deep/.setBgClass{
|
|
174
|
-
background-color: #E3EBFF!important;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
</style>
|