Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f1b58958
...
f1b5895829a762380c192431817352af8b3a06ea
authored
2020-12-15 18:05:20 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
45cc82ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
src/page/tjUser.vue
src/page/tjUser.vue
View file @
f1b5895
...
...
@@ -10,32 +10,22 @@
<el-table-column
prop=
"username"
label=
"用户名"
min-width=
"
2
"
>
min-width=
"
1
"
>
</el-table-column>
<el-table-column
prop=
"code"
label=
"机构code"
min-width=
"2"
>
</el-table-column>
<el-table-column
prop=
"level"
label=
"机构级别"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"type"
label=
"执行环境"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"
flag
"
label=
"
是否有效
"
min-width=
"
1
"
>
prop=
"
clues
"
label=
"
待执行用例名
"
min-width=
"
3
"
>
</el-table-column>
<el-table-column
prop=
"mark"
label=
"备注"
min-width=
"
2
"
>
min-width=
"
1
"
>
</el-table-column>
</el-table>
</div>
...
...
Please
register
or
sign in
to post a comment