|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<el-dialog class="rent" :visible.sync="visible" :title="dataForm.flag === '1' ? '查看' : '审核'" :close-on-click-modal="false" :close-on-press-escape="false"> |
|
|
|
<el-dialog class="rent" :visible.sync="visible" :title="dataForm.flag === '1' ? '查看详情' : '审核'" :close-on-click-modal="false" :close-on-press-escape="false"> |
|
|
|
<el-form :inline="true" :model="dataForm" :rules="dataRule" ref="dataForm" |
|
|
|
@keyup.enter.native="dataFormSubmitHandle()" label-width="140px" disabled> |
|
|
|
<div v-if="dataForm.flag === '2'"> |
|
|
|