|
@@ -150,12 +150,6 @@
|
|
|
v-if="record.billStatus !== 'FINISH' && record.financialStatus !== 'FINISH'"
|
|
|
@click="handleDel(record)"
|
|
|
id="salesManagementList-del-btn">删除</a-button>
|
|
|
- <a-button
|
|
|
- size="small"
|
|
|
- type="primary"
|
|
|
- class="button-success"
|
|
|
- @click="handleDetail(record)"
|
|
|
- id="salesManagementList-view-btn">详情</a-button>
|
|
|
</template>
|
|
|
</s-table>
|
|
|
<!-- 选择客户弹框 -->
|