|
@@ -737,7 +737,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- item: { key: "create_time", title: "合同创建时间", width: 100 },
|
|
|
+ item: { key: "createTime", title: "合同创建时间", width: 100 },
|
|
|
attr: { is: "el-date-picker", valueFormat: "yyyy-MM-dd" ,disabled:true,},
|
|
|
},
|
|
|
{
|