优化 护理项目列表
This commit is contained in:
parent
943324af03
commit
e8b1bf2817
|
|
@ -35,7 +35,7 @@
|
|||
v-loading="that.imgLoading"
|
||||
style="margin: 8px;padding-top: 12px">
|
||||
<div style="display: flex">
|
||||
<el-input clearable v-model="that.searchKeyword" placeholder="输入关键字搜索"/>
|
||||
<el-input clearable v-model="that.searchKeyword" @keydown.enter="queryImage" placeholder="输入关键字搜索"/>
|
||||
<el-button @click="queryImage">查询</el-button>
|
||||
<el-button @click="that.showImageLib = true">图片上传</el-button>
|
||||
</div>
|
||||
|
|
@ -144,7 +144,7 @@ const that = reactive({
|
|||
total: 0,
|
||||
queryParams: {
|
||||
pageNo: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
shapeType: ShapeType.vueShapeImage,
|
||||
name: "",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
</el-table-column>
|
||||
|
||||
|
||||
<el-table-column label="操作" align="center" width="150">
|
||||
<el-table-column label="操作" align="center" width="220">
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
link
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" width="150">
|
||||
<el-table-column label="操作" align="center" width="220">
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
link
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column label="操作" align="center" width="150">
|
||||
<el-table-column label="操作" align="center" width="220">
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
link
|
||||
|
|
|
|||
Loading…
Reference in New Issue