|
@@ -57,13 +57,13 @@
|
|
|
{{ parseTime(row?.putDate, '{y}-{m}-{d}') || '-' }}
|
|
{{ parseTime(row?.putDate, '{y}-{m}-{d}') || '-' }}
|
|
|
</template>
|
|
</template>
|
|
|
</vxe-column>
|
|
</vxe-column>
|
|
|
- <vxe-column title="标准名称" field="chTitle" :formatter="colNoData"></vxe-column>
|
|
|
|
|
<vxe-column title="标准类型">
|
|
<vxe-column title="标准类型">
|
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
|
{{ 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="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">
|