diff --git a/src/App.vue b/src/App.vue index 7407d97..29300b2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,7 +22,7 @@ const setDefaultTheme = () => { } appStore.setIsDark(isDarkTheme) } -setDefaultTheme() +// setDefaultTheme() s +
+
+ 企业名称 + {{ formData.enterprisesName }} +
+
+ 企业类型 + {{ getDictLabel(DICT_TYPE.ENTERPRISES_TYPE, formData.type) }} +
+
+ 企业所属区域 + {{ getDictLabel(DICT_TYPE.ENTERPRISES_AREA, formData.region) }} +
+
+ 企业地址 + {{ formData.address }} +
+
+ 负责人 + {{ formData.contactName }} {{ formData.environmentalContactPhone }} +
+
+ 成立时间 + {{ formData.establishmentDate }} +
+
+ 成立时间 + {{ formData.establishmentDate }} +
+
+ 企业介绍 + {{ formData.introduction }} +
+
+ 图片介绍 + +
+
+ +s diff --git a/src/views/enterprises/index.vue b/src/views/enterprises/index.vue index 2f1c5d4..37a44df 100644 --- a/src/views/enterprises/index.vue +++ b/src/views/enterprises/index.vue @@ -17,16 +17,16 @@ class="!w-240px" /> - - - - - - - - - - + + + + + + + + + + - - 搜索 重置 - + 新增 - + 导出 @@ -108,7 +95,6 @@ - @@ -124,7 +110,11 @@ - + - - - + + + @@ -219,7 +187,7 @@ const queryParams = reactive({ establishmentDate: [], gpsLocation: undefined, createTime: [], - managerDeptId: undefined, + managerDeptId: undefined }) const queryFormRef = ref() // 搜索的表单 const exportLoading = ref(false) // 导出的加载中 @@ -236,7 +204,6 @@ const getList = async () => { } } - /** 搜索按钮操作 */ const handleQuery = () => { queryParams.pageNo = 1 @@ -255,23 +222,18 @@ const openForm = (type: string, id?: number) => { formRef.value.open(type, id) } - /*详情*/ const { push } = useRouter() // 路由 - -const detailformRef = ( id?: number) => { -push({ - path:'/enterprises/detailEnterprises', - query:{ - id - } -}) +const detailformRef = (id?: number) => { + push({ + path: '/enterprises/detailEnterprises', + query: { + id + } + }) } - - - /** 删除按钮操作 */ const handleDelete = async (id: number) => { try { diff --git a/src/views/qualification/index.vue b/src/views/qualification/index.vue index 04176f7..cc93514 100644 --- a/src/views/qualification/index.vue +++ b/src/views/qualification/index.vue @@ -93,7 +93,7 @@ type="primary" plain @click="openForm('create')" - v-hasPermi="['system:enterprise-qualification:create']" + v-hasPermi="['system:enterprises-qualification:create']" > 新增 @@ -102,7 +102,7 @@ plain @click="handleExport" :loading="exportLoading" - v-hasPermi="['system:enterprise-qualification:export']" + v-hasPermi="['system:enterprises-qualification:export']" > 导出 @@ -135,7 +135,7 @@ link type="primary" @click="openForm('update', scope.row.id)" - v-hasPermi="['system:enterprise-qualification:update']" + v-hasPermi="['system:enterprises-qualification:update']" > 编辑 @@ -143,7 +143,7 @@ link type="danger" @click="handleDelete(scope.row.id)" - v-hasPermi="['system:enterprise-qualification:delete']" + v-hasPermi="['system:enterprises-qualification:delete']" > 删除 diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index acc737c..1d44874 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -90,6 +90,12 @@ + + + +