提交 修改弹窗点击关闭
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
<el-dialog title="Remarks" :visible.sync="editbox" width="40%">
|
||||
<el-dialog title="Remarks" :visible.sync="editbox" width="40%" :close-on-click-modal="false">
|
||||
<el-form ref="remark" :model="remark" label-width="80px">
|
||||
<el-form-item label="Content :">
|
||||
<el-input type="textarea" rows="5" v-model="remark.content"></el-input>
|
||||
@@ -83,7 +83,7 @@
|
||||
<el-button type="primary" @click="saveRemark">Save</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
<el-dialog title="Repetition" :visible.sync="repebox" width="40%">
|
||||
<el-dialog title="Repetition" :visible.sync="repebox" width="40%" :close-on-click-modal="false">
|
||||
<el-form ref="repetition" :model="repeform" label-width="80px">
|
||||
<el-form-item label="Content :">
|
||||
<el-input maxlength="3" style="width:100px;" v-model="repeform.repefen">
|
||||
@@ -104,7 +104,7 @@
|
||||
<el-button type="primary" @click="saveRepe">Save</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
<el-dialog title="Feedback questionnaire" :visible.sync="dialogFormVisible" width="750px">
|
||||
<el-dialog title="Feedback questionnaire" :visible.sync="dialogFormVisible" width="750px" :close-on-click-modal="false">
|
||||
<el-form :model="questionform" ref="question" label-width="300px" label-position="top">
|
||||
<el-divider content-position="center">REFEREE'S ASSESSMENT</el-divider>
|
||||
<el-row :gutter="24">
|
||||
|
||||
Reference in New Issue
Block a user