This commit is contained in:
faiz 2024-06-13 10:52:43 +08:00
parent 8b00350bfb
commit 339db29fc9
1 changed files with 4 additions and 0 deletions

View File

@ -669,6 +669,10 @@
/> />
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="edit_mark">
<span>信息变更</span>
<span style="color: red;">{{ projectData.edit_mark }}</span>
</div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button size="small" @click="dialogVisible = false"> </el-button> <el-button size="small" @click="dialogVisible = false"> </el-button>
<el-button size="small" type="primary" @click="onSubmit"> </el-button> <el-button size="small" type="primary" @click="onSubmit"> </el-button>