xiangpei
2024-09-01 a8e77f3b05d6d96c9bc64f550651b153d8238e88
src/views/system/platform/index.vue
@@ -2,7 +2,7 @@
  <div class="app-container">
    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true">
      <el-form-item label="平台名称" prop="workOrderNo">
        <el-input v-model="queryParams.platformName" placeholder="关键词搜索" @clear="handleQuery" @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>
@@ -181,7 +181,7 @@
      addShow: false,
      timeRange: [],
      queryParams: {
        platformName: ''
        keyword: ''
      },
      tableData: [],
      total: 0,