| | |
| | | <div style="margin-top: 1rem; height: 100%"> |
| | | <!-- æºæ¢° --> |
| | | <el-table |
| | | empty-text="ææ æ°æ®" |
| | | v-if="isactive == 'æºæ¢°'" |
| | | height="450" |
| | | :data="tableData" |
| | |
| | | |
| | | <!-- çµæ° --> |
| | | <el-table |
| | | empty-text="ææ æ°æ®" |
| | | height="450" |
| | | v-if="isactive == 'çµæ°'" |
| | | :data="tableData" |
| | |
| | | |
| | | <!-- å°æ² --> |
| | | <el-table |
| | | empty-text="ææ æ°æ®" |
| | | height="450" |
| | | v-if="isactive == 'å°æ²'" |
| | | :data="tableData" |
| | |
| | | const TTnum = ref(0); |
| | | //页颿° |
| | | const pageTotal = ref(0); |
| | | //确认é¢å |
| | | //确认é¢å/确认å½è¿ |
| | | const claim = (val, num) => { |
| | | console.log(val, num); |
| | | |
| | | claimdata.value.id = val.njtakeid; |
| | | claimdata.value.gruops = isactive.value; |
| | | GetSleeveandStep(claimdata.value.gruops).then((res) => { |
| | |
| | | }; |
| | | //æ¹åç¶æ |
| | | const changeStatus = () => { |
| | | console.log(claimdata.value); |
| | | ChangeStatus(claimdata.value).then((res) => { |
| | | ElMessage({ |
| | | message: "æå", |