Browse Source

查看项目台账的预算 表

余思翰 10 months ago
parent
commit
bf89d4fe68
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      oa-ui/src/views/oa/project/info.vue

+ 1
- 1
oa-ui/src/views/oa/project/info.vue View File

208
                 项目预算编制
208
                 项目预算编制
209
               </template>
209
               </template>
210
               <!-- v-hasPermi="['oa:project:edit']" -->
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
             </el-descriptions-item>
212
             </el-descriptions-item>
213
           </el-descriptions>
213
           </el-descriptions>
214
         </div>
214
         </div>

Loading…
Cancel
Save