|
@@ -24,6 +24,10 @@
|
|
|
:cache-key="`${activeName}produceOrderTable`"
|
|
:cache-key="`${activeName}produceOrderTable`"
|
|
|
autoAmendPage
|
|
autoAmendPage
|
|
|
>
|
|
>
|
|
|
|
|
+
|
|
|
|
|
+ <template v-slot:code="{ row }">
|
|
|
|
|
+ <span>{{ row.code }}</span>
|
|
|
|
|
+ </template>
|
|
|
<template v-slot:formingNum="{ row }">
|
|
<template v-slot:formingNum="{ row }">
|
|
|
<span> {{ row.formingNum }} {{ row.unit }} </span>
|
|
<span> {{ row.formingNum }} {{ row.unit }} </span>
|
|
|
</template>
|
|
</template>
|