bl-common-vue3 3.8.90 → 3.8.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
>
|
|
16
16
|
<Spin :spinning="spinning">
|
|
17
17
|
<Row>
|
|
18
|
-
<Col
|
|
18
|
+
<Col
|
|
19
|
+
class="title-image"
|
|
20
|
+
:style="{ backgroundImage: `url(${userTopBg})` }"
|
|
21
|
+
></Col>
|
|
19
22
|
</Row>
|
|
20
23
|
<Row>
|
|
21
24
|
<Col class="avatar">
|
|
@@ -137,6 +140,8 @@ import utils from "../../common/utils/util";
|
|
|
137
140
|
import ExtraFieldsItem from "../ExtraFieldsItem/index.vue";
|
|
138
141
|
import BlModal from "../BlModal/index.vue";
|
|
139
142
|
|
|
143
|
+
const USER_TOP_BG = "/public_h5/static/images/contact/userTopBg.png";
|
|
144
|
+
|
|
140
145
|
export default defineComponent({
|
|
141
146
|
name: "UserDetail",
|
|
142
147
|
components: {
|
|
@@ -475,7 +480,8 @@ export default defineComponent({
|
|
|
475
480
|
handleOk,
|
|
476
481
|
callExternal,
|
|
477
482
|
chatBtnShow,
|
|
478
|
-
handleCreateChat
|
|
483
|
+
handleCreateChat,
|
|
484
|
+
userTopBg: USER_TOP_BG,
|
|
479
485
|
};
|
|
480
486
|
},
|
|
481
487
|
});
|
|
@@ -486,8 +492,7 @@ export default defineComponent({
|
|
|
486
492
|
.title-image {
|
|
487
493
|
width: 100%;
|
|
488
494
|
height: 150px;
|
|
489
|
-
background:
|
|
490
|
-
no-repeat;
|
|
495
|
+
background-repeat: no-repeat;
|
|
491
496
|
background-size: 100% 150%;
|
|
492
497
|
background-position-y: -50px;
|
|
493
498
|
}
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"CustomTable.index.074786-9": "至數",
|
|
12
12
|
"CustomTable.index.074786-13": "加載中…",
|
|
13
13
|
"CustomTable.index.074786-14": "重新整理",
|
|
14
|
-
"CustomTable.index.074786-15": "
|
|
15
|
-
"CustomTable.index.074786-16": "
|
|
14
|
+
"CustomTable.index.074786-15": "導入資料",
|
|
15
|
+
"CustomTable.index.074786-16": "匯出資料",
|
|
16
16
|
"CustomTable.index.074786-17": "字典設定",
|
|
17
17
|
"CustomTable.index.074786-18": "拓展欄位",
|
|
18
18
|
"CustomTable.index.074786-19": "清單設定",
|
|
@@ -171,8 +171,8 @@
|
|
|
171
171
|
"DictionarySetting.index.757488-3": "删除成功",
|
|
172
172
|
"DictionarySetting.index.757488-4": "字典標籤",
|
|
173
173
|
"DictionarySetting.index.757488-5": "字典鍵值",
|
|
174
|
-
"ExportComponents.index.921182-0": "
|
|
175
|
-
"ExportComponents.index.921182-1": "
|
|
174
|
+
"ExportComponents.index.921182-0": "資料匯出進度",
|
|
175
|
+
"ExportComponents.index.921182-1": "正在匯出資料,請耐心等待,請勿關閉窗口…",
|
|
176
176
|
"ExportComponents.index.921182-2": "匯出成功,請等待檔案生成",
|
|
177
177
|
"components.ExtraManageEdit.301828-0": "欄位名稱",
|
|
178
178
|
"components.ExtraManageEdit.301828-1": "欄位排序",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"CustomTable.index.074786-9": "至數",
|
|
12
12
|
"CustomTable.index.074786-13": "加載中…",
|
|
13
13
|
"CustomTable.index.074786-14": "重新整理",
|
|
14
|
-
"CustomTable.index.074786-15": "
|
|
15
|
-
"CustomTable.index.074786-16": "
|
|
14
|
+
"CustomTable.index.074786-15": "導入資料",
|
|
15
|
+
"CustomTable.index.074786-16": "匯出資料",
|
|
16
16
|
"CustomTable.index.074786-17": "字典設定",
|
|
17
17
|
"CustomTable.index.074786-18": "拓展欄位",
|
|
18
18
|
"CustomTable.index.074786-19": "清單設定",
|
|
@@ -171,8 +171,8 @@
|
|
|
171
171
|
"DictionarySetting.index.757488-3": "删除成功",
|
|
172
172
|
"DictionarySetting.index.757488-4": "字典標籤",
|
|
173
173
|
"DictionarySetting.index.757488-5": "字典鍵值",
|
|
174
|
-
"ExportComponents.index.921182-0": "
|
|
175
|
-
"ExportComponents.index.921182-1": "
|
|
174
|
+
"ExportComponents.index.921182-0": "資料匯出進度",
|
|
175
|
+
"ExportComponents.index.921182-1": "正在匯出資料,請耐心等待,請勿關閉窗口…",
|
|
176
176
|
"ExportComponents.index.921182-2": "匯出成功,請等待檔案生成",
|
|
177
177
|
"components.ExtraManageEdit.301828-0": "欄位名稱",
|
|
178
178
|
"components.ExtraManageEdit.301828-1": "欄位排序",
|