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