Showing
4 changed files
with
8 additions
and
8 deletions
| ... | ... | @@ -153,7 +153,7 @@ |
| 153 | 153 | </template> |
| 154 | 154 | |
| 155 | 155 | <script> |
| 156 | -import { createApi, loadOrderApi } from '@/api/change_list.js' | |
| 156 | +import { createApi, loadOrderApi } from '@/api/revoke_list.js' | |
| 157 | 157 | import Product from './product.vue' |
| 158 | 158 | import SingleSelectSheet from '@/components/single-select/index.vue' |
| 159 | 159 | import RelateSelectSheet from '@/components/relate-select/index.vue' |
| ... | ... | @@ -161,7 +161,7 @@ import { getDicName } from '@/utils/dic.js' |
| 161 | 161 | import { getDicByCodes } from '@/utils/dic' |
| 162 | 162 | |
| 163 | 163 | export default { |
| 164 | - name: 'ChangeListAdd', | |
| 164 | + name: 'RevokeListAdd', | |
| 165 | 165 | components: { Product, SingleSelectSheet, RelateSelectSheet }, |
| 166 | 166 | data() { |
| 167 | 167 | return { | ... | ... |
| ... | ... | @@ -55,7 +55,7 @@ |
| 55 | 55 | </template> |
| 56 | 56 | |
| 57 | 57 | <script> |
| 58 | -import { getDetailApi, cancelApi, confirmApi } from '@/api/change_list.js' | |
| 58 | +import { getDetailApi, cancelApi, confirmApi } from '@/api/revoke_list.js' | |
| 59 | 59 | import Product from './product.vue' |
| 60 | 60 | import DetailButtons from '@/components/detail-buttons/index.vue' |
| 61 | 61 | import { |
| ... | ... | @@ -66,7 +66,7 @@ import { |
| 66 | 66 | } from '@/utils/dic' |
| 67 | 67 | |
| 68 | 68 | export default { |
| 69 | - name: 'ChangeListDetail', | |
| 69 | + name: 'RevokeListDetail', | |
| 70 | 70 | components: { Product, DetailButtons }, |
| 71 | 71 | data() { |
| 72 | 72 | return { | ... | ... |
| ... | ... | @@ -149,14 +149,14 @@ |
| 149 | 149 | </template> |
| 150 | 150 | |
| 151 | 151 | <script> |
| 152 | -import { getDetailApi, updateApi } from '@/api/change_list.js' | |
| 152 | +import { getDetailApi, updateApi } from '@/api/revoke_list.js' | |
| 153 | 153 | import Product from './product.vue' |
| 154 | 154 | import SingleSelectSheet from '@/components/single-select/index.vue' |
| 155 | 155 | import { getDicName } from '@/utils/dic.js' |
| 156 | 156 | import { getDicByCodes } from '@/utils/dic' |
| 157 | 157 | |
| 158 | 158 | export default { |
| 159 | - name: 'ChangeListModify', | |
| 159 | + name: 'RevokeListModify', | |
| 160 | 160 | components: { Product, SingleSelectSheet }, |
| 161 | 161 | data() { |
| 162 | 162 | return { | ... | ... |
| ... | ... | @@ -53,7 +53,7 @@ |
| 53 | 53 | </template> |
| 54 | 54 | |
| 55 | 55 | <script> |
| 56 | -import { getDetailApi } from '@/api/change_list.js' | |
| 56 | +import { getDetailApi } from '@/api/revoke_list.js' | |
| 57 | 57 | import Product from './product.vue' |
| 58 | 58 | import { |
| 59 | 59 | getDicName |
| ... | ... | @@ -63,7 +63,7 @@ import { |
| 63 | 63 | } from '@/utils/dic' |
| 64 | 64 | |
| 65 | 65 | export default { |
| 66 | - name: 'ChangeListViewer', | |
| 66 | + name: 'RevokeListViewer', | |
| 67 | 67 | components: { Product }, |
| 68 | 68 | props: { id: { type: [String, Number], default: '' } }, |
| 69 | 69 | data() { | ... | ... |