fuliqi
2024-11-06 23abf3c8d6ca9577608a3d5ab207d0da67e6e752
src/views/system/platform/index.vue
@@ -1,8 +1,8 @@
<template>
  <div class="app-container">
    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true">
    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" @submit.native.prevent>
      <el-form-item label="平台名称" prop="workOrderNo">
        <el-input v-model="queryParams.keyword" placeholder="关键词搜索" @clear="handleQuery" clearable @keyup.enter.native="handleQuery" size="small"></el-input>
        <el-input v-model="queryParams.keyword" placeholder="请输入平台名称" @clear="handleQuery" clearable @keyup.enter.native="handleQuery" size="small" ></el-input>
      </el-form-item>
      <el-form-item>
        <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">搜索</el-button>