Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
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 d2d0c758
authored
Jan 04, 2024
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
1 parent
25eea0a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
5 deletions
src/views/report-template-fabric/index.vue
src/views/tech-politics-relative-use/index.vue
src/views/report-template-fabric/index.vue
View file @
d2d0c75
...
@@ -226,16 +226,32 @@ export default {
...
@@ -226,16 +226,32 @@ export default {
window
.
open
(
row
.
fileUrl
);
window
.
open
(
row
.
fileUrl
);
},
},
editItem
(
row
)
{
//编辑
editItem
(
row
)
{
//编辑
console
.
log
(
row
)
this
.
is_add_edit
=
'edit'
;
this
.
is_add_edit
=
'edit'
;
this
.
editId
=
row
.
krtId
;
this
.
editId
=
row
.
krtId
;
this
.
ruleForm
.
let1
=
row
.
tempName
;
this
.
ruleForm
.
let1
=
row
.
tempName
;
this
.
ruleForm
.
let2
=
row
.
tempType
;
this
.
ruleForm
.
let2
=
row
.
tempType
;
this
.
ruleForm
.
let4
=
row
.
tempRemark
;
this
.
ruleForm
.
let4
=
row
.
tempRemark
;
if
(
row
.
fileName
)
{
this
.
ruleForm
.
let3
=
row
.
fileId
;
this
.
ruleForm
.
let5
=
row
.
fileName
;
this
.
ruleForm
.
let6
=
row
.
fileUrl
;
this
.
fileList
=
[
{
name
:
row
.
fileName
,
url
:
row
.
fileUrl
}
]
this
.
$refs
.
form
.
clearValidate
(
'let3'
);
}
else
{
this
.
ruleForm
.
let3
=
null
;
this
.
ruleForm
.
let5
=
null
;
this
.
ruleForm
.
let6
=
null
;
this
.
fileList
=
[];
}
this
.
add_dialog
=
true
;
this
.
add_dialog
=
true
;
},
},
handleRemove
(
file
,
fileList
)
{
//文件移出
handleRemove
(
file
,
fileList
)
{
//文件移出
console
.
log
(
fileList
);
console
.
log
(
this
.
fileList
);
this
.
ruleForm
.
let3
=
null
;
this
.
ruleForm
.
let3
=
null
;
this
.
ruleForm
.
let5
=
null
;
this
.
ruleForm
.
let5
=
null
;
this
.
ruleForm
.
let6
=
null
;
this
.
ruleForm
.
let6
=
null
;
...
...
src/views/tech-politics-relative-use/index.vue
View file @
d2d0c75
...
@@ -34,14 +34,14 @@
...
@@ -34,14 +34,14 @@
<el-table-column
prop=
"deptName"
label=
"单位"
align=
"center"
></el-table-column>
<el-table-column
prop=
"deptName"
label=
"单位"
align=
"center"
></el-table-column>
<el-table-column
prop=
"startTime"
label=
"统计时间"
align=
"center"
></el-table-column>
<el-table-column
prop=
"startTime"
label=
"统计时间"
align=
"center"
></el-table-column>
<el-table-column
prop=
"tpoName"
label=
"政策名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"tpoName"
label=
"政策名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"tpoContent"
label=
"政策描述"
align=
"center"
>
<el-table-column
prop=
"tpoContent"
label=
"政策描述"
align=
"center"
></el-table-column>
<el-table-column
prop=
"conformCount"
label=
"符合度"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div>
<div>
{{
scope
.
row
.
tpoConte
nt
}}
%
{{
scope
.
row
.
conformCou
nt
}}
%
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"conformCount"
label=
"符合度"
align=
"center"
></el-table-column>
<el-table-column
prop=
"usefulCount"
label=
"应用数量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"usefulCount"
label=
"应用数量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"ktplRemark"
label=
"备注"
align=
"center"
></el-table-column>
<el-table-column
prop=
"ktplRemark"
label=
"备注"
align=
"center"
></el-table-column>
</el-table>
</el-table>
...
...
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