Bläddra i källkod

回调信息增加taskid

oyq28 8 månader sedan
förälder
incheckning
8934db70e0
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      imcs-ui/src/views/zuihou/dispatchMgr/productLineInfo/Index.vue

+ 3 - 0
imcs-ui/src/views/zuihou/dispatchMgr/productLineInfo/Index.vue

@@ -42,6 +42,9 @@
             </el-table-column>
             <el-table-column prop="feedback" label='运行时信息' width="160px" show-tooltip-when-overflow></el-table-column>
             <el-table-column prop="callBack" label='回调信息' width="160px" show-overflow-tooltip></el-table-column>
+            <el-table-column prop="taskId" label='taskId' width="180px" show-overflow-tooltip></el-table-column>
+            <el-table-column prop="taskNodeId" label='taskNodeId' width="180px" show-overflow-tooltip></el-table-column>
+
           <el-table-column
               :label="$t('table.operation')"
               fixed="right"