yxk-20260626-
我的抄送-查看审批修改为查看详情
This commit is contained in:
@@ -10,9 +10,10 @@
|
|||||||
<MenuDivider v-if="getShowDoc" />
|
<MenuDivider v-if="getShowDoc" />
|
||||||
<!-- <MenuItem itemKey="account" :text="t('layout.header.dropdownItemSwitchAccount')" icon="ant-design:setting-outlined" /> -->
|
<!-- <MenuItem itemKey="account" :text="t('layout.header.dropdownItemSwitchAccount')" icon="ant-design:setting-outlined" /> -->
|
||||||
<!-- <MenuItem itemKey="password" :text="t('layout.header.dropdownItemSwitchPassword')" icon="ant-design:edit-outlined" /> -->
|
<!-- <MenuItem itemKey="password" :text="t('layout.header.dropdownItemSwitchPassword')" icon="ant-design:edit-outlined" /> -->
|
||||||
<MenuItem itemKey="contact" text="联系我们" icon="ant-design:phone-outlined" />
|
|
||||||
<MenuItem itemKey="depart" :text="t('layout.header.dropdownItemSwitchDepart')" icon="ant-design:cluster-outlined" />
|
<MenuItem itemKey="depart" :text="t('layout.header.dropdownItemSwitchDepart')" icon="ant-design:cluster-outlined" />
|
||||||
<MenuItem itemKey="cache" :text="t('layout.header.dropdownItemRefreshCache')" icon="ion:sync-outline" />
|
<MenuItem itemKey="cache" :text="t('layout.header.dropdownItemRefreshCache')" icon="ion:sync-outline" />
|
||||||
|
<MenuItem itemKey="contact" text="联系我们" icon="ant-design:phone-outlined" />
|
||||||
|
|
||||||
<!-- <MenuItem
|
<!-- <MenuItem
|
||||||
v-if="getUseLockPage"
|
v-if="getUseLockPage"
|
||||||
itemKey="lock"
|
itemKey="lock"
|
||||||
|
|||||||
@@ -273,7 +273,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getCcTableAction(record) {
|
function getCcTableAction(record) {
|
||||||
return [{ label: '查看审批', onClick: showCcHistory.bind(null, record) }];
|
return [{ label: '查看详情', onClick: showCcHistory.bind(null, record) }];
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
function getTableAction(record) {
|
function getTableAction(record) {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
label: '查看审批',
|
label: '查看详情',
|
||||||
onClick: showHistory.bind(null, record),
|
onClick: showHistory.bind(null, record),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user