feat: admin-ui 部门编辑添加project

This commit is contained in:
yys 2026-04-03 12:40:26 +08:00
parent 4ea4d009a6
commit 0b21a293b0
1 changed files with 13 additions and 0 deletions

View File

@ -161,6 +161,19 @@
</el-form-item>
</el-col>
</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>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="submitForm"> </el-button>