doum
19 小时以前 5dbd5bdfc1a4de43722485b728f7d27f9b369eb9
admin/src/components/system/department/DepartmentUserWindow.vue
@@ -8,7 +8,7 @@
  >
    <TableLayout :with-breadcrumb="false">
      <!-- 搜索表单 -->
      <el-form ref="searchForm" slot="search-form" :model="searchForm" label-width="80px" inline>
      <el-form ref="searchForm" slot="search-form" :model="searchForm" label-width="80px" >
        <el-form-item label="用户名" prop="username">
          <el-input v-model="searchForm.username" placeholder="请输入用户名" v-trim @keypress.enter.native="search"/>
        </el-form-item>