add: 物料信息添加入库天数显示,任务新增执行时间

This commit is contained in:
yanps
2025-03-04 16:03:51 +08:00
parent 2be27b9126
commit c4df1d1876
7 changed files with 28 additions and 4 deletions

View File

@@ -224,6 +224,7 @@
<el-table-column prop="create_time" label="创建时间" :min-width="flexWidth('create_time',crud.data,'创建时间')" />
<el-table-column prop="update_name" label="修改人" :min-width="flexWidth('update_name',crud.data,'修改人')" />
<el-table-column prop="update_time" label="修改时间" :min-width="flexWidth('update_time',crud.data,'修改时间')" />
<el-table-column prop="carry_out_time" label="执行时间" :min-width="flexWidth('carry_out_time',crud.data,'执行时间')" />
<el-table-column v-permission="[]" label="操作" width="160px" align="center" fixed="right">
<template slot-scope="scope">
<el-button