Merge pull request 'master' (#402) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/402
This commit is contained in:
clay
2024-06-27 14:54:16 +00:00

View File

@@ -105,7 +105,7 @@ const todoNum = ref(0)
const tableConfig = reactive({
columns: [
{
prop: 'processName',
prop: 'targetName',
label: '流程名称',
align: 'center',
},
@@ -116,7 +116,7 @@ const tableConfig = reactive({
},
{
prop: 'targetState',
label: '类型',
label: '流程类型',
align: 'center',
showOverflowTooltip: false,
currentRender: ({row, index}) => {