企业列表地区选择器

This commit is contained in:
cxc
2022-07-25 17:32:16 +08:00
parent 65fd5e1adb
commit a18495cc1c
6 changed files with 322 additions and 242 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<!-- <div style="width: 50%">
<div style="width: 50%">
<ExpertForm
v-model="form"
:showTitle="true"
@ -8,15 +8,14 @@
:labelWidth="140"
ref="expertFormRef"
/>
</div> -->
</div>
<el-button @click="cancel">取消</el-button>
<el-button type="primary" @click="submitForm">提交</el-button>
</div>
</template>
<script setup name="EnterpriseAdd">
// import ExpertForm from "@/views/components/ExpertForm";
import ExpertForm from "@/views/components/ExpertForm";
import tab from "@/plugins/tab";
import {
companyAdd,