From 963a2313f4f8959715293d38f69894078150d508 Mon Sep 17 00:00:00 2001 From: lzhe <lzhe@example.com> Date: 星期五, 14 六月 2024 11:29:47 +0800 Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/smart-web --- src/views/console/system/allocationDialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/console/system/allocationDialog.vue b/src/views/console/system/allocationDialog.vue index 408a24d..041fb0a 100644 --- a/src/views/console/system/allocationDialog.vue +++ b/src/views/console/system/allocationDialog.vue @@ -9,7 +9,7 @@ <template> <el-dialog title="瀛楀吀鍚嶇О瀛楀吀閰嶇疆" v-model="visible" :width="1000" destroy-on-close @closed="$emit('closed')"> <div class="dict-main"> - <el-form :inline="true" :model="searchData" abel-width="120px"> + <el-form :inline="true" :model="searchData" label-width="80px"> <el-form-item label="瀛楀吀缂栧彿"> <el-input v-model="searchData.code" placeholder="瀛楀吀缂栧彿" clearable /> </el-form-item> -- Gitblit v1.9.3