yxk-20260525-少量样式和字段调整

流程名称
完成状态
This commit is contained in:
ye1023
2026-05-25 17:09:19 +08:00
parent 026f24e985
commit f1f10d06ad
2 changed files with 8 additions and 8 deletions
@@ -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',