|
@@ -187,10 +187,10 @@
|
|
|
<el-option label="申诉中" :value="1"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="申诉结果" v-if="auditForm.appealStatus === 1">
|
|
|
+ <el-form-item label="申诉结果" >
|
|
|
<el-input v-model="auditForm.appealResult" placeholder="请输入申诉结果"></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="申诉时间" v-if="auditForm.appealStatus === 1">
|
|
|
+ <el-form-item label="申诉时间" >
|
|
|
<el-date-picker v-model="auditForm.appealTime" type="datetime" placeholder="请选择申诉时间" format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss" style="width: 100%;"></el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-form>
|