流程标识管理功能新增

This commit is contained in:
2024-05-13 21:11:34 +08:00
parent df20141670
commit 3e254f820b
11 changed files with 646 additions and 330 deletions

View File

@@ -40,7 +40,7 @@ defineOptions({
const formJson = reactive({"widgetList":[],"formConfig":{"modelName":"formData","refName":"vForm","rulesName":"rules","labelWidth":80,"labelPosition":"left","size":"","labelAlign":"label-left-align","cssCode":"","customClass":"","functions":"","layoutType":"PC","jsonVersion":3,"onFormCreated":"","onFormMounted":"","onFormDataChange":"","onFormValidate":""}})
const formData = reactive({})
const optionData = reactive({})
const vfRenderRef = ref(null)
const vfRenderRef = ref()
const render = reactive({
visible: false,
title: ''
@@ -91,7 +91,7 @@ const tableStore = new TableStore({
},
{
name: 'update',
title: '设计',
title: '设计表单',
type: 'primary',
icon: 'el-icon-EditPen',
render: 'basicButton',