企业列表地区选择器
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user