소스 검색

fix: 权限判断

zh 2 년 전
부모
커밋
78a37e03dd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/logisticsBill/reconciliation.vue
  2. 1 1
      src/views/logisticsBill/salesReconciliation.vue

+ 1 - 1
src/views/logisticsBill/reconciliation.vue

@@ -78,7 +78,7 @@ export default {
       return (h, { row, index, column }) => {
         return (
           <div class='operation-btns'>
-            {row.processStatus !== 'COST_IN_MERCHANT_CHECK'?
+            {row.processStatus == 'COST_IN_MERCHANT_CHECK'?
             <div>
               <el-button
               size='mini'

+ 1 - 1
src/views/logisticsBill/salesReconciliation.vue

@@ -76,7 +76,7 @@ export default {
       return (h, { row, index, column }) => {
         return (
           <div class='operation-btns'>
-            {row.processStatus !== 'COST_IN_SALES_CHECK'?<div>
+            {row.processStatus == 'COST_IN_SALES_CHECK'?<div>
               <el-button
               size='mini'
               type='text'