update 添加时间最右
This commit is contained in:
@@ -5,11 +5,11 @@ export default function () {
|
||||
|
||||
const tableProps = [
|
||||
{ type: 'index', label: '序号' },
|
||||
{ prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
{ prop: 'name', label: '工厂名称' },
|
||||
{ prop: 'code', label: '工厂编码' },
|
||||
{ prop: 'address', label: '地址' },
|
||||
{ prop: 'description', label: '描述' },
|
||||
{ prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
{
|
||||
prop: 'operations',
|
||||
name: '操作',
|
||||
|
||||
Reference in New Issue
Block a user