更新环境配置,修正服务地址,调整表格操作按钮可见性逻辑
This commit is contained in:
@@ -56,6 +56,7 @@ const columns: TableBaseColumns = [
|
||||
strong: true,
|
||||
secondary: true,
|
||||
size: 'small',
|
||||
visible: row.status !== 'approved',
|
||||
onClick: async () => {
|
||||
const amount = ref<string>(row.amount);
|
||||
dialog.create({
|
||||
|
||||
Reference in New Issue
Block a user