Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
fe329500
Commit
fe329500
authored
Oct 15, 2024
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
2027e3a2
0bf97055
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
937 additions
and
860 deletions
+937
-860
Login.vue
src/components/Login.vue
+407
-386
Announcement.vue
src/components/administrative/Announcement.vue
+528
-455
guestSign.vue
src/components/guestSign.vue
+0
-2
config.js
src/router/config.js
+2
-17
No files found.
src/components/Login.vue
View file @
fe329500
This diff is collapsed.
Click to expand it.
src/components/administrative/Announcement.vue
View file @
fe329500
This diff is collapsed.
Click to expand it.
src/components/guestSign.vue
View file @
fe329500
...
...
@@ -108,11 +108,9 @@
</el-radio-group>
</
template
>
<
template
v-if=
"item.SurveyType === 3"
>
<el-checkbox
v-for=
"(radio, rIndex) in item.SurveyOptionsList"
v-model=
"radio.IsCheckS"
:label=
"radio.ID"
:key=
"rIndex"
>
{{
radio
.
OptionsName
}}
</el-checkbox>
</
template
>
<
template
v-if=
"item.SurveyType === 4"
>
<el-input
type=
"textarea"
:rows=
"2"
:placeholder=
"$t('fnc.qsrneirong')"
v-model=
"item.TextContent"
>
...
...
src/router/config.js
View file @
fe329500
...
...
@@ -6441,22 +6441,7 @@ export default {
meta
:
{
title
:
'财务批量打印页面'
},
},
// {
// path: '/guestlogin', //意见调查表登录
// name: 'guestlogin',
// component: resolve => require(['@/components/guestlogin'], resolve),
// meta: {
// title: '意见调查表登录'
// },
// },
// {
// path: '/guestSign', //意见调查表填写
// name: 'guestSign',
// component: resolve => require(['@/components/guestSign'], resolve),
// meta: {
// title: '意见调查表填写'
// },
// },
}
]
}
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