提交 846caa05 authored 作者: 宋雄's avatar 宋雄

修改二期bug

上级 2202b3a3
NODE_ENV=development
# VUE_APP_API_BASE_URL='http://220.203.25.212:9998'
VUE_APP_API_BASE_URL='http://192.168.0.122:9999'
VUE_APP_API_BASE_URL='http://192.168.0.100:9999'
# VUE_APP_API_BASE_URL='http://220.203.25.212:9999'
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
......
......@@ -102,7 +102,7 @@ const columns = [
}
},
{
title: '优币变化',
title: '积分变化',
dataIndex: 'integralChange',
key: 'integralChange',
align: 'center',
......
......@@ -19,6 +19,7 @@
<a-input v-model="model.orderNo" placeholder="请输入订单编号"></a-input>
</a-form-model-item>
</a-col>
<template v-if="model && model.ownerPhone">
<a-col :span="12">
<a-form-model-item label="所属小区" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="communityName">
<a-input v-model="model.communityName" placeholder="请输入所属小区"></a-input>
......@@ -34,6 +35,7 @@
<a-input v-model="model.ownerPhone" placeholder="请输入用户账号" />
</a-form-model-item>
</a-col>
</template>
<a-col :span="12">
<a-form-model-item label="支付方式" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="contactName">
<a-input value="微信支付" placeholder="请输入支付方式"></a-input>
......@@ -47,35 +49,6 @@
</a-row>
</a-card>
<!-- <a-card title="操作信息">
<a-row>
<a-col :span="12">
<a-form-model-item label="操作者" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="propertyName">
<a-input v-model="model.propertyName" placeholder="请输入操作者"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="12">
<a-form-model-item label="操作时间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="creditCode">
<a-input v-model="model.creditCode" placeholder="请输入操作时间"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="12">
<a-form-model-item label="订单状态" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="legalName">
<a-input v-model="model.legalName" placeholder="请输入订单状态"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="12">
<a-form-model-item label="付款状态" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="registCapital">
<a-input-number v-model="model.registCapital" :min="1" placeholder="请输入付款状态" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="12">
<a-form-model-item label="备注" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="maker">
<a-input v-model="model.maker" placeholder="请输入备注"></a-input>
</a-form-model-item>
</a-col>
</a-row>
</a-card> -->
<a-card title="操作信息">
<a-row>
<div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论