Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
44d9c511
Commit
44d9c511
authored
Dec 01, 2022
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加随访调查页面
parent
3a723513
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
1 deletion
+37
-1
index.js
src/router/index.js
+12
-0
index.vue
src/views/followupentry/index.vue
+20
-0
index.vue
src/views/followupquery/index.vue
+1
-1
index.vue
src/views/followupresearch/index.vue
+4
-0
No files found.
src/router/index.js
View file @
44d9c511
...
...
@@ -40,6 +40,18 @@ export const constantRoutes = [
// hidden: true,
// name: "login",
// },
{
path
:
"
/followupentry
"
,
component
:
Layout
,
children
:
[
{
path
:
"
/followupentry
"
,
component
:
()
=>
import
(
"
@/views/followupentry/index
"
),
hidden
:
true
,
name
:
"
followupEntry
"
,
},
],
},
{
path
:
"
/401
"
,
name
:
"
401
"
,
...
...
src/views/followupentry/index.vue
0 → 100644
View file @
44d9c511
<
template
>
<ConfigForms
form-type=
"2"
></ConfigForms>
</
template
>
<
script
>
import
ConfigForms
from
"
@/views/screening/components/ConfigForms.vue
"
export
default
{
name
:
"
FollowupEntry
"
,
components
:
{
ConfigForms
,
},
data
()
{
return
{}
},
created
()
{},
methods
:
{},
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/views/followupquery/index.vue
View file @
44d9c511
...
...
@@ -95,7 +95,7 @@ export default {
func
:
this
.
rowOpration
,
formatter
(
row
)
{
return
{
label
:
"
录入
"
,
label
:
"
查询
"
,
type
:
"
text
"
,
}
},
...
...
src/views/followupresearch/index.vue
View file @
44d9c511
...
...
@@ -199,6 +199,10 @@ export default {
onSearch
()
{
console
.
log
(
123456
)
},
rowOpration
(
data
,
i
)
{
console
.
log
(
data
,
i
)
this
.
$router
.
push
(
"
/followupentry
"
)
},
},
}
</
script
>
...
...
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