Commit 85afb842 authored by “yiyousong”'s avatar “yiyousong”

fix:修改数据更新页面

parent 6ce821fb
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
<!-- 头部 --> <!-- 头部 -->
<div class="header flex aic jcb mb20"> <div class="header flex aic jcb mb20">
<a-button type="primary" @click="handleAdd">新增</a-button> <a-button type="primary" @click="handleAdd">新增</a-button>
<a-input-search <!-- <a-input-search
style="width: 300px" style="width: 300px"
placeholder="请输入标题关键字搜索" placeholder="请输入标题关键字搜索"
enter-button="搜索" enter-button="搜索"
v-model="searchVal" v-model="searchVal"
allowClear allowClear
@search="onSearch" @search="onSearch"
/> /> -->
</div> </div>
<!-- 表格 --> <!-- 表格 -->
<div class="table-content"> <div class="table-content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment