xiaoyelj 10 bulan lalu
induk
melakukan
a8280c1a0e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>