This commit is contained in:
qsh
2024-09-04 17:57:38 +08:00
parent 0673721ad7
commit 0540513894
2 changed files with 2 additions and 0 deletions

View File

@@ -227,6 +227,7 @@
v-if="row.settlementState == '待结算'" v-if="row.settlementState == '待结算'"
type="primary" type="primary"
text text
v-hasPermi="['clue:order:settle-update']"
@click="handleUpdate(row)" @click="handleUpdate(row)"
> >
{{ row.edit ? '保存' : '修改' }} {{ row.edit ? '保存' : '修改' }}

View File

@@ -228,6 +228,7 @@
v-if="row.settlementState == '待结算'" v-if="row.settlementState == '待结算'"
type="primary" type="primary"
text text
v-hasPermi="['clue:order:settle-update']"
@click="handleUpdate(row)" @click="handleUpdate(row)"
> >
{{ row.edit ? '保存' : '修改' }} {{ row.edit ? '保存' : '修改' }}