公司企业审核

This commit is contained in:
熊丽君
2022-01-27 09:41:09 +08:00
parent 30e01df9ae
commit eedefcc42d
10 changed files with 483 additions and 30 deletions

View File

@ -1,5 +1,10 @@
<template>
<el-form ref="form" :model="value" :rules="rules" label-width="100px">
<el-form
ref="form"
:model="value"
:rules="rules"
:label-width="labelWidth + 'px'"
>
<el-row>
<el-col :span="24">
<el-form-item label="所属领域:" required>
@ -85,6 +90,10 @@ import { industry } from "@/api/config";
export default {
props: {
value: Object,
labelWidth: {
type: Number,
default: 120,
},
},
data() {
return {