Commit 4909c1ba by wangyalan-git

提现审核添加备注显示

parent 01c02655
......@@ -52,6 +52,9 @@
<el-form-item label="备注:" prop="remark" v-if="isAudit">
<el-input v-model="dataForm.remark" placeholder="备注"></el-input>
</el-form-item>
<el-form-item label="备注:" v-else>
<span>{{dataForm.remark}}</span>
</el-form-item>
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="visible = false">取消</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment