This commit is contained in:
parent
8b00350bfb
commit
339db29fc9
|
@ -669,6 +669,10 @@
|
|||
/>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div class="edit_mark">
|
||||
<span>信息变更:</span>
|
||||
<span style="color: red;">{{ projectData.edit_mark }}</span>
|
||||
</div>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button size="small" @click="dialogVisible = false">取 消</el-button>
|
||||
<el-button size="small" type="primary" @click="onSubmit">确 定</el-button>
|
||||
|
|
Loading…
Reference in New Issue