Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
30e292a9
Commit
30e292a9
authored
Sep 24, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.33.cn:CassiniatSaturn/fns_backend into dev
parents
de06385f
c883835b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
index.vue
src/views/Root/OutletManagement/index.vue
+7
-0
index.vue
src/views/Root/index.vue
+1
-1
No files found.
src/views/Root/OutletManagement/index.vue
View file @
30e292a9
<
template
>
<div>
<!--
<input
type=
"file"
@
input=
"handleInput"
/>
-->
<div
v-if=
"showbranchFilter"
>
<p
class=
"text-2xl font-bold mb-5"
>
网点管理
</p>
<div>
...
...
@@ -401,6 +402,12 @@ export default Vue.extend({
}
},
methods
:
{
async
handleInput
(
e
:
Event
){
const
ret
=
await
handle
建设银行
excelFileChange
(
e
)
StaffService
.
getInstance
().
import
({
staffs
:
ret
as
any
})
},
getLalo
()
{
window
.
navigator
.
geolocation
.
getCurrentPosition
((
position
)
=>
{
this
.
formData
.
la
=
position
.
coords
.
latitude
.
toString
();
...
...
src/views/Root/index.vue
View file @
30e292a9
...
...
@@ -2,7 +2,7 @@
<div>
<a-layout
id=
"components-layout-demo-fixed-sider"
>
<a-layout-sider
width=
"256"
style=
"background: white"
>
<div
class=
"text-center text-lg my-3"
>
普惠金融后
台
</div>
<div
class=
"text-center text-lg my-3"
>
中小企业协会综合服务平
台
</div>
<a-menu
style=
"width: 256px"
:open-keys
.
sync=
"openKeys"
...
...
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