Ver código fonte

fix: 权限判断

zh 2 anos atrás
pai
commit
78a37e03dd

+ 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'