lilei vor 4 Jahren
Ursprung
Commit
29e6c8dd59

+ 1 - 1
src/views/basicData/customerTypeManagement/list.vue

@@ -106,7 +106,7 @@ export default {
       const _this = this
       this.$confirm({
         title: '提示',
-        content: '删除后将不可恢复,确认删除吗?',
+        content: '已被绑定的客户类型,删除时需给出提示“客户类型被使用,删除后客户资料中的原有客户类型将同步被删除,确定删除吗?',
         centered: true,
         onOk () {
           custTypeDel({ id: row.id }).then(res => {

+ 2 - 2
src/views/inventoryManagement/warehouse/storingLocation/list.vue

@@ -1,9 +1,9 @@
 <template>
   <div class="storingLocationList-wrap">
-    <a-page-header :ghost="false" @back="handleBack" class="storingLocationList-back">
+    <a-page-header :ghost="false" :backIcon="false" class="storingLocationList-back">
       <!-- 自定义的二级文字标题 -->
       <template slot="subTitle">
-        <a id="storingLocationList-back-btn" href="javascript:;" @click="handleBack">返回列表</a>
+        <a id="storingLocationList-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
       </template>
     </a-page-header>
     <a-card size="small" :bordered="false" class="storingLocationList-cont">