adtec-core-package 2.4.0 → 2.4.2
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
|
@@ -260,11 +260,7 @@ defineExpose({
|
|
|
260
260
|
:style="{ width: task.taskDefKey === 'tech_approval' ? '100%' : '31%' }"
|
|
261
261
|
>
|
|
262
262
|
<el-flex height="30px" align="center" justify="space-between">
|
|
263
|
-
<
|
|
264
|
-
<span slot="content" class="ellipsis" style="font-size: 14px">{{
|
|
265
|
-
task.assigneeName
|
|
266
|
-
}}</span>
|
|
267
|
-
</el-auto-tool-tip>
|
|
263
|
+
<span class="ellipsis" style="font-size: 14px">{{ task.assigneeName }}</span>
|
|
268
264
|
<div style="display: inline-flex; align-items: center; gap: 8px">
|
|
269
265
|
<el-icon-btn
|
|
270
266
|
v-if="
|