This commit is contained in:
zxy
2024-02-27 16:48:45 +08:00
parent b611f94ab0
commit 9ef1e612c3
14 changed files with 171 additions and 219 deletions

View File

@@ -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,