refactor: refs #8825 remove unused code
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
c95f4bb387
commit
baa902f25e
|
@ -118,7 +118,7 @@ const defaultConfirmData = {};
|
||||||
<span class="link">{{ row.worker.user.nickname }}</span>
|
<span class="link">{{ row.worker.user.nickname }}</span>
|
||||||
<WorkerDescriptorProxy :id="row.worker.id" />
|
<WorkerDescriptorProxy :id="row.worker.id" />
|
||||||
</template>
|
</template>
|
||||||
<template #more-create-dialog="{ data,validations }">
|
<template #more-create-dialog="{ data }">
|
||||||
<VnRow>
|
<VnRow>
|
||||||
<VnInputNumber
|
<VnInputNumber
|
||||||
v-model="data.rating"
|
v-model="data.rating"
|
||||||
|
|
Loading…
Reference in New Issue