@yqg/permission 1.0.0-beta.0 → 1.0.1-beta.0
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/dist/{apply-modal-Ce5S_Tci.js → apply-modal-BwBRAOgh.js} +3 -3
- package/dist/{checkbox-item-CKI49e8K.js → checkbox-item-DpihGkb7.js} +3 -3
- package/dist/{index-Cquyab03.js → index-yyuuant8.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/index.umd.cjs +30 -30
- package/dist/{yqg-permission-CnUnm_PT.js → yqg-permission-DBFdrj20.js} +723 -723
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/components/yqg-permission.vue +3 -2
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<template #content>
|
|
53
53
|
{{t('manager')}}: {{ curStatus.tips }}
|
|
54
54
|
</template>
|
|
55
|
-
{{
|
|
55
|
+
<span style="color: #1677ff;">{{t('callManager') }}</span>
|
|
56
56
|
</Popover>
|
|
57
57
|
</div>
|
|
58
58
|
</template>
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
return {
|
|
166
166
|
imageUrl: noauthority,
|
|
167
167
|
status: statusMap.NO,
|
|
168
|
-
tips: data[0].admin?.join('
|
|
168
|
+
tips: data[0].admin?.map((item) => item.name)?.join('、'),
|
|
169
169
|
};
|
|
170
170
|
};
|
|
171
171
|
return curStatus.value;
|
|
@@ -203,6 +203,7 @@
|
|
|
203
203
|
align-items: center;
|
|
204
204
|
flex-direction: column;
|
|
205
205
|
font-size: 14px;
|
|
206
|
+
white-space: nowrap;
|
|
206
207
|
}
|
|
207
208
|
</style>
|
|
208
209
|
|