This commit is contained in:
2023-08-09 16:30:05 +08:00
parent de0db59243
commit 676417b9d4
3 changed files with 19 additions and 5 deletions

View File

@@ -52,8 +52,8 @@ const roundNumber = route.query.key.split("-")[0]
// crud组件
const crudOptions = ref({
api: dutApi.getDutList,
add: { show: true, api: dutApi.save },
edit: { show: true, api: dutApi.update },
add: { show: true, api: dutApi.save,text:"新增被测件" },
edit: { show: true, api: dutApi.update,text:"编辑被测件" },
delete: { show: true, api: dutApi.delete },
parameters: {
projectId: route.query.id,
@@ -68,7 +68,7 @@ const crudOptions = ref({
operationColumnAlign: "center",
formOption: {
viewType: "drawer",
width: 600
width: 600,
}
})
const beiceType = [