指挥调度功能开发

liujun0703-新项目开发
liujun 2024-08-08 11:00:00 +08:00
parent fe680f0c4c
commit 5ef547fc8f
2 changed files with 2 additions and 3 deletions

View File

@ -739,8 +739,7 @@ export default {
requestFN( requestFN(
'/workingSchedule/list', '/workingSchedule/list',
{ {
date: this.monthvalue, date: this.monthvalue
ORGAN_ID: this.ORGAN_ID
} }
).then((data) => { ).then((data) => {
this.listLoading = false this.listLoading = false

View File

@ -5,7 +5,7 @@
<h2>人员信息</h2> <h2>人员信息</h2>
</div> </div>
<el-table :data="persons" border> <el-table :data="persons" border>
<el-table-column prop="name" label="姓名" /> <el-table-column prop="USER_NAME" label="姓名" />
<el-table-column label="性别" show-overflow-tooltip="true"> <el-table-column label="性别" show-overflow-tooltip="true">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
{{ row.gender === '0' ? '男' : row.gender === '1' ? '女' : '' }} {{ row.gender === '0' ? '男' : row.gender === '1' ? '女' : '' }}