|
|
@ -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 ? '保存' : '修改' }} |
|
|
|