|
@@ -87,7 +87,7 @@
|
|
|
|
|
|
</div>
|
|
|
</v-toolbar>
|
|
|
- <CtDialog :visible="show" title="提示" :footer="true" widthType="2" @close="show = false" @submit="handleSubmit">
|
|
|
+ <CtDialog :visible="show" title="请选择要切换的公司账号" :footer="true" widthType="2" @close="show = false" @submit="handleSubmit">
|
|
|
<!-- <div class="mb-3 text-center" style="color: #999;">
|
|
|
<div class="mb-5">您还未加入或注册企业, 请选择您要操作的类型!</div>
|
|
|
<v-btn class="half-button" size="small" color="primary" variant="tonal" @click="handleChange(0)">加入企业</v-btn>
|