commit
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
<!-- 引入 core 包和对应 css-->
|
||||
<script src="/assets/platform/plugins/logicflow/logic-flow.js"></script>
|
||||
<link rel="stylesheet" href="/assets/platform/plugins/logicflow/index.css"/>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@logicflow/extension@2.1.4/dist/index.min.js"></script>
|
||||
<script src="/assets/platform/plugins/logicflow/index.min.js"></script>
|
||||
<!-- <script src="https://cdn.jsdelivr.net/npm/@logicflow/extension@2.1.4/dist/index.min.js"></script>-->
|
||||
<script src="/assets/platform/plugins/snaker/SnakerflowDesigner.umd.js"></script>
|
||||
<style>
|
||||
#snaker-flow-preview {
|
||||
|
||||
+1
-1
@@ -63,7 +63,7 @@ layout("/layouts/platform.html"){
|
||||
size="small"
|
||||
type="primary"
|
||||
@click="$refs.onePushFormalRef.onOpen(pageForm.teacherMeetId)"
|
||||
>候选人录入
|
||||
>候选委员录入
|
||||
</el-button>
|
||||
</table-tool>
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ const DELEGATION_TWO_PUSH_FORMAL_DIALOG = {
|
||||
<el-dialog
|
||||
:close-on-click-modal="false"
|
||||
:visible.sync="dialogVisible"
|
||||
title="执委会\工会委员会候选人、经审委员会委员录入"
|
||||
title="候选委员录入"
|
||||
width="70%"
|
||||
|
||||
>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ const PUSH_FORMAL_DIALOG = {
|
||||
<el-dialog
|
||||
:close-on-click-modal="false"
|
||||
:visible.sync="dialogVisible"
|
||||
title="筹备组推选"
|
||||
title="正式委员录入"
|
||||
width="70%"
|
||||
|
||||
>
|
||||
|
||||
+1
-1
@@ -209,7 +209,7 @@ layout("/layouts/platform.html"){
|
||||
},
|
||||
methods: {
|
||||
doUpData(){
|
||||
this.$.axios.post(loc()+"/doUpData")
|
||||
this.$axios.post(loc()+"/doUpData")
|
||||
},
|
||||
openView(row) {
|
||||
this.$refs.guava.edit(() => {
|
||||
|
||||
Reference in New Issue
Block a user