Commit 07868ea4 by XiaHou

修改ad用户 叫为员工编号

parent 9d62c95a
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
align="center"> align="center">
<template slot-scope="scope">{{scope.row.name}}</template> <template slot-scope="scope">{{scope.row.name}}</template>
</el-table-column> </el-table-column>
<el-table-column label="AD用户" <el-table-column label="员工编号"
align="center"> align="center">
<template slot-scope="scope">{{scope.row.jobNo || '--'}}</template> <template slot-scope="scope">{{scope.row.jobNo || '--'}}</template>
</el-table-column> </el-table-column>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
align="center"> align="center">
<template slot-scope="scope">{{scope.row.name}}</template> <template slot-scope="scope">{{scope.row.name}}</template>
</el-table-column> </el-table-column>
<el-table-column label="AD用户" <el-table-column label="员工编号"
align="center"> align="center">
<template slot-scope="scope">{{scope.row.jobNo || '--'}}</template> <template slot-scope="scope">{{scope.row.jobNo || '--'}}</template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment