Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
video-monitoring
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
刘怀志
video-monitoring
Commits
66551d8a
Commit
66551d8a
authored
Aug 06, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改完善用户信息界面
parent
37457f35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/employee/index.vue
+3
-3
No files found.
src/views/employee/index.vue
View file @
66551d8a
...
...
@@ -164,14 +164,14 @@
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"手机号码"
align=
"center"
key=
"phonenumber"
prop=
"phonenumber"
width=
"
19
0"
v-if=
"columns[4].visible"
/>
<el-table-column
label=
"手机号码"
align=
"center"
key=
"phonenumber"
prop=
"phonenumber"
width=
"
30
0"
v-if=
"columns[4].visible"
/>
<!-- <el-table-column label="账号" align="center" key="userName" prop="userName" width="190" v-if="columns[1].visible" :show-overflow-tooltip="true" />-->
<el-table-column
label=
"员工姓名"
align=
"center"
key=
"nickName"
prop=
"nickName"
width=
"190"
v-if=
"columns[2].visible"
:show-overflow-tooltip=
"true"
/>
<!-- <el-table-column label="部门" align="center" key="deptName" prop="dept.deptName" v-if="columns[3].visible" :show-overflow-tooltip="true" />-->
<el-table-column
label=
"权重"
align=
"center"
key=
"weightNum"
prop=
"weightNum"
width=
"150"
v-if=
"columns[8].visible"
/>
<el-table-column
label=
"创建人"
align=
"center"
key=
"createBy"
prop=
"createBy"
width=
"190"
v-if=
"columns[7].visible"
/>
<el-table-column
label=
"创建时间"
align=
"center"
key=
"createTime"
prop=
"createTime"
width=
"
19
0"
v-if=
"columns[6].visible"
>
<el-table-column
label=
"创建时间"
align=
"center"
key=
"createTime"
prop=
"createTime"
width=
"
30
0"
v-if=
"columns[6].visible"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</span>
</
template
>
...
...
@@ -186,7 +186,7 @@
<el-table-column
label=
"操作"
align=
"center"
width=
"2
3
2"
width=
"2
9
2"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.userId !== 1"
>
...
...
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