|
|
@ -110,10 +110,10 @@ |
|
|
<el-input type="textarea" v-model="rejectOpinion" :rows="3" resize="none"></el-input> |
|
|
<el-input type="textarea" v-model="rejectOpinion" :rows="3" resize="none"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
|
|
|
|
|
<el-footer style="height:35px;margin-top:50px;text-align:center"> |
|
|
<el-button type="primary" :loading="submitLoading" @click="rejectSubmit">确定</el-button> |
|
|
<el-button type="primary" :loading="submitLoading" @click="rejectSubmit">确定</el-button> |
|
|
<el-button type="primary" @click="submitModalFlag = false">取消</el-button> |
|
|
<el-button type="primary" @click="submitModalFlag = false">取消</el-button> |
|
|
</span> |
|
|
|
|
|
|
|
|
</el-footer> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
<el-dialog |
|
|
<el-dialog |
|
|
|