From 5f700e8cdf48ab2b4db45ba9fb4b0a889f1a7208 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期一, 15 八月 2022 13:22:29 +0800
Subject: [PATCH] 提交代码
---
src/views/components/building/buildList.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/components/building/buildList.vue b/src/views/components/building/buildList.vue
index 59c1008..fc262c4 100644
--- a/src/views/components/building/buildList.vue
+++ b/src/views/components/building/buildList.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"
@@ -27,7 +27,7 @@
highlight-current-row
@current-change="handleCurrentChange"
>
- <el-table-column label="鍗曞厓鍚嶇О" align="center" prop="name"/>
+ <el-table-column label="鍗曞厓鍚嶇О" align="left" prop="name"/>
<el-table-column label="鍗曞厓缂栧彿" prop="code"/>
<el-table-column label="鏄剧ず椤哄簭" align="center" prop="orderNum"/>
</el-table>
--
Gitblit v1.9.1