浏览代码

查看项目台账的预算 表

余思翰 10 个月前
父节点
当前提交
bf89d4fe68
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      oa-ui/src/views/oa/project/info.vue

+ 1
- 1
oa-ui/src/views/oa/project/info.vue 查看文件

@@ -208,7 +208,7 @@
208 208
                 项目预算编制
209 209
               </template>
210 210
               <!-- v-hasPermi="['oa:project:edit']" -->
211
-              <el-link type="primary" @click="openBudget = true">项目预算表</el-link>
211
+              <el-link type="primary" @click="openBudget = true"  v-hasPermi="['oa:allproject:query']">项目预算表</el-link>
212 212
             </el-descriptions-item>
213 213
           </el-descriptions>
214 214
         </div>

正在加载...
取消
保存