feat:【antd】【erp 系统】sale 重构代码风格(处理文案等)
This commit is contained in:
@@ -111,7 +111,7 @@ export function useFormSchema(formType: string): VbenFormSchema[] {
|
||||
},
|
||||
{
|
||||
fieldName: 'items',
|
||||
label: '产品清单',
|
||||
label: '销售产品清单',
|
||||
component: 'Input',
|
||||
formItemClass: 'col-span-3',
|
||||
},
|
||||
|
||||
@@ -19,13 +19,13 @@ import {
|
||||
import { $t } from '#/locales';
|
||||
|
||||
import { useGridColumns, useGridFormSchema } from './data';
|
||||
import SaleOrderForm from './modules/form.vue';
|
||||
import Form from './modules/form.vue';
|
||||
|
||||
/** ERP 销售订单列表 */
|
||||
defineOptions({ name: 'ErpSaleOrder' });
|
||||
|
||||
const [FormModal, formModalApi] = useVbenModal({
|
||||
connectedComponent: SaleOrderForm,
|
||||
connectedComponent: Form,
|
||||
destroyOnClose: true,
|
||||
});
|
||||
|
||||
|
||||
@@ -308,7 +308,7 @@ onMounted(async () => {
|
||||
class="mt-2 flex justify-center"
|
||||
:actions="[
|
||||
{
|
||||
label: '添加产品',
|
||||
label: '添加销售产品',
|
||||
type: 'default',
|
||||
onClick: handleAdd,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user