yxk-20260609-我为四所把把脉流程表单优化

This commit is contained in:
ye1023
2026-06-09 15:41:18 +08:00
parent aec06839ec
commit 2036cf5c41
3 changed files with 21 additions and 41 deletions
+6 -6
View File
@@ -19,7 +19,7 @@
<template v-if="toggleSearchStatus">
<a-col :lg="6">
<a-form-item name="type">
<template #label><span title="类别:党的建设等其他">类别</span></template>
<template #label><span title="类别:党的建设等其他">类别</span></template>
<a-input placeholder="请输入类别:党的建设等其他" v-model:value="queryParam.type" allow-clear ></a-input>
</a-form-item>
</a-col>
@@ -240,11 +240,11 @@
},
auth: 'bqtakepulse:bg_takepulse:delete'
},
{
label: '审批进度',
onClick: handlePreviewPic.bind(null, record),
ifShow: !!record.bpmStatus && record.bpmStatus !== '1',
},
// {
// label: '审批进度',
// onClick: handlePreviewPic.bind(null, record),
// ifShow: !!record.bpmStatus && record.bpmStatus !== '1',
// },
{
label: '查询督办流程',
onClick: handleQueryProcess.bind(null, record),