fixed 修改细节

This commit is contained in:
lwh 2023-06-19 13:42:33 +08:00
parent 0f1977e10d
commit 892862dc91
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ const formRef = ref();
const { proxy } = getCurrentInstance()
const emits = defineEmits(["update:modelValue"]);
const formData = reactive({
goodsServicesIsDefault: 1,
goodsServicesIsDefault: 0,
goodsServicesDisplayStatus: 1,
goodsServicesSort: 100,
});

View File

@ -12,7 +12,7 @@
<!-- 搜索框 queryParams.需要搜索的字段 -->
<el-form :model="queryParams" label-position="left" style="margin:15px;" inline ref="queryForm" v-show="showSearch"
@submit.prevent>
<el-form-item label="店铺名称" prop="shopName">
<el-form-item label="店铺名称" prop="shopName" v-if="userid == 1">
<el-input v-model="queryParams.shopName" placeholder="请输入店铺名称" clearable @keyup.enter="handleQuery" />
</el-form-item>
<el-form-item label="服务名称" prop="goodsServicesName">