adtec-core-package 2.4.6 → 2.4.7

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adtec-core-package",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -13,9 +13,9 @@ import ElUploads from '../../../components/upload/ElUploads.vue'
13
13
  import type { ISysUploadFiles } from '../../../interface/ISysUploadFiles'
14
14
  import documentApi from '../../../api/DocumentApi'
15
15
  import frameworkUtils from '../../../utils/FrameworkUtils.ts'
16
- import workflowApi from 'adtec-core-package/src/api/workflow/workflow'
17
- import type { SysWorkflowVerType } from 'adtec-core-package/src/interface/workflow/workflow'
18
- import { userInfoStore } from 'adtec-core-package/src/stores/userInfoStore'
16
+ import workflowApi from '../../../api/workflow/workflow'
17
+ import type { SysWorkflowVerType } from '../../../interface/workflow/workflow'
18
+ import { userInfoStore } from '../../../stores/userInfoStore'
19
19
 
20
20
  const userInfo = userInfoStore()
21
21
  const props = withDefaults(
@@ -265,6 +265,7 @@ defineExpose({
265
265
  :vertical="true"
266
266
  v-for="task in item.tasks"
267
267
  :key="task.taskId"
268
+ :style="{border:task.taskId===taskId?'1px solid var(--el-color-primary)':''}"
268
269
  style="
269
270
  margin-bottom: 5px;
270
271
  padding: 5px;
@@ -272,7 +273,7 @@ defineExpose({
272
273
  border-radius: 8px;
273
274
  background: #f8f8f8;
274
275
  "
275
- :style="{ width: task.taskDefKey === 'tech_approval' ? '100%' : '31%',border:task.taskId===taskId?'1px solid var(--el-color-primary)':'' }"
276
+ :style="{ width: task.taskDefKey === 'tech_approval' ? '100%' : '31%' }"
276
277
  >
277
278
  <el-flex height="30px" align="center" justify="space-between">
278
279
  <el-auto-tool-tip :content="task.assigneeName"> </el-auto-tool-tip>