|
|
@@ -83,7 +83,7 @@
|
|
|
<el-input v-model="formData.remark"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="companyId" label="公司ID">
|
|
|
- <el-switch v-model="formData.companyId"></el-switch>
|
|
|
+ <el-input v-model="formData.companyId"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="enabled" label="有效">
|
|
|
<el-switch v-model="formData.enabled"></el-switch>
|