|
|
@@ -69,8 +69,8 @@
|
|
69
|
69
|
<el-table-column v-if="fieldListFlag.F_ProposerDeptName" prop="F_ProposerDept" :formatter="formtDept" label="申请科室"
|
|
70
|
70
|
align="center" min-width />
|
|
71
|
71
|
<el-table-column v-if="fieldListFlag.F_ProposerName" prop="F_ProposerName" label="申请人" align="center" min-width />
|
|
72
|
|
- <el-table-column v-if="fieldListFlag.F_DeptLocation" prop="F_Location" label="报工位置" align="center" min-width />
|
|
73
|
|
- <el-table-column prop="F_LocationNew" label="科室位置" align="center" min-width />
|
|
|
72
|
+ <el-table-column v-if="fieldListFlag.F_Location" prop="F_Location" label="报工位置" align="center" min-width />
|
|
|
73
|
+ <el-table-column v-if="fieldListFlag.F_LocationNew" prop="F_LocationNew" label="科室位置" align="center" min-width />
|
|
74
|
74
|
<el-table-column v-if="fieldListFlag.F_Type" prop="F_Type" label="业务类别" align="center" min-width>
|
|
75
|
75
|
<template slot-scope="scope">
|
|
76
|
76
|
<span v-if="scope.row.F_Type==1000">业务咨询</span>
|