refactor: refs #8363 deleted useless 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
d376c3acbf
commit
db91a26114
|
@ -242,7 +242,6 @@ const dateStyle = (date) =>
|
|||
:beforeSaveFn="(data, getChanges) => beforeSave(data, getChanges, 'FixedPrices')"
|
||||
>
|
||||
<template #column-hex="{ row }">
|
||||
<!-- {{ console.log('row: ', row?.hexJson, row?.warehouseName) }} -->
|
||||
<VnColor :colors="row?.hexJson" style="height: 100%; min-width: 2000px" />
|
||||
</template>
|
||||
<template #column-name="{ row }">
|
||||
|
|
Loading…
Reference in New Issue