Compare commits
2 Commits
37f3237f61
...
78b32dd252
| Author | SHA1 | Date |
|---|---|---|
|
|
78b32dd252 | |
|
|
0b21a293b0 |
|
|
@ -161,6 +161,19 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
<el-row v-if="isSecondLevelCompanyForm">
|
||||||
|
<el-col :span="24">
|
||||||
|
<el-form-item label="火山配置项目">
|
||||||
|
<el-input
|
||||||
|
v-model="form.project"
|
||||||
|
type="password"
|
||||||
|
show-password
|
||||||
|
placeholder="选填"
|
||||||
|
maxlength="255"
|
||||||
|
/>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue