From 243c0592bd8708b2ab56ee937d0d4357d2b06dda Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期五, 05 一月 2024 15:30:28 +0800 Subject: [PATCH] 修改错误字段,添加缺少字段,将下拉显示详情中的内容改成中文 --- north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue b/north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue index e3e81d4..a1aa829 100644 --- a/north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue +++ b/north-glass-erp/northglass-erp/src/views/pp/machine/AddMachine.vue @@ -69,8 +69,8 @@ {field: 'installationTime',title: '瀹夎鏃堕棿',editRender: { name: 'input', attrs: { placeholder: '' } } }, {field: 'serviceInterval', title: '淇濆吇鍛ㄦ湡',editRender: { name: 'input', attrs: { placeholder: '' } }}, {field: 'process', title: '鎵�鍦ㄥ伐鑹�', editRender: { name: 'input', attrs: { placeholder: '' } }}, - ],//琛ㄥご鎸夐挳 - + ], + //琛ㄥご鎸夐挳 toolbarConfig: { buttons: [ {code: 'print_lck', name: '淇濆瓨',status:'primary' ,icon:'vxe-icon-save'}, -- Gitblit v1.8.0