Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5a00c872
authored
Jun 06, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1000
1 parent
3f76aaba
Show whitespace changes
Inline
Side-by-side
Showing
47 changed files
with
271 additions
and
234 deletions
src/api/index.js
src/utils/leftBarRules.js
src/views/assessChecks/assistedConfirm.vue
src/views/assessChecks/assistedFeedback.vue
src/views/assessChecks/assistedRect.vue
src/views/assessChecks/assistedVerif.vue
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/assitedDistribution.vue
src/views/assessChecks/attachSynchronousArchiving.vue
src/views/assessChecks/auxiliaryInspection.vue
src/views/assessChecks/auxiliaryQuery.vue
src/views/assessChecks/auxiliarySelection.vue
src/views/assessChecks/checkComplianceFZ.vue
src/views/assessChecks/checkComplianceXF.vue
src/views/assessChecks/confirmChanges.vue
src/views/assessChecks/confirmRelease.vue
src/views/assessChecks/correctiveAssistanceVerification.vue
src/views/assessChecks/materialAcquisition.vue
src/views/assessChecks/materialAnalysis.vue
src/views/assessChecks/qrCompliance.vue
src/views/assessZC/assistedConfirm.vue
src/views/assessZC/assistedFeedback.vue
src/views/assessZC/assistedRect.vue
src/views/assessZC/assistedVerif.vue
src/views/assessZC/assistedViewing.vue
src/views/assessZC/assitedDistribution.vue
src/views/assessZC/attachSynchronousArchiving.vue
src/views/assessZC/auxiliaryInspection.vue
src/views/assessZC/auxiliaryQuery.vue
src/views/assessZC/auxiliarySelection.vue
src/views/assessZC/checkComplianceFZ.vue
src/views/assessZC/checkComplianceXF.vue
src/views/assessZC/confirmChanges.vue
src/views/assessZC/confirmRelease.vue
src/views/assessZC/correctiveAssistanceVerification.vue
src/views/assessZC/materialAcquisition.vue
src/views/assessZC/materialAnalysis.vue
src/views/assessZC/qrCompliance.vue
src/views/checkCompliance/automaticCheck.vue
src/views/compliance/checkRules.vue
src/views/compliance/taskConfigure.vue
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
src/views/projectCheck/checkResault.vue
src/views/projectCheck/confirmResault.vue
src/views/projectCheck/problemRectify.vue
src/views/projectCheck/verificationRectify.vue
src/api/index.js
View file @
5a00c87
...
...
@@ -41,9 +41,9 @@ export function adEvalBatchInfo(params) {
export
function
chEvalBatchInfo
(
params
)
{
return
post
(
`
${
ARCH_EVALUATION
}
/postEvalBatchInfo/ch`
,
params
)
}
//评估
批次确认发布
分组
//评估
项目确认
分组
// 查询项目信息
//评估
批次确认发布
分页查询
//评估
项目确认
分页查询
export
function
projectInfo
(
params
)
{
return
post
(
`
${
ARCH_EVALUATION
}
/projectInfo/`
,
params
)
}
...
...
src/utils/leftBarRules.js
View file @
5a00c87
...
...
@@ -104,7 +104,7 @@ export function trendsRules(type) {
url
:
""
,
children
:
[
{
name
:
"评估
批次确认发布
"
,
name
:
"评估
项目确认
"
,
url
:
"/mainLayout/confirmRelease"
,
children
:
[],
},
...
...
@@ -272,7 +272,7 @@ export function trendsRules(type) {
children
:
[],
},
{
name
:
"评估
批次确认发布
"
,
name
:
"评估
项目确认
"
,
url
:
"/mainLayout/confirmRelease"
,
children
:
[],
},
...
...
src/views/assessChecks/assistedConfirm.vue
View file @
5a00c87
...
...
@@ -93,7 +93,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
:row-class-name=
"tableRowClassName"
...
...
@@ -166,7 +166,7 @@
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
<el-table
:data=
"tableDataQR"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -267,7 +267,7 @@
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
<el-table
:data=
"tableDataSS"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessChecks/assistedFeedback.vue
View file @
5a00c87
...
...
@@ -105,7 +105,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -160,7 +160,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -187,7 +187,7 @@
<el-table
v-horizontal-scroll=
"'always'"
:data=
"tableDataQR"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -325,7 +325,7 @@
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
<el-table
:data=
"tableDataSS"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessChecks/assistedRect.vue
View file @
5a00c87
...
...
@@ -72,7 +72,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
:row-class-name=
"tableRowClassName"
...
...
@@ -117,7 +117,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -141,7 +141,7 @@
<div
class=
"setTable"
>
<el-table
:data=
"tableDataQR"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -287,7 +287,7 @@
<div
class=
"setTable"
>
<el-table
:data=
"tableDataSS"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessChecks/assistedVerif.vue
View file @
5a00c87
...
...
@@ -43,7 +43,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -78,7 +78,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -136,7 +136,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -173,7 +173,7 @@
@current-change="handleCurrentChangeAdd"
:current-page="addcurrentPage"
:page-sizes="[5, 10, 20, 50]"
:page-size="100"
:page-size="100
0
"
layout="total, sizes, prev, pager, next, jumper"
:total="addtotal"
class="elpagination"
...
...
@@ -243,7 +243,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -280,7 +280,7 @@
@
current-change=
"handleCurrentChangeAdd"
:current-page=
"addcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -365,7 +365,7 @@
@
selection-change=
"handleSelectionChangeZJ"
ref=
"multipleTableZJ"
:data=
"zjtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -428,7 +428,7 @@
@current-change="handleCurrentChangeZJ"
:current-page="currentZJ"
:page-sizes="[5, 10, 20, 50]"
:page-size="100"
:page-size="100
0
"
layout="total, sizes, prev, pager, next, jumper"
:total="zjtotal"
class="elpagination"
...
...
src/views/assessChecks/assistedViewing.vue
View file @
5a00c87
...
...
@@ -77,7 +77,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -126,7 +126,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -175,7 +175,7 @@
<!-- <el-table
@selection-change="handleSelectionChange"
:data="qdtableData"
tooltip-effect="dark
"
tooltip-effect="dark myTooltips
"
style="width: 100%"
header-cell-class-name="custom-th-background"
class="eltable tablepg"
...
...
@@ -196,7 +196,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"qdtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -237,7 +237,7 @@
<p
class=
"title"
><span></span>
项目基本信息
</p>
<el-table
:data=
"xxtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -281,7 +281,7 @@
<el-tab-pane
label=
"评审流程"
name=
"third"
>
<el-table
:data=
"lctableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessChecks/assitedDistribution.vue
View file @
5a00c87
...
...
@@ -59,7 +59,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -100,7 +100,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessChecks/attachSynchronousArchiving.vue
View file @
5a00c87
...
...
@@ -99,7 +99,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -156,7 +156,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -203,7 +203,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"qdtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"tablepg"
...
...
@@ -237,7 +237,7 @@
<p
class=
"title"
><span></span>
项目基本信息
</p>
<el-table
:data=
"xxtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
:row-class-name=
"tableRowClassName"
...
...
@@ -267,7 +267,7 @@
<el-tab-pane
label=
"评审流程"
name=
"third"
>
<el-table
:data=
"lctableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
:row-class-name=
"tableRowClassName"
...
...
src/views/assessChecks/auxiliaryInspection.vue
View file @
5a00c87
...
...
@@ -75,7 +75,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -119,7 +119,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessChecks/auxiliaryQuery.vue
View file @
5a00c87
...
...
@@ -56,7 +56,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -97,7 +97,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessChecks/auxiliarySelection.vue
View file @
5a00c87
...
...
@@ -69,7 +69,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -111,7 +111,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -170,7 +170,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -209,7 +209,7 @@
@
current-change=
"handleCurrentChangeXQ"
:current-page=
"currentPageXQ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"totalXQ"
class=
"elpagination"
...
...
@@ -298,7 +298,7 @@
addcurrentPage * pageSizeAdd
)
"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -337,7 +337,7 @@
@
current-change=
"handleCurrentChangeAdd"
:current-page=
"addcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -400,7 +400,7 @@
@
selection-change=
"handleSelectionChangeZJ"
ref=
"multipleTableZJ"
:data=
"zjtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -448,7 +448,7 @@
@
current-change=
"handleCurrentChangeZJ"
:current-page=
"currentZJ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"zjtotal"
class=
"elpagination"
...
...
@@ -534,7 +534,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -573,7 +573,7 @@
@
current-change=
"handleCurrentChangeBJ"
:current-page=
"currentPageBJ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"totalBJ"
class=
"elpagination"
...
...
src/views/assessChecks/checkComplianceFZ.vue
View file @
5a00c87
...
...
@@ -10,7 +10,7 @@
<el-table
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessChecks/checkComplianceXF.vue
View file @
5a00c87
...
...
@@ -10,7 +10,7 @@
<el-table
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessChecks/confirmChanges.vue
View file @
5a00c87
...
...
@@ -55,7 +55,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -90,7 +90,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -143,7 +143,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableDataQD"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -167,7 +167,7 @@
@
current-change=
"handleCurrentChangetjcl"
:current-page=
"currentPagetjcl"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessChecks/confirmRelease.vue
View file @
5a00c87
...
...
@@ -24,14 +24,18 @@
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"后评估批次状态:"
prop=
"postEvalState"
class=
"fromItem"
>
<el-form-item
label=
"后评估批次状态:"
prop=
"postEvalState"
class=
"fromItem"
>
<el-select
v-model=
"ruleForm.postEvalState"
placeholder=
"请选择"
clearable
>
<el-option
label=
"执行中"
value=
"3"
></el-option>
<el-option
label=
"
未确认
"
value=
"1"
></el-option>
<el-option
label=
"
已发起
"
value=
"1"
></el-option>
<el-option
label=
"已撤回"
value=
"4"
></el-option>
<el-option
label=
"已完成"
value=
"5"
></el-option>
</el-select>
...
...
@@ -56,10 +60,11 @@
</el-form>
<div
class=
"setscroll"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark
myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -70,9 +75,7 @@
</el-table-column>
<el-table-column
type=
"selection"
>
</el-table-column>
<el-table-column
label=
"批次年度"
prop=
"batchYear"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
batchYear
}}
年
</
template
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
batchYear
}}
年
</
template
>
</el-table-column>
<el-table-column
prop=
"batchName"
label=
"后评估批次名称"
>
</el-table-column>
...
...
@@ -91,6 +94,8 @@
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"projectName"
label=
"待评估项目"
width=
"auto"
show-overflow-tooltip
>
</el-table-column>
show-overflow-tooltip
<el-table-column
prop=
"creator"
label=
"创建人"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"createTime"
label=
"创建时间"
width=
"auto"
>
...
...
@@ -105,8 +110,8 @@
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"10
0
"
:page-sizes=
"[10, 15, 20, 50,
100]"
:page-size=
"10"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -162,7 +167,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -205,7 +210,7 @@
@
current-change=
"handleCurrentChangeXQ"
:current-page=
"currentPageXQ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -249,7 +254,6 @@
></el-input>
</el-form-item>
<el-form-item
label=
"工作组织情况:"
class=
"textarea"
>
<el-input
type=
"textarea"
...
...
@@ -265,12 +269,13 @@
<div
class=
"setscrolldialog"
>
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData.slice(
:data=
"
addtableData.slice(
(addcurrentPage - 1) * pageSizeAdd,
addcurrentPage * pageSizeAdd
)
"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -323,7 +328,7 @@
@
current-change=
"handleCurrentChangeAdd"
:current-page=
"addcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -377,7 +382,7 @@
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"项目内容:"
prop=
"projectInfo"
class=
"fromItem"
>
<el-form-item
label=
"项目内容:"
prop=
"projectInfo"
class=
"fromItem"
>
<el-input
v-model=
"ruleFormZJ.projectInfo"
placeholder=
"请输入"
...
...
@@ -433,7 +438,7 @@
@
selection-change=
"handleSelectionChangeZJ"
ref=
"multipleTableZJ"
:data=
"zjtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -537,7 +542,7 @@
@
current-change=
"handleCurrentChangeZJ"
:current-page=
"currentZJ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"zjtotal"
class=
"elpagination"
...
...
@@ -562,7 +567,7 @@ import {
getProjectInfo
,
chProjectInfo
,
}
from
"@/api/index"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
data
()
{
return
{
...
...
@@ -622,8 +627,8 @@ export default {
pageSize
:
10
,
current
:
1
,
pageSizeZJ
:
5
,
pageSizeXQ
:
5
,
currentPageXQ
:
1
,
pageSizeXQ
:
5
,
currentPageXQ
:
1
,
currentZJ
:
1
,
addtotal
:
0
,
currentAdd
:
1
,
...
...
@@ -679,7 +684,7 @@ export default {
}
else
if
(
item
.
postEvalState
==
"5"
)
{
this
.
$set
(
item
,
"postEvalStateText"
,
"已完成"
);
}
else
{
this
.
$set
(
item
,
"postEvalStateText"
,
"
未确认
"
);
this
.
$set
(
item
,
"postEvalStateText"
,
"
已发起
"
);
}
});
this
.
total
=
res
.
data
.
total
*
1
;
...
...
@@ -712,10 +717,14 @@ export default {
if
(
res
.
code
==
"200"
)
{
this
.
addtableData
=
res
.
data
.
records
;
this
.
addtableData
.
forEach
((
item
)
=>
{
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
)
);
});
this
.
addtotal
=
res
.
data
.
total
*
1
;
console
.
log
(
this
.
addtableData
,
'this.addtableData'
)
console
.
log
(
this
.
addtableData
,
"this.addtableData"
);
this
.
dialogXQ
=
true
;
}
},
...
...
@@ -743,7 +752,11 @@ export default {
if
(
res
.
code
==
"200"
)
{
this
.
addtableData
=
res
.
data
.
records
;
this
.
addtableData
.
forEach
((
item
)
=>
{
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
)
);
});
this
.
addtotal
=
res
.
data
.
total
*
1
;
this
.
oldid
=
""
;
...
...
@@ -797,21 +810,21 @@ export default {
handleSizeChangeAdd
(
val
)
{
this
.
pageSizeAdd
=
val
;
// this.detailsForm();
console
.
log
(
val
,
this
.
addcurrentPage
,
'1111'
)
console
.
log
(
val
,
this
.
addcurrentPage
,
"1111"
);
},
handleCurrentChangeAdd
(
val
)
{
console
.
log
(
val
,
this
.
addcurrentPage
,
'0000'
)
this
.
addcurrentPage
=
val
console
.
log
(
val
,
this
.
addcurrentPage
,
"0000"
);
this
.
addcurrentPage
=
val
;
// this.detailsForm();
},
handleSizeChangXQ
(
val
)
{
this
.
pageSizeXQ
=
val
;
this
.
detailsForm
();
console
.
log
(
val
,
this
.
addcurrentPage
,
'1111'
)
console
.
log
(
val
,
this
.
addcurrentPage
,
"1111"
);
},
handleCurrentChangeXQ
(
val
)
{
console
.
log
(
val
,
this
.
addcurrentPage
,
'0000'
)
this
.
currentPageXQ
=
val
console
.
log
(
val
,
this
.
addcurrentPage
,
"0000"
);
this
.
currentPageXQ
=
val
;
this
.
detailsForm
();
},
...
...
@@ -829,8 +842,8 @@ export default {
});
console
.
log
(
this
.
addtableData
,
"addtableData"
);
this
.
addtotal
=
this
.
addtableData
.
length
;
this
.
handleCurrentChangeZJ
(
1
)
this
.
handleSizeChangeAdd
(
5
)
this
.
handleCurrentChangeZJ
(
1
)
;
this
.
handleSizeChangeAdd
(
5
)
;
this
.
dialogAddzj
=
false
;
},
cancelZJ
()
{
...
...
@@ -849,7 +862,11 @@ export default {
console
.
log
(
res
.
data
.
records
,
"res.data.recordsres.data.records"
);
this
.
zjtableData
=
res
.
data
.
records
;
this
.
zjtableData
.
forEach
((
item
)
=>
{
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
)
);
});
this
.
zjtotal
=
res
.
data
.
total
*
1
;
console
.
log
(
res
,
"xxx"
);
...
...
@@ -858,8 +875,6 @@ export default {
saveXZ
()
{
console
.
log
(
"保存验证"
,
this
.
addtableData
);
if
(
this
.
addtableData
.
length
<
1
)
{
this
.
$message
(
"请选择待评估项目"
);
}
...
...
@@ -884,8 +899,6 @@ export default {
this
.
expertIdList
=
expertIdList
;
this
.
resetForm
();
});
},
cancelXZ
()
{
this
.
dialogAdd
=
false
;
...
...
@@ -905,7 +918,7 @@ export default {
batchId
:
this
.
checkedList
[
0
].
batchId
,
};
let
res
=
await
delProjectInfo
(
params
);
this
.
addtotal
=
rows
.
length
this
.
addtotal
=
rows
.
length
;
// this.configs()
},
//点击撤回
...
...
@@ -918,14 +931,25 @@ export default {
this
.
$message
(
"该项目已撤回"
);
return
;
}
if
(
this
.
checkedList
[
0
].
postEvalStateText
==
"
未确认
"
)
{
this
.
$message
(
"该项目还未确认"
);
if
(
this
.
checkedList
[
0
].
postEvalStateText
==
"
已发起
"
)
{
this
.
$message
(
"该项目还未确认
评估
"
);
return
;
}
let
res
=
await
chProjectInfo
({
batchId
:
this
.
checkedList
[
0
].
batchId
});
this
.
$confirm
(
"是否撤回?"
,
"提示"
,
{
confirmButtonText
:
"是"
,
cancelButtonText
:
"否"
,
distinguishCancelAndClose
:
true
,
type
:
"warning"
,
})
.
then
(
async
()
=>
{
let
res
=
await
chProjectInfo
({
batchId
:
this
.
checkedList
[
0
].
batchId
,
});
if
((
res
.
code
=
"200"
))
{
this
.
resetForm
();
}
})
.
catch
((
action
)
=>
{});
},
},
};
...
...
@@ -1203,4 +1227,16 @@ export default {
::v-deep
.el-table
::before
{
display
:
none
!important
;
}
</
style
>
<
style
>
.myTooltips
{
width
:
80%
!important
;
background
:
gainsboro
!important
;
color
:
#333
!important
;
text-align
:
center
;
position
:
absolute
;
right
:
0
;
}
</
style
>
\ No newline at end of file
src/views/assessChecks/correctiveAssistanceVerification.vue
View file @
5a00c87
...
...
@@ -127,7 +127,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -200,7 +200,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -225,7 +225,7 @@
<div
class=
"setTable"
>
<el-table
:data=
"tableDataQR"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -369,7 +369,7 @@
<div class="setTable">
<el-table
:data="tableDataSS"
tooltip-effect="dark
"
tooltip-effect="dark myTooltips
"
style="width: 100%"
header-cell-class-name="custom-th-background"
class="eltable"
...
...
src/views/assessChecks/materialAcquisition.vue
View file @
5a00c87
...
...
@@ -68,7 +68,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -112,7 +112,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -166,7 +166,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"tableDataQD"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -241,7 +241,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"tableDataQD"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessChecks/materialAnalysis.vue
View file @
5a00c87
...
...
@@ -56,7 +56,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -90,7 +90,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -141,7 +141,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableDataQD"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -165,7 +165,7 @@
@
current-change=
"handleCurrentChangetjcl"
:current-page=
"currentPagetjcl"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessChecks/qrCompliance.vue
View file @
5a00c87
...
...
@@ -10,7 +10,7 @@
<el-table
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessZC/assistedConfirm.vue
View file @
5a00c87
...
...
@@ -56,7 +56,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
:row-class-name=
"tableRowClassName"
...
...
@@ -99,7 +99,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -122,7 +122,7 @@
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
<el-table
:data=
"tableDataQR"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -223,7 +223,7 @@
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
<el-table
:data=
"tableDataSS"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessZC/assistedFeedback.vue
View file @
5a00c87
...
...
@@ -57,7 +57,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -103,7 +103,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -126,7 +126,7 @@
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
<el-table
:data=
"tableDataQR"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -198,7 +198,7 @@
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
<el-table
:data=
"tableDataSS"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessZC/assistedRect.vue
View file @
5a00c87
...
...
@@ -57,7 +57,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
:row-class-name=
"tableRowClassName"
...
...
@@ -102,7 +102,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -126,7 +126,7 @@
<div
class=
"setTable"
>
<el-table
:data=
"tableDataQR"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -272,7 +272,7 @@
<div
class=
"setTable"
>
<el-table
:data=
"tableDataSS"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessZC/assistedVerif.vue
View file @
5a00c87
...
...
@@ -43,7 +43,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -78,7 +78,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -136,7 +136,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -173,7 +173,7 @@
@current-change="handleCurrentChangeAdd"
:current-page="addcurrentPage"
:page-sizes="[5, 10, 20, 50]"
:page-size="100"
:page-size="100
0
"
layout="total, sizes, prev, pager, next, jumper"
:total="addtotal"
class="elpagination"
...
...
@@ -243,7 +243,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -280,7 +280,7 @@
@
current-change=
"handleCurrentChangeAdd"
:current-page=
"addcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -365,7 +365,7 @@
@
selection-change=
"handleSelectionChangeZJ"
ref=
"multipleTableZJ"
:data=
"zjtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -428,7 +428,7 @@
@current-change="handleCurrentChangeZJ"
:current-page="currentZJ"
:page-sizes="[5, 10, 20, 50]"
:page-size="100"
:page-size="100
0
"
layout="total, sizes, prev, pager, next, jumper"
:total="zjtotal"
class="elpagination"
...
...
src/views/assessZC/assistedViewing.vue
View file @
5a00c87
...
...
@@ -68,7 +68,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -110,7 +110,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -159,7 +159,7 @@
<!-- <el-table
@selection-change="handleSelectionChange"
:data="qdtableData"
tooltip-effect="dark
"
tooltip-effect="dark myTooltips
"
style="width: 100%"
header-cell-class-name="custom-th-background"
class="eltable tablepg"
...
...
@@ -180,7 +180,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"qdtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -221,7 +221,7 @@
<p
class=
"title"
><span></span>
项目基本信息
</p>
<el-table
:data=
"xxtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -256,7 +256,7 @@
<el-tab-pane
label=
"评审流程"
name=
"third"
>
<el-table
:data=
"lctableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessZC/assitedDistribution.vue
View file @
5a00c87
...
...
@@ -59,7 +59,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -100,7 +100,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessZC/attachSynchronousArchiving.vue
View file @
5a00c87
...
...
@@ -89,7 +89,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -162,7 +162,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -209,7 +209,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"qdtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"tablepg"
...
...
@@ -243,7 +243,7 @@
<p
class=
"title"
><span></span>
项目基本信息
</p>
<el-table
:data=
"xxtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
:row-class-name=
"tableRowClassName"
...
...
@@ -273,7 +273,7 @@
<el-tab-pane
label=
"评审流程"
name=
"third"
>
<el-table
:data=
"lctableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
:row-class-name=
"tableRowClassName"
...
...
src/views/assessZC/auxiliaryInspection.vue
View file @
5a00c87
...
...
@@ -65,7 +65,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -101,7 +101,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessZC/auxiliaryQuery.vue
View file @
5a00c87
...
...
@@ -42,7 +42,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -83,7 +83,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessZC/auxiliarySelection.vue
View file @
5a00c87
...
...
@@ -67,7 +67,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -109,7 +109,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -168,7 +168,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -207,7 +207,7 @@
@
current-change=
"handleCurrentChangeXQ"
:current-page=
"currentPageXQ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"totalXQ"
class=
"elpagination"
...
...
@@ -296,7 +296,7 @@
addcurrentPage * pageSizeAdd
)
"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -335,7 +335,7 @@
@
current-change=
"handleCurrentChangeAdd"
:current-page=
"addcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -398,7 +398,7 @@
@
selection-change=
"handleSelectionChangeZJ"
ref=
"multipleTableZJ"
:data=
"zjtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -446,7 +446,7 @@
@
current-change=
"handleCurrentChangeZJ"
:current-page=
"currentZJ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"zjtotal"
class=
"elpagination"
...
...
@@ -532,7 +532,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -571,7 +571,7 @@
@
current-change=
"handleCurrentChangeBJ"
:current-page=
"currentPageBJ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"totalBJ"
class=
"elpagination"
...
...
src/views/assessZC/checkComplianceFZ.vue
View file @
5a00c87
...
...
@@ -10,7 +10,7 @@
<el-table
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessZC/checkComplianceXF.vue
View file @
5a00c87
...
...
@@ -10,7 +10,7 @@
<el-table
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessZC/confirmChanges.vue
View file @
5a00c87
...
...
@@ -54,7 +54,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -89,7 +89,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -142,7 +142,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableDataQD"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -166,7 +166,7 @@
@
current-change=
"handleCurrentChangetjcl"
:current-page=
"currentPagetjcl"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessZC/confirmRelease.vue
View file @
5a00c87
...
...
@@ -58,7 +58,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -101,7 +101,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -162,7 +162,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -213,7 +213,7 @@
@
current-change=
"handleCurrentChangeAdd"
:current-page=
"addcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -284,7 +284,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"addtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -345,7 +345,7 @@
@
current-change=
"handleCurrentChangeAdd"
:current-page=
"addcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -455,7 +455,7 @@
@
selection-change=
"handleSelectionChangeZJ"
ref=
"multipleTableZJ"
:data=
"zjtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -559,7 +559,7 @@
@
current-change=
"handleCurrentChangeZJ"
:current-page=
"currentZJ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"zjtotal"
class=
"elpagination"
...
...
src/views/assessZC/correctiveAssistanceVerification.vue
View file @
5a00c87
...
...
@@ -80,7 +80,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -145,7 +145,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -170,7 +170,7 @@
<div
class=
"setTable"
>
<el-table
:data=
"tableDataQR"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -319,7 +319,7 @@
<div class="setTable">
<el-table
:data="tableDataSS"
tooltip-effect="dark
"
tooltip-effect="dark myTooltips
"
style="width: 100%"
header-cell-class-name="custom-th-background"
class="eltable"
...
...
src/views/assessZC/materialAcquisition.vue
View file @
5a00c87
...
...
@@ -58,7 +58,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -94,7 +94,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -148,7 +148,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"tableDataQD"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -223,7 +223,7 @@
<el-table
@
selection-change=
"handleSelectionChange"
:data=
"tableDataQD"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/assessZC/materialAnalysis.vue
View file @
5a00c87
...
...
@@ -56,7 +56,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -90,7 +90,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -141,7 +141,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableDataQD"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -165,7 +165,7 @@
@
current-change=
"handleCurrentChangetjcl"
:current-page=
"currentPagetjcl"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/assessZC/qrCompliance.vue
View file @
5a00c87
...
...
@@ -10,7 +10,7 @@
<el-table
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
src/views/checkCompliance/automaticCheck.vue
View file @
5a00c87
...
...
@@ -75,7 +75,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -110,7 +110,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -168,7 +168,7 @@
<div
class=
"setscroll"
>
<el-table
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -196,7 +196,7 @@
@
current-change=
"handleCurrentChangeXQ"
:current-page=
"currentPageXQ"
:page-sizes=
"[5, 10, 15, 20]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/compliance/checkRules.vue
View file @
5a00c87
...
...
@@ -59,7 +59,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -106,7 +106,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/compliance/taskConfigure.vue
View file @
5a00c87
...
...
@@ -73,7 +73,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -108,7 +108,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -178,7 +178,7 @@
addcurrentPage * pageSizeAdd
)
"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -240,7 +240,7 @@
@
current-change=
"handleCurrentChangeAdd"
:current-page=
"addcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -257,7 +257,7 @@
addcurrentPageXM * pageSizeAddXM
)
"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -314,7 +314,7 @@
@
current-change=
"handleCurrentChangeAddXM"
:current-page=
"addcurrentPageXM"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotalXM"
class=
"elpagination"
...
...
@@ -388,7 +388,7 @@
@
selection-change=
"handleSelectionChangeZJ"
ref=
"multipleTableZJ"
:data=
"tableDataRule"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -438,7 +438,7 @@
@
current-change=
"handleCurrentChangeRule"
:current-page=
"currentPageRule"
:page-sizes=
"[5, 10, 15, 20]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -534,7 +534,7 @@
@
selection-change=
"handleSelectionChangeXM"
ref=
"multipleTableXM"
:data=
"zjtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -625,7 +625,7 @@
@
current-change=
"handleCurrentChangeZJ"
:current-page=
"currentZJ"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"zjtotal"
class=
"elpagination"
...
...
@@ -691,7 +691,7 @@
<div
class=
"setscrolldialogAdd"
>
<el-table
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -741,7 +741,7 @@
@
current-change=
"handleCurrentChangeXQ"
:current-page=
"XQcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"XQtotal"
class=
"elpagination"
...
...
@@ -751,7 +751,7 @@
<div
class=
"setscrolldialogAdd"
>
<el-table
:data=
"XQtableDataXM"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -796,7 +796,7 @@
@
current-change=
"handleCurrentChangeXQXM"
:current-page=
"XQcurrentPageXM"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"totalXQXM"
class=
"elpagination"
...
...
@@ -874,7 +874,7 @@
addcurrentPage * pageSizeAdd
)
"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -936,7 +936,7 @@
@
current-change=
"handleCurrentChangeAdd"
:current-page=
"addcurrentPage"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotal"
class=
"elpagination"
...
...
@@ -953,7 +953,7 @@
addcurrentPageXM * pageSizeAddXM
)
"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -1010,7 +1010,7 @@
@
current-change=
"handleCurrentChangeAddXM"
:current-page=
"addcurrentPageXM"
:page-sizes=
"[5, 10, 20, 50]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"addtotalXM"
class=
"elpagination"
...
...
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
View file @
5a00c87
...
...
@@ -92,7 +92,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -132,7 +132,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
View file @
5a00c87
...
...
@@ -88,7 +88,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -134,7 +134,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/projectCheck/checkResault.vue
View file @
5a00c87
...
...
@@ -75,7 +75,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -110,7 +110,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -168,7 +168,7 @@
<div
class=
"setscroll"
>
<el-table
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -196,7 +196,7 @@
@
current-change=
"handleCurrentChangeXQ"
:current-page=
"currentPageXQ"
:page-sizes=
"[5, 10, 15, 20]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
src/views/projectCheck/confirmResault.vue
View file @
5a00c87
...
...
@@ -85,7 +85,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -122,7 +122,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -180,7 +180,7 @@
<div
class=
"setscroll"
>
<el-table
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -209,7 +209,7 @@
@
current-change=
"handleCurrentChangeXQ"
:current-page=
"currentPageXQ"
:page-sizes=
"[5, 10, 15, 20]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -274,7 +274,7 @@
<div
class=
"setscroll"
>
<el-table
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -315,7 +315,7 @@
@current-change="handleCurrentChangeXQ"
:current-page="currentPageXQ"
:page-sizes="[5, 10, 15, 20]"
:page-size="100"
:page-size="100
0
"
layout="total, sizes, prev, pager, next, jumper"
:total="total"
class="elpagination"
...
...
src/views/projectCheck/problemRectify.vue
View file @
5a00c87
...
...
@@ -63,7 +63,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -95,7 +95,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -148,7 +148,7 @@
<div
class=
"setscroll"
>
<el-table
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -199,7 +199,7 @@
@current-change="handleCurrentChangeXQ"
:current-page="currentPageXQ"
:page-sizes="[5, 10, 15, 20]"
:page-size="100"
:page-size="100
0
"
layout="total, sizes, prev, pager, next, jumper"
:total="total"
class="elpagination"
...
...
@@ -259,7 +259,7 @@
<div
class=
"setscroll"
>
<el-table
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -327,7 +327,7 @@
@current-change="handleCurrentChangeXQ"
:current-page="currentPageXQ"
:page-sizes="[5, 10, 15, 20]"
:page-size="100"
:page-size="100
0
"
layout="total, sizes, prev, pager, next, jumper"
:total="total"
class="elpagination"
...
...
src/views/projectCheck/verificationRectify.vue
View file @
5a00c87
...
...
@@ -63,7 +63,7 @@
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -98,7 +98,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[10, 15, 20, 50,100]"
:page-size=
"100"
:page-size=
"100
0
"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
class=
"elpagination"
...
...
@@ -151,7 +151,7 @@
<div
class=
"setscroll"
>
<el-table
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -219,7 +219,7 @@
@current-change="handleCurrentChangeXQ"
:current-page="currentPageXQ"
:page-sizes="[5, 10, 15, 20]"
:page-size="100"
:page-size="100
0
"
layout="total, sizes, prev, pager, next, jumper"
:total="total"
class="elpagination"
...
...
@@ -279,7 +279,7 @@
<div
class=
"setscroll"
>
<el-table
:data=
"XQtableData"
tooltip-effect=
"dark
"
tooltip-effect=
"dark myTooltips
"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
class=
"eltable"
...
...
@@ -364,7 +364,7 @@
@current-change="handleCurrentChangeXQ"
:current-page="currentPageXQ"
:page-sizes="[5, 10, 15, 20]"
:page-size="100"
:page-size="100
0
"
layout="total, sizes, prev, pager, next, jumper"
:total="total"
class="elpagination"
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment