修改样式

This commit is contained in:
yangjun 2026-04-30 13:08:57 +08:00
parent b93adfc4fe
commit 47ed846142
2 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
canResize: false,
useSearchForm: false,
actionColumn: {
width: 210,
width: 230,
fixed: 'right',
},
pagination: {
@ -201,7 +201,7 @@ function handleAuditHisDetail(record: Recordable, sign) {
function getTableAction(record) {
return [
{
label: '详情',
label: '机构详情',
onClick: handleDetail.bind(null, record),
},
{

View File

@ -76,7 +76,7 @@ function add() {
* @param record
*/
function edit(record) {
title.value = disableSubmit.value ? '详情' : '机构加盟申请审核';
title.value = disableSubmit.value ? '机构详情' : '机构加盟申请审核';
visible.value = true;
nextTick(() => {
registerForm.value.edit(record);