xiaoyelj hace 10 meses
padre
commit
a8280c1a0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/price/models/priceRepordCheck.vue

+ 1 - 1
src/views/price/models/priceRepordCheck.vue

@@ -33,7 +33,7 @@
                 </template>
             </vxe-column>
             <!-- 操作 -->
-            <vxe-column title="操作" align="center" fixed="right" width="180">
+            <vxe-column title="操作" align="center" fixed="right" width="180" v-if="queryParams.auditStatus== '0'">
                 <template #default="{ row }">
                     <template v-if="row.auditStatus === '0'">
                         <el-button @click.stop="passRow(row)" text type="primary">通过</el-button>