lilei 3 天之前
父节点
当前提交
f194b74ba7
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      src/views/financialManagement/financialCollection/list.vue

+ 9 - 9
src/views/financialManagement/financialCollection/list.vue

@@ -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>