优化
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
<!--搜索栏-->
|
||||
<el-form size="small" label-position="right" :inline="true" style="padding-left: 10px; padding-right: 10px">
|
||||
<el-row :span="24">
|
||||
<el-form-item label="标签:">
|
||||
<el-input v-model="query.name" placeholder="标签" clearable></el-input>
|
||||
<el-form-item label="标签名称:">
|
||||
<el-input v-model="query.name" placeholder="标签名称" clearable></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="服务类型:">
|
||||
<el-select v-model="query.stype" placeholder="服务类型" style="width: 100%" filterable clearable>
|
||||
@@ -290,7 +290,7 @@ export default {
|
||||
};
|
||||
return {
|
||||
height: "auto",
|
||||
dialogWidth: "30%",
|
||||
dialogWidth: "50%",
|
||||
calcHeight: 180,
|
||||
align: "center",
|
||||
menuAlign: "center",
|
||||
@@ -304,11 +304,11 @@ export default {
|
||||
index: true,
|
||||
indexLabel: "序号",
|
||||
selection: true,
|
||||
dialogType: "dialog",
|
||||
dialogType: "drawer",
|
||||
dialogClickModal: false,
|
||||
column: [
|
||||
{
|
||||
label: "标签",
|
||||
label: "标签名称",
|
||||
prop: "name",
|
||||
// search: true,
|
||||
span: 24,
|
||||
|
||||
Reference in New Issue
Block a user