This commit is contained in:
qsh
2024-07-31 18:43:37 +08:00
parent 48689642d8
commit 440dfe8747
2 changed files with 22 additions and 21 deletions

View File

@@ -194,6 +194,7 @@
style="padding: 0"
text
v-if="row.state == 1"
v-hasPermi="['clue:order:update-return-money']"
@click="handleUpdate(row)"
>
<span>{{ row.edit ? '保存' : '修改金额' }}</span>