@@ -148,13 +148,13 @@
},
- // {
- // item: { key: "registrationNo", title: "注册证号" },
- // attr: {
- // clearable:true,
- // is: "el-input",
- // },
+ {
+ item: { key: "registrationNo", title: "注册证号" },
+ attr: {
+ clearable:true,
+ is: "el-input",
+ },
].map(({ item, attr }) => ({
@@ -282,7 +282,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" },
@@ -141,7 +141,7 @@ export default function useColumns() {
- item: { width: 100, key: "create_time", title: "合同创建时间" },
+ item: { width: 100, key: "createTime", title: "合同创建时间" },
attr: {},
@@ -285,7 +285,7 @@ export default function useColumns() {
@@ -737,7 +737,7 @@ export default function useColumns() {
attr: { is: "el-date-picker", valueFormat: "yyyy-MM-dd" ,disabled:true,},