Merge branch 'master' of http://git.feashow.cn/clay/mosr-web
This commit is contained in:
@@ -105,7 +105,7 @@ const todoNum = ref(0)
|
|||||||
const tableConfig = reactive({
|
const tableConfig = reactive({
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
prop: 'processName',
|
prop: 'targetName',
|
||||||
label: '流程名称',
|
label: '流程名称',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
},
|
},
|
||||||
@@ -116,7 +116,7 @@ const tableConfig = reactive({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'targetState',
|
prop: 'targetState',
|
||||||
label: '类型',
|
label: '流程类型',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
showOverflowTooltip: false,
|
showOverflowTooltip: false,
|
||||||
currentRender: ({row, index}) => {
|
currentRender: ({row, index}) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user