changes
This commit is contained in:
@@ -31,12 +31,6 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
{ name: "modelfields", url: "model-fields/", params: {} },
|
||||
{ name: "readexcel", url: "read-excel/", params: {} },
|
||||
{ name: "findkey", url: "find-key/", params: {} },
|
||||
{
|
||||
name: "dealerrights",
|
||||
url: "data/Biz_Rights/",
|
||||
url_detail: "data-detail/Biz_Rights/",
|
||||
params: { sort: "-id" },
|
||||
},
|
||||
{
|
||||
name: "individual",
|
||||
url: "data/Individual/",
|
||||
@@ -824,33 +818,12 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
url_detail: "data-detail/Email_Template/",
|
||||
params: {},
|
||||
},
|
||||
{
|
||||
name: "projectfile",
|
||||
url: "data/Project_File/",
|
||||
url_detail: "data-detail/Project_File/",
|
||||
params: { values: "id,project,file,create_time" },
|
||||
},
|
||||
{
|
||||
name: "issuedplace",
|
||||
url: "data/Issued_Place/",
|
||||
url_detail: "data-detail/Issued_Place/",
|
||||
params: { values: "id,code,name,create_time" },
|
||||
},
|
||||
{
|
||||
name: "dealer",
|
||||
url: "data/Dealer/",
|
||||
url_detail: "data-detail/Dealer/",
|
||||
params: {
|
||||
values:
|
||||
"id,count_sale,code,name,phone,address,email,create_time,sale_amount,pay_sale,commission_amount,pay_commission,commission_remain,batch_date",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "layersetting",
|
||||
url: "data/Layer_Setting/",
|
||||
url_detail: "data-detail/Layer_Setting/",
|
||||
params: { values: "id,code,name,detail,user,create_time,update_time" },
|
||||
},
|
||||
{
|
||||
name: "grouprights",
|
||||
commit: "grouprights",
|
||||
@@ -889,8 +862,7 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
params: {},
|
||||
},
|
||||
{
|
||||
name: "invoice",
|
||||
commit: "invoice",
|
||||
name: "Invoice",
|
||||
url: "data/Invoice/",
|
||||
url_detail: "data-detail/Invoice/",
|
||||
params: {},
|
||||
@@ -1043,6 +1015,12 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
url_detail: "data-detail/Customer_Address/",
|
||||
params: {},
|
||||
},
|
||||
{
|
||||
name: "Delivery_Method",
|
||||
url: "data/Delivery_Method/",
|
||||
url_detail: "data-detail/Delivery_Method/",
|
||||
params: {},
|
||||
},
|
||||
];
|
||||
const { $copy, $clone, $updateSeriesFields, $snackbar, $store, $remove, $dialog } = nuxtApp;
|
||||
|
||||
|
||||
@@ -67,7 +67,6 @@ import FormatDate from "~/components/datatable/format/FormatDate.vue";
|
||||
import DataTable from "~/components/datatable/DataTable.vue";
|
||||
import DataModel from "~/components/datatable/DataModel.vue";
|
||||
import InputNumber from "~/components/common/InputNumber.vue";
|
||||
import ColorText from "~/components/datatable/format/ColorText.vue";
|
||||
|
||||
// menu
|
||||
import MenuAction from "~/components/menu/MenuAction.vue";
|
||||
@@ -95,7 +94,6 @@ const components = {
|
||||
CustomerForm,
|
||||
CountdownTimer,
|
||||
ViewList,
|
||||
ColorText,
|
||||
CountWithAdd,
|
||||
MenuAction,
|
||||
Email,
|
||||
|
||||
Reference in New Issue
Block a user