Qukatie 5 dienas atpakaļ
vecāks
revīzija
417db3069e

+ 2 - 2
src/views/claimSettlement/detailsPage.vue

@@ -132,11 +132,11 @@ export default {
             disabled: true,
           },
           {
-            label: "消费者姓名",
+            label: "联系人",
             prop: "consumerName",
           },
           {
-            label: "消费者电话",
+            label: "电话",
             prop: "consumerPhone",
           },
           {

+ 2 - 2
src/views/claimSettlement/index.vue

@@ -105,14 +105,14 @@ export default {
             overHidden: true
           },
           {
-            label: "消费者姓名",
+            label: "联系人",
             prop: "consumerName",
             width: 90,
             search: true,
             overHidden: true
           },
           {
-            label: "消费者电话",
+            label: "电话",
             prop: "consumerPhone",
             width: 90,
             overHidden: true

+ 7 - 7
src/views/store/detailsPage.vue

@@ -45,13 +45,13 @@
       <trade-card title="基础资料" style="margin-top: 60px" v-loading="loadingBtn">
         <avue-form ref="form" class="trading-form" v-model="form" :option="option">
           <template slot="corpsTypeIdLabel">
-            <span style="color: #409eff; cursor: pointer" @click="corpTypeVisible = true"> 客户分类 </span>
+            <span style="color: #409eff; cursor: pointer" @click="corpTypeVisible = true"> 店面分类 </span>
           </template>
           <template slot="corpsTypeId">
             <avue-input-tree
               v-model="form.corpsTypeId"
               :disabled="option.disabled"
-              placeholder="请选择客户分类"
+              placeholder="请选择店面分类"
               :dic="corpTypeList"
               :props="props"
             >
@@ -211,7 +211,7 @@
           </template>
         </avue-crud>
       </trade-card>
-      <containerTitle title="上传附件"></containerTitle>
+      <containerTitle title="店面照片"></containerTitle>
       <c-upload
         v-loading="loadingBtn"
         typeUpload="CD"
@@ -223,7 +223,7 @@
         :mainImageType="true"
       ></c-upload>
       <el-dialog
-        title="设置客户分类"
+        title="设置店面分类"
         v-dialogDrag
         :visible.sync="corpTypeVisible"
         class="avue-dialog"
@@ -387,7 +387,7 @@ export default {
         span: 6,
         column: [
           {
-            label: "客户名称",
+            label: "店铺名称",
             prop: "cname",
             rules: [
               {
@@ -398,7 +398,7 @@ export default {
             ],
           },
           {
-            label: "客户分类",
+            label: "店面分类",
             prop: "corpsTypeId",
             rules: [
               {
@@ -589,7 +589,7 @@ export default {
             ],
           },
           {
-            label: "地址",
+            label: "所属地区",
             prop: "belongtoarea",
             dicData: [],
             dataType: "string",