|
|
|
@ -19,7 +19,7 @@ |
|
|
|
<el-form :inline="true" label-position="top" :model="dataForm" @keyup.enter.native="getDataList()"> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item label="客户"> |
|
|
|
<el-form-item label="客户/工单"> |
|
|
|
<el-input style="width: 120px" v-model="dataForm.customer" clearable></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="最终状态"> |
|
|
|
@ -228,7 +228,7 @@ |
|
|
|
tableId: "ProjectInfo", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "customer", |
|
|
|
columnLabel: "客户", |
|
|
|
columnLabel: "客户/工单", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
|