yxk-20260525-少量样式和字段调整
流程名称 完成状态
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item label="密级" name="secretLevel">
|
<a-form-item label="密级" name="secretLevel">
|
||||||
<j-dict-select-tag v-model:value="mainForm.secretLevel" :disabled="mainDisabled" dictCode="secret_level" placeholder="请选择密级" allow-clear />
|
<j-dict-select-tag v-model:value="mainForm.secretLevel" disabled dictCode="secret_level" placeholder="请选择密级" allow-clear />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item label="完成状态" name="bpmStatus">
|
<a-form-item label="完成状态" name="bpmStatus">
|
||||||
<a-input v-model:value="mainForm.bpmStatus" :disabled="mainDisabled" allow-clear />
|
<j-dict-select-tag v-model:value="mainForm.bpmStatus" disabled dictCode="super_status" allow-clear />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
|
|||||||
@@ -24,12 +24,12 @@ export const columns: BasicColumn[] = [
|
|||||||
width: 130,
|
width: 130,
|
||||||
dataIndex: 'taskName',
|
dataIndex: 'taskName',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: '流程名称',
|
// title: '流程名称',
|
||||||
align: 'center',
|
// align: 'center',
|
||||||
dataIndex: 'processDefinitionName',
|
// dataIndex: 'processDefinitionName',
|
||||||
ellipsis: true,
|
// ellipsis: true,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: '事项名称',
|
title: '事项名称',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user