File tree Expand file tree Collapse file tree 3 files changed +0
-287
lines changed
components/SimpleProcessDesigner/src Expand file tree Collapse file tree 3 files changed +0
-287
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55
55
class =" ant-input editable-title-input"
56
56
@blur =" blurEvent(index)"
57
57
@focus =" $event.currentTarget.select()"
58
- v-focus
59
58
v-model =" item.nodeName"
60
59
/>
61
60
<span v-else class =" editable-title" @click =" clickEvent(index)" >{{ item.nodeName }}</span >
Original file line number Diff line number Diff line change 10
10
</div >
11
11
</section >
12
12
</div >
13
- <approverDrawer :directorMaxLevel =" directorMaxLevel" />
14
13
</template >
15
14
<script lang="ts" setup>
16
15
import nodeWrap from ' @/components/SimpleProcessDesigner/src/nodeWrap.vue'
17
- import approverDrawer from ' @/components/SimpleProcessDesigner/src/drawer/approverDrawer.vue'
18
16
defineOptions ({ name: ' SimpleWorkflowDesignEditor' })
19
17
let nodeConfig = ref ({
20
18
nodeName: ' 发起人' ,
@@ -24,7 +22,6 @@ let nodeConfig = ref({
24
22
nodeUserList: [],
25
23
childNode: {}
26
24
})
27
- let directorMaxLevel = ref (0 )
28
25
</script >
29
26
<style >
30
27
@import url (' @/components/SimpleProcessDesigner/theme/workflow.css' );
You can’t perform that action at this time.
0 commit comments