feat(wms/coil): 在actflow页面添加创建人列

为了显示钢卷操作流程的创建人信息,在表格中添加创建人列
This commit is contained in:
砂糖
2025-11-05 11:00:51 +08:00
parent f7dad6a1f4
commit 74833a7a0e

View File

@@ -110,6 +110,7 @@
</template>
</el-table-column>
<el-table-column label="创建人" align="center" prop="createBy" width="100" />
<el-table-column label="操作人" align="center" prop="operatorName" width="100" />
<el-table-column label="处理时间" align="center" prop="processTime" width="155" :show-overflow-tooltip="true">