Compare commits

..

No commits in common. "78b32dd252773be8d4bd6d83b404e56bc737abee" and "37f3237f61960efa89b6e83b0c65f69b0635d358" have entirely different histories.

1 changed files with 0 additions and 13 deletions

View File

@ -161,19 +161,6 @@
</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>