Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
scm_app
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
3fe5901f
authored
Apr 17, 2026
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
eea5c357
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
132 additions
and
0 deletions
pages.json
pages/apply/index.vue
pages/approve/index.vue
pages.json
View file @
3fe5901f
...
@@ -13,8 +13,46 @@
...
@@ -13,8 +13,46 @@
"enablePullDownRefresh"
:
true
,
"enablePullDownRefresh"
:
true
,
"backgroundTextStyle"
:
"dark"
"backgroundTextStyle"
:
"dark"
}
}
},
{
"path"
:
"pages/apply/index"
,
"style"
:
{
"navigationBarTitleText"
:
"发起申请"
}
},
{
"path"
:
"pages/approve/index"
,
"style"
:
{
"navigationBarTitleText"
:
"审批列表"
}
}
}
],
],
"tabBar"
:
{
"color"
:
"#999999"
,
"selectedColor"
:
"#d2a45f"
,
"backgroundColor"
:
"#ffffff"
,
"borderStyle"
:
"black"
,
"list"
:
[
{
"pagePath"
:
"pages/home/index"
,
"text"
:
"首页"
,
"iconPath"
:
"static/rec-reg.png"
,
"selectedIconPath"
:
"static/rec-reg.png"
},
{
"pagePath"
:
"pages/apply/index"
,
"text"
:
"发起申请"
,
"iconPath"
:
"static/yujin.png"
,
"selectedIconPath"
:
"static/yujin.png"
},
{
"pagePath"
:
"pages/approve/index"
,
"text"
:
"审批列表"
,
"iconPath"
:
"static/huidanshangchuan.png"
,
"selectedIconPath"
:
"static/huidanshangchuan.png"
}
]
},
"globalStyle"
:
{
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"供应链商务"
,
"navigationBarTitleText"
:
"供应链商务"
,
...
...
pages/apply/index.vue
0 → 100644
View file @
3fe5901f
<
template
>
<view
class=
"page-box"
>
<view
class=
"placeholder-box"
>
<text
class=
"title"
>
发起申请
</text>
<text
class=
"desc"
>
页面已添加,等待后续指示
</text>
</view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{};
}
};
</
script
>
<
style
scoped
>
.page-box
{
min-height
:
100vh
;
padding
:
32
rpx
;
background
:
#f5f6f8
;
box-sizing
:
border-box
;
}
.placeholder-box
{
padding
:
48
rpx
32
rpx
;
background
:
#ffffff
;
border-radius
:
24
rpx
;
}
.title
{
display
:
block
;
color
:
#222222
;
font-size
:
36
rpx
;
font-weight
:
600
;
line-height
:
1.4
;
}
.desc
{
display
:
block
;
margin-top
:
16
rpx
;
color
:
#666666
;
font-size
:
28
rpx
;
line-height
:
1.6
;
}
</
style
>
pages/approve/index.vue
0 → 100644
View file @
3fe5901f
<
template
>
<view
class=
"page-box"
>
<view
class=
"placeholder-box"
>
<text
class=
"title"
>
审批列表
</text>
<text
class=
"desc"
>
页面已添加,等待后续指示
</text>
</view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{};
}
};
</
script
>
<
style
scoped
>
.page-box
{
min-height
:
100vh
;
padding
:
32
rpx
;
background
:
#f5f6f8
;
box-sizing
:
border-box
;
}
.placeholder-box
{
padding
:
48
rpx
32
rpx
;
background
:
#ffffff
;
border-radius
:
24
rpx
;
}
.title
{
display
:
block
;
color
:
#222222
;
font-size
:
36
rpx
;
font-weight
:
600
;
line-height
:
1.4
;
}
.desc
{
display
:
block
;
margin-top
:
16
rpx
;
color
:
#666666
;
font-size
:
28
rpx
;
line-height
:
1.6
;
}
</
style
>
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