liuzhihui 2 anni fa
parent
commit
6a92a524b6

+ 5 - 1
CallCenterWeb.UI/RMYY/src/utils/fieldsData.js

249
     value: '申请人'
249
     value: '申请人'
250
   },
250
   },
251
   {
251
   {
252
-    key: 'F_DeptLocation',
252
+    key: 'F_Location',
253
+    value: '报工位置'
254
+  },
255
+  {
256
+    key: 'F_LocationNew',
253
     value: '科室位置'
257
     value: '科室位置'
254
   },
258
   },
255
   {
259
   {

+ 2 - 2
CallCenterWeb.UI/RMYY/src/views/orderManage/orderList/index.vue

69
       <el-table-column v-if="fieldListFlag.F_ProposerDeptName" prop="F_ProposerDept" :formatter="formtDept" label="申请科室"
69
       <el-table-column v-if="fieldListFlag.F_ProposerDeptName" prop="F_ProposerDept" :formatter="formtDept" label="申请科室"
70
         align="center" min-width />
70
         align="center" min-width />
71
       <el-table-column v-if="fieldListFlag.F_ProposerName" prop="F_ProposerName" label="申请人" align="center" min-width />
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
       <el-table-column v-if="fieldListFlag.F_Type" prop="F_Type" label="业务类别" align="center" min-width>
74
       <el-table-column v-if="fieldListFlag.F_Type" prop="F_Type" label="业务类别" align="center" min-width>
75
         <template slot-scope="scope">
75
         <template slot-scope="scope">
76
           <span v-if="scope.row.F_Type==1000">业务咨询</span>
76
           <span v-if="scope.row.F_Type==1000">业务咨询</span>