diff --git a/src/views/infra/codegen/index.vue b/src/views/infra/codegen/index.vue index 34c81e58..4325f702 100644 --- a/src/views/infra/codegen/index.vue +++ b/src/views/infra/codegen/index.vue @@ -163,7 +163,7 @@ const queryParams = reactive({ const queryFormRef = ref() // 搜索的表单 const dataSourceConfigList = ref([]) // 数据源列表 -/** 查询参数列表 */ +/** 查询列表 */ const getList = async () => { loading.value = true try { diff --git a/src/views/infra/job/index.vue b/src/views/infra/job/index.vue index 72f6b95b..e113878a 100644 --- a/src/views/infra/job/index.vue +++ b/src/views/infra/job/index.vue @@ -168,7 +168,7 @@ const queryParams = reactive({ const queryFormRef = ref() // 搜索的表单 const exportLoading = ref(false) // 导出的加载中 -/** 查询参数列表 */ +/** 查询列表 */ const getList = async () => { loading.value = true try { diff --git a/src/views/infra/job/logger/index.vue b/src/views/infra/job/logger/index.vue index ab28b285..f55a0647 100644 --- a/src/views/infra/job/logger/index.vue +++ b/src/views/infra/job/logger/index.vue @@ -141,7 +141,7 @@ const queryParams = reactive({ const queryFormRef = ref() // 搜索的表单 const exportLoading = ref(false) // 导出的加载中 -/** 查询参数列表 */ +/** 查询列表 */ const getList = async () => { loading.value = true try { diff --git a/src/views/mall/product/category/form.vue b/src/views/mall/product/category/CategoryForm.vue similarity index 76% rename from src/views/mall/product/category/form.vue rename to src/views/mall/product/category/CategoryForm.vue index e2b6f62a..b3e68001 100644 --- a/src/views/mall/product/category/form.vue +++ b/src/views/mall/product/category/CategoryForm.vue @@ -10,11 +10,11 @@ @@ -32,10 +32,11 @@ {{ dict.label }} + :label="dict.value" + > + {{ dict.label }} @@ -44,18 +45,16 @@ diff --git a/src/views/mall/product/category/index.vue b/src/views/mall/product/category/index.vue index 12f51cff..f91e1450 100644 --- a/src/views/mall/product/category/index.vue +++ b/src/views/mall/product/category/index.vue @@ -1,7 +1,13 @@ - + - + -