Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
胡锦波
/
org-manager-web
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
5b90eb2d
authored
Jun 23, 2022
by
胡锦波
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1. up
parent
a6dd8cb2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
src/views/pages/employ-management/address-book/employ-list.vue
src/views/pages/service-management/invoice-titles/dialog-invoice-title-detail.vue
src/views/pages/employ-management/address-book/employ-list.vue
View file @
5b90eb2d
...
...
@@ -47,13 +47,21 @@
>
<el-table-column
type=
"selection"
></el-table-column>
<el-table-column
label=
"姓名"
width=
"140px"
>
<el-table-column
label=
"姓名"
min-width=
"70px"
max-width=
"140px"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
name
||
"-"
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"手机号"
width=
"160px"
>
<el-table-column
label=
"手机号"
min-width=
"120px"
max-width=
"160px"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
mobile
||
"-"
}}
</span>
</
template
>
...
...
@@ -73,7 +81,11 @@
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
width=
"140px"
>
<el-table-column
label=
"状态"
min-width=
"70px"
max-width=
"140px"
>
<
template
slot-scope=
"scope"
>
<span
:class=
"scope.row.joined ? 'joined' : 'waiting'"
...
...
@@ -90,6 +102,8 @@
label=
"操作"
width=
"100"
align=
"center"
min-width=
"70px"
max-width=
"100px"
>
<
template
slot-scope=
"scope"
>
<mg-button
...
...
src/views/pages/service-management/invoice-titles/dialog-invoice-title-detail.vue
View file @
5b90eb2d
...
...
@@ -348,20 +348,6 @@
cursor
:
pointer
;
}
.tabs
{
text-align
:
center
;
margin
:
30px
0
;
margin-top
:
-10px
;
.el-radio-group
{
width
:
350px
;
.el-radio-button
{
width
:
175px
;
}
}
}
.item
{
display
:
flex
;
align-items
:
center
;
...
...
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