Browse Source

fix: 将调拨单号显示字段从id改为allotCode

liujt 7 months ago
parent
commit
b6e35a880c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/bpm/handleTask/components/allocate/detailDialog.vue

+ 1 - 1
src/views/bpm/handleTask/components/allocate/detailDialog.vue

@@ -14,7 +14,7 @@
             </el-col>
             <el-col :span="8">
               <el-form-item label="调拨单号">
-                <span>{{ infoData.id }}</span>
+                <span>{{ infoData.allotCode }}</span>
               </el-form-item>
             </el-col>
             <el-col :span="8">