From 60fcb8ac2127b0c0263f653efa7df14bc2bd7d34 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期六, 16 七月 2022 16:02:41 +0800
Subject: [PATCH] 问题修改
---
src/views/basics/organization/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/basics/organization/index.vue b/src/views/basics/organization/index.vue
index 90a2019..f8003a8 100644
--- a/src/views/basics/organization/index.vue
+++ b/src/views/basics/organization/index.vue
@@ -1,6 +1,6 @@
<template>
<div class="app-container">
- <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
+ <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px" @submit.native.prevent>
<el-form-item label="鏈烘瀯鍚嶇О" prop="name">
<el-input
v-model="queryParams.name"
@@ -37,8 +37,8 @@
default-expand-all
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
>
- <el-table-column label="鏈烘瀯鍚嶇О" align="left" prop="name"/>
- <el-table-column label="鏈烘瀯缂栧彿" align="left" width="150" prop="code"/>
+ <el-table-column label="鏈烘瀯鍚嶇О" align="left" prop="name" show-overflow-tooltip/>
+ <el-table-column label="鏈烘瀯缂栧彿" align="left" width="150" prop="code" show-overflow-tooltip/>
<el-table-column label="鏄剧ず椤哄簭" width="80" align="center" prop="orderNum"/>
<el-table-column label="鎿嶄綔" align="center" width="180" class-name="small-padding fixed-width">
<template slot-scope="scope">
--
Gitblit v1.9.1