feat(wms/coil): 在actflow页面添加创建人列
为了显示钢卷操作流程的创建人信息,在表格中添加创建人列
This commit is contained in:
@@ -110,6 +110,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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="operatorName" width="100" />
|
||||||
|
|
||||||
<el-table-column label="处理时间" align="center" prop="processTime" width="155" :show-overflow-tooltip="true">
|
<el-table-column label="处理时间" align="center" prop="processTime" width="155" :show-overflow-tooltip="true">
|
||||||
|
|||||||
Reference in New Issue
Block a user