| | |
| | | width: 228, |
| | | fixed: "right", |
| | | scopedSlots: { customRender: "action" }, |
| | | noSearch: true, |
| | | }, |
| | | ], |
| | | dataSource: [], |
| | |
| | | title: "负责人", |
| | | dataIndex: "owner", |
| | | align: "center", |
| | | noSearch: true, |
| | | searchAble: true, |
| | | }, |
| | | { |
| | | title: "适用机料号", |
| | | dataIndex: "applyMaterialCode", |
| | | align: "center", |
| | | noSearch: true, |
| | | searchAble: true, |
| | | }, |
| | | { |
| | | title: "适用机型号号", |
| | | dataIndex: "applyModel", |
| | | align: "center", |
| | | searchAble: true, |
| | | }, |
| | | { |
| | | title: "升级说明", |
| | | dataIndex: "releaseNotes", |
| | | align: "center", |
| | | noSearch: true, |
| | | }, |
| | |
| | | width: 168, |
| | | fixed: "right", |
| | | scopedSlots: { customRender: "action" }, |
| | | noSearch: true, |
| | | } |
| | | ], |
| | | dataSource: [], |
| | |
| | | if (code) { |
| | | this.uploadShow = false; |
| | | this.$message.success(msg); |
| | | this.searchData(); |
| | | } else { |
| | | this.$message.error(msg); |
| | | } |
| | |
| | | onShowSizeChange: onSizeChange, |
| | | }"> |
| | | <template slot="title"> |
| | | <a-upload |
| | | <div class="">我的工单</div> |
| | | <!-- <a-upload |
| | | :file-list="fileList" |
| | | :remove="handleRemove" |
| | | :before-upload="beforeUpload" |
| | | :showUploadList="false" |
| | | @change="uploadChange"> |
| | | <a-button type="primary" size="small">新建工单</a-button> |
| | | </a-upload> |
| | | </a-upload> --> |
| | | </template> |
| | | <template slot="jobStatus" slot-scope="{record}"> |
| | | <a-tag :color="record.statusInfo.color"> |