refactor: file name
This commit is contained in:
parent
f4d225985a
commit
c43a909fcc
3 changed files with 4 additions and 3 deletions
|
|
@ -35,6 +35,7 @@ export default configure((ctx) => {
|
|||
devServer: {
|
||||
host: '0.0.0.0',
|
||||
open: false,
|
||||
port: 5173,
|
||||
},
|
||||
framework: {
|
||||
config: {},
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ import {
|
|||
CloseButton,
|
||||
MainButton,
|
||||
} from 'components/button';
|
||||
import ProductServiceForm from './ProductServiceForm.vue';
|
||||
import QuotationFormProductSelect from './QuotationFormProductSelect.vue';
|
||||
import QuotationFormInfo from './QuotationFormInfo.vue';
|
||||
import ProfileBanner from 'components/ProfileBanner.vue';
|
||||
import DialogForm from 'components/DialogForm.vue';
|
||||
|
|
@ -1581,7 +1581,7 @@ const view = ref<View>(View.Quotation);
|
|||
|
||||
<!-- add product service -->
|
||||
|
||||
<ProductServiceForm
|
||||
<QuotationFormProductSelect
|
||||
v-model="pageState.productServiceModal"
|
||||
v-model:nodes="productServiceNodes"
|
||||
v-model:product-group="productGroup"
|
||||
|
|
@ -1606,7 +1606,7 @@ const view = ref<View>(View.Quotation);
|
|||
}
|
||||
}
|
||||
"
|
||||
></ProductServiceForm>
|
||||
></QuotationFormProductSelect>
|
||||
</div>
|
||||
|
||||
<!-- NOTE: START - Employee Add Form -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue