|
|
@@ -132,15 +132,6 @@
|
|
|
>
|
|
|
编辑
|
|
|
</a-button>
|
|
|
- <a-button
|
|
|
- v-if="(record.status=='WAIT_SUBMIT'||record.status=='AUDIT_REJECT')&&$hasPermissions('B_fc_del')"
|
|
|
- size="small"
|
|
|
- type="link"
|
|
|
- class="button-error"
|
|
|
- @click="handleDel(record)"
|
|
|
- >
|
|
|
- 删除
|
|
|
- </a-button>
|
|
|
<a-button
|
|
|
v-if="record.status!='WAIT_SUBMIT'&&$hasPermissions('B_fc_Audit')"
|
|
|
size="small"
|
|
|
@@ -168,6 +159,15 @@
|
|
|
>
|
|
|
修改明细
|
|
|
</a-button>
|
|
|
+ <a-button
|
|
|
+ v-if="(record.status=='WAIT_SUBMIT'||record.status=='AUDIT_REJECT')&&$hasPermissions('B_fc_del')"
|
|
|
+ size="small"
|
|
|
+ type="link"
|
|
|
+ class="button-error"
|
|
|
+ @click="handleDel(record)"
|
|
|
+ >
|
|
|
+ 删除
|
|
|
+ </a-button>
|
|
|
</template>
|
|
|
</s-table>
|
|
|
</a-spin>
|