sc
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
v-if="row.settlementState == '待结算'"
|
||||
type="primary"
|
||||
text
|
||||
v-hasPermi="['clue:order:settle-update']"
|
||||
@click="handleUpdate(row)"
|
||||
>
|
||||
{{ row.edit ? '保存' : '修改' }}
|
||||
|
||||
@@ -228,6 +228,7 @@
|
||||
v-if="row.settlementState == '待结算'"
|
||||
type="primary"
|
||||
text
|
||||
v-hasPermi="['clue:order:settle-update']"
|
||||
@click="handleUpdate(row)"
|
||||
>
|
||||
{{ row.edit ? '保存' : '修改' }}
|
||||
|
||||
Reference in New Issue
Block a user