|
|
@ -196,7 +196,7 @@ |
|
|
|
<el-form-item label="申请积分:" :label-width="'100px'"> |
|
|
|
<span>{{ detailInfo.pointValue }}</span> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="审核状态" prop="status" :label-width="'100px'"> |
|
|
|
<el-form-item label="审核状态:" prop="status" :label-width="'100px'"> |
|
|
|
<el-select v-model="form.status" placeholder="请选择" :disabled="disabled" class="input-width"> |
|
|
|
<el-option |
|
|
|
v-for="item in zwLists" |
|
|
@ -206,7 +206,7 @@ |
|
|
|
</el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="备注" prop="remark" :label-width="'100px'"> |
|
|
|
<el-form-item label="备注:" prop="remark" :label-width="'100px'"> |
|
|
|
<el-input v-model="form.remark" type="textarea" :disabled="disabled" autocomplete="off" class="input-width"></el-input> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|