sc
This commit is contained in:
@@ -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 ? '保存' : '修改' }}
|
||||||
|
|||||||
@@ -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 ? '保存' : '修改' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user