浏览代码

修改客户编号由后端生成

hurx 4 天之前
父节点
当前提交
dd1d7adf27

+ 3 - 2
src/views/customer/customerFile/customerInfo/add.vue

@@ -3,9 +3,10 @@
     <!-- 企业基本信息 -->
     <el-card shadow="never" class="mb-4">
       <template #header>
-        <span class="font-medium"
+        <span class="font-medium">企业基本信息</span>
+        <!-- <span class="font-medium"
           >企业基本信息/ <span style="color: #ff0033"> 客户编号:{{ customerNumber }} </span></span
-        >
+        > -->
         <el-button style="float: right" type="primary" @click="handleSubmit" :loading="submitLoading">保存</el-button>
       </template>
       <el-form ref="formRef" :model="form" :rules="rules" label-width="120px">

+ 3 - 2
src/views/customer/customerFile/customerInfo/overview/baseInfo.vue

@@ -4,9 +4,10 @@
     <el-card shadow="never" class="mb-4">
       <template #header>
         <div class="flex justify-between items-center">
-          <span class="font-medium"
+          <span class="font-medium">企业基本信息 </span>
+          <!-- <span class="font-medium"
             >企业基本信息 / <span style="color: #ff0033">客户编号:{{ customerNumber }}</span></span
-          >
+          > -->
           <el-button type="primary" @click="handleSave">保存</el-button>
         </div>
       </template>