From e2fdfe540eaf160dc7d063c60667041edcc64e86 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期二, 05 十一月 2024 22:55:14 +0800 Subject: [PATCH] 处理显示名称 --- src/views/console/workstation/Dialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/console/workstation/Dialog.vue b/src/views/console/workstation/Dialog.vue index 5e44b5f..49df965 100644 --- a/src/views/console/workstation/Dialog.vue +++ b/src/views/console/workstation/Dialog.vue @@ -151,7 +151,7 @@ <el-button style="margin-left: 50px;margin-top: 8px" @click="addWork">娣诲姞宸ヤ綔鍙�</el-button> </el-col> --> <el-col :span="12"> - <el-form-item label="鏁版嵁鏉冮檺" prop="createDept"> + <el-form-item label="鎵�灞為儴闂�" prop="createDept"> <el-tree-select :props="{ label: 'title', id: 'id', -- Gitblit v1.9.3