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 ba87c981
authored
Jun 21, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂存
1 parent
d7546363
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
14 deletions
src/views/assessChecks/assistedConfirm.vue
src/views/assessChecks/assistedFeedback.vue
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/attachSynchronousArchiving.vue
src/views/assessChecks/correctiveAssistanceVerification.vue
src/views/assessChecks/assistedConfirm.vue
View file @
ba87c98
...
...
@@ -178,8 +178,8 @@
@
close=
"closed"
>
<div
class=
"dialog"
>
<h3>
项目名称:
一期项目-电力营销-2023年网上国网(网上国网V1.0)-设计开发项目
<h3
v-if=
"checkedList[0]&&checkedList[0].projectName"
>
项目名称:
{{checkedList[0].projectName}}
</h3>
<div
class=
"continer"
>
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
...
...
@@ -287,8 +287,8 @@
:append-to-body=
"false"
>
<div
class=
"dialog"
>
<h3>
项目名称:
一期项目-电力营销-2023年网上国网(网上国网V1.0)-设计开发项目
<h3
v-if=
"checkedList[0]&&checkedList[0].projectName"
>
项目名称:
{{checkedList[0].projectName}}
</h3>
<div
class=
"continer"
>
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
...
...
src/views/assessChecks/assistedFeedback.vue
View file @
ba87c98
...
...
@@ -196,8 +196,8 @@
@
close=
"closed"
>
<div
class=
"dialog"
>
<h3>
项目名称:
一期项目-电力营销-2023年网上国网(网上国网V1.0)-设计开发项目
<h3
v-if=
"checkedList[0]&&checkedList[0].projectName"
>
项目名称:
{{checkedList[0].projectName}}
</h3>
<div
class=
"continer"
>
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
...
...
@@ -332,8 +332,8 @@
:append-to-body=
"false"
>
<div
class=
"dialog"
>
<h3>
项目名称:
一期项目-电力营销-2023年网上国网(网上国网V1.0)-设计开发项目
<h3
v-if=
"checkedList[0]&&checkedList[0].projectName"
>
项目名称:
{{checkedList[0].projectName}}
</h3>
<div
class=
"continer"
>
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
...
...
src/views/assessChecks/assistedViewing.vue
View file @
ba87c98
...
...
@@ -129,7 +129,7 @@
width=
"120"
>
</el-table-column>
<el-table-column
prop=
"projectId"
label=
"项目编码"
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"projectId"
label=
"项目编码"
width=
"1
4
0"
>
</el-table-column>
<el-table-column
prop=
"projectName"
...
...
@@ -174,7 +174,7 @@
>
<div
class=
"dialog"
>
<h3>
项目名称
:一期项目-电力营销-2023年网上国网(网上国网V1.0)-设计开发项目
项目名称
{{ listData.projectName }}
</h3>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
...
...
src/views/assessChecks/attachSynchronousArchiving.vue
View file @
ba87c98
...
...
@@ -315,7 +315,12 @@ export default {
},
//提交归档
async
subfinished
(){
if
(
sessionStorage
.
getItem
(
'authorName'
)
==
3
){
this
.
$message
(
'只有专家可以操作归档'
)
}
console
.
log
(
'只有专家可以操作归档'
)
let
params
=
{
projectId
:
this
.
checkedList
[
0
].
projectId
,
batchId
:
this
.
checkedList
[
0
].
batchId
...
...
src/views/assessChecks/correctiveAssistanceVerification.vue
View file @
ba87c98
...
...
@@ -230,8 +230,8 @@
@
close=
"closed"
>
<div
class=
"dialog"
>
<h3>
项目名称:
一期项目-电力营销-2023年网上国网(网上国网V1.0)-设计开发项目
<h3
v-if=
"checkedList[0]&&checkedList[0].projectName"
>
项目名称:
{{checkedList[0].projectName}}
</h3>
<div
class=
"continer"
>
<p
class=
"xqtitle"
><span></span>
问题清单
</p>
...
...
@@ -390,8 +390,8 @@
:append-to-body="false"
>
<div class="dialog">
<h3
>
项目名称:
一期项目-电力营销-2023年网上国网(网上国网V1.0)-设计开发项目
<h3 v-if="checkedList[0]&&checkedList[0].projectName"
>
项目名称:
{{checkedList[0].projectName}}
</h3>
<div class="continer">
<p class="xqtitle"><span></span>问题清单</p>
...
...
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