| | |
| | | v-hasPermi="['weldSeam:weldSeam:export']" |
| | | >导出</el-button> |
| | | </el-col> |
| | | <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> |
| | | <right-toolbar :search="false" @queryTable="getList"></right-toolbar> |
| | | </el-row> |
| | | |
| | | <HxlhTable |
| | |
| | | |
| | | const open = ref(false); |
| | | const loading = ref(true); |
| | | const showSearch = ref(true); |
| | | const ids = ref([]); |
| | | const single = ref(true); |
| | | const multiple = ref(true); |
| | |
| | | |
| | | // 表格配置 |
| | | const columns = ref([ |
| | | { type: 'seq', title: '序号', width: 60 }, |
| | | { type: 'seq', title: '序号', width: 60, fixed: 'left' }, |
| | | { |
| | | title: '年份', |
| | | field: 'year', |
| | | width: 100, |
| | | width: 100, |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '月份', |
| | | field: 'month', |
| | | width: 80, |
| | | width: 80, |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '生产基地', |
| | | field: 'productionBase', |
| | | width: 150, |
| | | width: 150, |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '订单需求', |
| | |
| | | console.log(row); |
| | | open.value = true; |
| | | title.value = "修改焊缝"; |
| | | form.value = row; |
| | | form.value = {...row}; |
| | | // const _id = row.id |
| | | // getWeldSeam(_id).then(response => { |
| | | // form.value = response.data; |