diff --git a/src/views/device/receive/solveComponent/buttonBox.vue b/src/views/device/receive/solveComponent/buttonBox.vue deleted file mode 100644 index 4a4de71..0000000 --- a/src/views/device/receive/solveComponent/buttonBox.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - {{ item.name }} - - - - - - - - - diff --git a/src/views/device/receive/solveComponent/buttonBox.vue b/src/views/device/receive/solveComponent/buttonBox.vue deleted file mode 100644 index 4a4de71..0000000 --- a/src/views/device/receive/solveComponent/buttonBox.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - {{ item.name }} - - - - - - - - - diff --git a/src/views/device/receive/solveComponent/solveBox.vue b/src/views/device/receive/solveComponent/solveBox.vue new file mode 100644 index 0000000..4a4de71 --- /dev/null +++ b/src/views/device/receive/solveComponent/solveBox.vue @@ -0,0 +1,41 @@ + + + + + + + + + {{ item.name }} + + + + + + + + + diff --git a/src/views/device/receive/solveComponent/buttonBox.vue b/src/views/device/receive/solveComponent/buttonBox.vue deleted file mode 100644 index 4a4de71..0000000 --- a/src/views/device/receive/solveComponent/buttonBox.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - {{ item.name }} - - - - - - - - - diff --git a/src/views/device/receive/solveComponent/solveBox.vue b/src/views/device/receive/solveComponent/solveBox.vue new file mode 100644 index 0000000..4a4de71 --- /dev/null +++ b/src/views/device/receive/solveComponent/solveBox.vue @@ -0,0 +1,41 @@ + + + + + + + + + {{ item.name }} + + + + + + + + + diff --git a/src/views/device/receive/solveList.vue b/src/views/device/receive/solveList.vue index adf5fa0..bb1d704 100644 --- a/src/views/device/receive/solveList.vue +++ b/src/views/device/receive/solveList.vue @@ -5,7 +5,7 @@ import { ElLoading, ElMessage, ElMessageBox } from 'element-plus' import { useRouter } from 'vue-router' import type { IlistQuery, IsolveListType } from '@/views/device/receive/receive' -import ButtonBox from '@/views/device/receive/solveComponent/buttonBox.vue' +import ButtonBox from '@/views/device/receive/solveComponent/solveBox.vue' import { exportFile } from '@/utils/exportUtils' import { printJSON } from '@/utils/printUtils' import { SCHEDULE } from '@/utils/scheduleDict'