fix 81306
This commit is contained in:
+4
-4
@@ -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%'}">
|
||||
|
||||
Reference in New Issue
Block a user