|
@@ -62,8 +62,8 @@
|
|
|
{{ selectDictLabel(standard_group_type, row?.type) || '-' }}
|
|
{{ selectDictLabel(standard_group_type, row?.type) || '-' }}
|
|
|
</template>
|
|
</template>
|
|
|
</vxe-column>
|
|
</vxe-column>
|
|
|
- <vxe-column title="起草单位" field="takeUnit" :formatter="colNoData"></vxe-column>
|
|
|
|
|
- <vxe-column title="标准文本" field="newsName" :formatter="colNoData"></vxe-column>
|
|
|
|
|
|
|
+ <vxe-column title="起草牵头单位" field="takeUnit" :formatter="colNoData"></vxe-column>
|
|
|
|
|
+ <vxe-column title="标准公告" field="newsName" :formatter="colNoData"></vxe-column>
|
|
|
<vxe-column title="标准文本">
|
|
<vxe-column title="标准文本">
|
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
|
<div v-if="row?.standardText">
|
|
<div v-if="row?.standardText">
|