|
@@ -283,7 +283,7 @@ export default function useColumns() {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
item: { key: "createTime", title: "合同创建时间", width: 100 },
|
|
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 },
|
|
item: { key: "project", title: "项目医院", required: true, width: 100 },
|
|
@@ -539,8 +539,7 @@ export default function useColumns() {
|
|
registration: "registrationNo",
|
|
registration: "registrationNo",
|
|
specification: "specification",
|
|
specification: "specification",
|
|
manufacturer: "manufacturerIdName",
|
|
manufacturer: "manufacturerIdName",
|
|
- tax: "materialRateName",
|
|
|
|
- // tax: "materialRate",
|
|
|
|
|
|
+ rateCode: "materialRateName",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|