Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gavel-hafms-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
gavel-hafms-vue
Commits
bc4a4b0d
Commit
bc4a4b0d
authored
Dec 05, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
excel/import
parent
1158af1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
index.js
src/router/index.js
+1
-1
index.vue
src/views/sbysjsp/zhcx/index.vue
+17
-5
No files found.
src/router/index.js
View file @
bc4a4b0d
...
@@ -316,7 +316,7 @@ export const powerRoutes = [{
...
@@ -316,7 +316,7 @@ export const powerRoutes = [{
"icon"
:
""
,
"icon"
:
""
,
"noCache"
:
false
,
"noCache"
:
false
,
"link"
:
null
,
"link"
:
null
,
"mkid"
:
'
test
'
,
"mkid"
:
'
901030540
'
,
},
},
name
:
'yszxfxzh'
,
name
:
'yszxfxzh'
,
path
:
"yszxfxzh"
path
:
"yszxfxzh"
...
...
src/views/sbysjsp/zhcx/index.vue
View file @
bc4a4b0d
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<!-- right-->
<!-- right-->
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
<!--
<ToolButton
:app=
'app'
></ToolButton>
-->
<!--
<ToolButton
:app=
'app'
></ToolButton>
-->
<ImportTempButton
@
success=
'success'
url=
"hafms/yszhcxzb/import"
:params=
"
{
<ImportTempButton
@
success=
'success'
url=
"hafms/yszhcxzb/
excel/
import"
:params=
"
{
lx:'C'
lx:'C'
}" />
}" />
<!-- 导入-->
<!-- 导入-->
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
},
},
{
{
title
:
"国网项目编码"
,
title
:
"国网项目编码"
,
field
:
"gwxm
bm
"
,
field
:
"gwxm
mc
"
,
fieldType
:
"ftString"
,
fieldType
:
"ftString"
,
width
:
160
width
:
160
},
},
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
title
:
"项目包名称"
,
title
:
"项目包名称"
,
field
:
"xmbmc"
,
field
:
"xmbmc"
,
fieldType
:
"ftString"
,
fieldType
:
"ftString"
,
width
:
16
0
width
:
23
0
},
},
{
{
title
:
"一级单位"
,
title
:
"一级单位"
,
...
@@ -118,13 +118,25 @@
...
@@ -118,13 +118,25 @@
{
{
title
:
"是否预安排项目"
,
title
:
"是否预安排项目"
,
field
:
"yapxm"
,
field
:
"yapxm"
,
fieldType
:
"ftString"
,
formatter
(
a
,
b
,
v
){
let
map
=
{
Y
:
'是'
,
N
:
'否'
}
return
map
[
v
]
},
width
:
160
width
:
160
},
},
{
{
title
:
"是否安全生产"
,
title
:
"是否安全生产"
,
field
:
"aqsc"
,
field
:
"aqsc"
,
fieldType
:
"ftString"
,
formatter
(
a
,
b
,
v
){
let
map
=
{
Y
:
'是'
,
N
:
'否'
}
return
map
[
v
]
},
width
:
160
width
:
160
}
}
]
]
...
...
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