fix 81306

This commit is contained in:
赵霄
2024-01-30 09:08:23 +08:00
parent 1cc498a6e3
commit e53049ad6f
@@ -3,14 +3,14 @@
<div>
<div class="process-part-title">{{ $t('basicServiceInformation') }}</div>
<div class="table-operator">
<!--删除-->
<a-button type="primary" ghost @click="handleDelete">
{{ $t('delete') }}
</a-button>
<!--添加标准-->
<a-button type="primary" @click="handleAdd">
{{ $t('workCenter.standardCompliance.addStandard') }}
</a-button>
<!--删除-->
<a-button type="primary" ghost @click="handleDelete">
{{ $t('delete') }}
</a-button>
</div>
<div>
<j-table :columns="columns" :data-source="dataSource" :pagination="false" :scroll="{x: '100%'}">