|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<a-card :bordered="false">
|
|
|
<div class="table-page-search-wrapper">
|
|
|
- <a-form layout="inline">
|
|
|
+ <a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
|
|
|
<a-row :gutter="48">
|
|
|
<a-col :span="6">
|
|
|
<a-form-item label="企业名称">
|
|
@@ -27,7 +27,7 @@
|
|
|
</div>
|
|
|
<a-divider />
|
|
|
<div class="table-operator">
|
|
|
- <a-button type="primary" icon="plus" @click="openModal">新建</a-button>
|
|
|
+ <a-button type="primary" icon="plus" @click="openModal">新增</a-button>
|
|
|
</div>
|
|
|
<s-table
|
|
|
ref="table"
|