Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
46604dfc
Commit
46604dfc
authored
Jul 27, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ce018a05
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
pages.json
pages.json
+2
-0
enterpriseCertificationList.vue
pages/kotra/enterpriseCertificationList.vue
+8
-0
RollCall.vue
pages/school/RollCall.vue
+1
-1
No files found.
pages.json
View file @
46604dfc
...
...
@@ -728,6 +728,8 @@
"path"
:
"carrierInformation"
//载体信息编辑页面
},{
"path"
:
"brandSearch"
//品牌列表的搜索
},{
"path"
:
"enterpriseCertificationList"
//企业认证列表
}]
}
],
"globalStyle"
:
{
...
...
pages/kotra/enterpriseCertificationList.vue
0 → 100644
View file @
46604dfc
<
template
>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
pages/school/RollCall.vue
View file @
46604dfc
...
...
@@ -42,7 +42,7 @@
<uni-th
align=
"center"
width=
"auto"
>
操作
</uni-th>
</uni-tr>
<!-- 表格数据行 -->
<uni-tr
v-for=
"
item in data
"
>
<uni-tr
v-for=
"
(item,index) in data"
:key=
"index
"
>
<uni-td
align=
"center"
>
<view
class=
"nowrap"
>
{{
item
.
LinkMan
}}
...
...
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