Browse Source

组织审核原因type=“number”

feature
是小王呀\24601 11 months ago
parent
commit
77df8d1633
  1. 2
      src/views/modules/volunteer/VoluntaryOrganization/process.vue

2
src/views/modules/volunteer/VoluntaryOrganization/process.vue

@ -74,7 +74,7 @@
</el-form-item>
<el-form-item label="原因" v-if="findingsofaudit == 'notPass'">
<el-input v-if="findingsofaudit == 'notPass'" type="number" v-model="reason" style="width: 200px;"
<el-input v-if="findingsofaudit == 'notPass'" v-model="reason" style="width: 200px;"
placeholder="请说明原因"></el-input>
</el-form-item>
</el-form>

Loading…
Cancel
Save