liuzhihui %!s(int64=2) %!d(string=před) roky
rodič
revize
6a92a524b6

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

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

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

@@ -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>