修改样式
This commit is contained in:
parent
b93adfc4fe
commit
47ed846142
|
|
@ -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),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue