zhangdan 4 年 前
コミット
2b9c91e3d7
2 ファイル変更7 行追加7 行削除
  1. 6 6
      src/views/userInfo/LdDetails.vue
  2. 1 1
      src/views/userInfo/editLdNumModal.vue

+ 6 - 6
src/views/userInfo/LdDetails.vue

@@ -14,18 +14,18 @@
             </a-form-item>
           </a-col>
           <a-col :span="6">
-            <a-form-item label="类型" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
+            <a-form-item label="变动类型" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
               <v-select
                 v-model="queryParam.changeType"
                 ref="changeType"
                 id="LdDetails-status"
                 code="GOLD_CHANGE_TYPE"
-                placeholder="请选择订单状态"
+                placeholder="请选择"
                 allowClear></v-select>
             </a-form-item>
           </a-col>
           <a-col :span="6">
-            <a-form-item label="原因" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
+            <a-form-item label="变动原因" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
               <v-select
                 v-model="queryParam.operateType"
                 ref="operateType"
@@ -79,9 +79,9 @@ export default {
       columns: [
         { title: '序号', dataIndex: 'no', width: 80, align: 'center' },
         { title: '创建时间', dataIndex: 'createDate', width: 200, align: 'center' },
-        { title: '类型', dataIndex: 'changeTypeDictValue', width: 200, align: 'center' },
-        { title: '原因', dataIndex: 'operateTypeDictValue', width: 200, align: 'center' },
-        { title: '乐豆变动', dataIndex: 'changeNum', width: 200, align: 'center' },
+        { title: '变动类型', dataIndex: 'changeTypeDictValue', width: 200, align: 'center' },
+        { title: '变动原因', dataIndex: 'operateTypeDictValue', width: 200, align: 'center' },
+        { title: '乐豆变动', dataIndex: 'changeNum', width: 200, align: 'center' },
         { title: '详情',
           dataIndex: 'remarks',
           width: 200,

+ 1 - 1
src/views/userInfo/editLdNumModal.vue

@@ -31,7 +31,7 @@
             allowClear />
           <span class="inp-unit">乐豆</span>
         </a-form-item>
-        <a-form-item label="修改原因" :label-col="{ span:7 }" :wrapper-col="{ span:17}">
+        <a-form-item label="变动原因" :label-col="{ span:7 }" :wrapper-col="{ span:17}">
           <v-select
             v-decorator="[
               'formData.operateType',