提交 11576f53 编写于 作者: vino's avatar vino

新增服务列表

上级 24ef2f0d
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<el-input v-model="searchParam.searchKey" size="small" placeholder="请输入医生姓名或联系电话"></el-input> <el-input v-model="searchParam.searchKey" size="small" placeholder="请输入医生姓名或联系电话"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="10" style="margin-left: 255px;">
<el-form-item label="服务名称"> <el-form-item label="服务名称">
<el-select <el-select
v-model="searchParam.serviceTypeId" v-model="searchParam.serviceTypeId"
...@@ -68,22 +68,22 @@ ...@@ -68,22 +68,22 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" style="padding:0;text-align:right;padding-right:15px;"> <el-col :span="3" style="text-align:right;padding-right:55px;">
<el-button type="primary" size="small" @click="search(1)">搜索</el-button> <el-button type="primary" size="small" @click="search(1)">搜索</el-button>
</el-col> </el-col>
</el-row> </el-row>
</el-form> </el-form>
<el-row :gutter="30" type="flex" style="margin-bottom:0;"> <el-row :gutter="30" type="flex" style="margin-bottom:0;float: right;">
<el-col :span="3" style="padding:0;text-align:right;"> <el-col :span="5" style="text-align:right;margin-bottom: 10px;">
<el-button type="primary" size="small" @click="refresh(1)">刷新页面</el-button> <el-button type="primary" size="small" @click="refresh(1)">刷新页面</el-button>
</el-col> </el-col>
<el-col :span="3" style="padding:0;text-align:right;"> <el-col :span="5" style="text-align:right;">
<el-button type="primary" size="small" @click="batchOffline(1)">批量下架</el-button> <el-button type="primary" size="small" @click="batchOffline(1)">批量下架</el-button>
</el-col> </el-col>
<el-col :span="3" style="padding:0;text-align:right;"> <el-col :span="5" style="text-align:right;">
<el-button type="primary" size="small" @click="batchOnline(1)">批量上架</el-button> <el-button type="primary" size="small" @click="batchOnline(1)">批量上架</el-button>
</el-col> </el-col>
<el-col :span="3" style="padding:0;text-align:right;"> <el-col :span="5" style="text-align:right;">
<el-button type="primary" size="small" @click="batchSetPrice(1)">批量设置价格</el-button> <el-button type="primary" size="small" @click="batchSetPrice(1)">批量设置价格</el-button>
</el-col> </el-col>
</el-row> </el-row>
...@@ -462,7 +462,7 @@ export default { ...@@ -462,7 +462,7 @@ export default {
}, },
// 刷新页面 // 刷新页面
refresh(){ refresh(){
this.search();
}, },
// 批量下架 // 批量下架
batchOffline(){ batchOffline(){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册