瀏覽代碼

bug修复

xiaoyelj 10 月之前
父節點
當前提交
a8280c1a0e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>