浏览代码

Merge branch 'master' of http://192.168.101.10:13000/gogs/zhaoshangyinzi

sr 4 年之前
父节点
当前提交
48c3eb13d0
共有 2 个文件被更改,包括 4 次插入12 次删除
  1. 2 2
      ruoyi-ui/src/views/management/nstruction/index.vue
  2. 2 10
      ruoyi-ui/src/views/under/index.vue

+ 2 - 2
ruoyi-ui/src/views/management/nstruction/index.vue

@@ -5,7 +5,7 @@
       <el-button
         type="primary"
         @click="submitCtion"
-        v-hasPermi="['system:config:add']"
+        v-hasPermi="['projectConstruction:construction:add']"
          v-if="tab == 0 || tab == 3"
       >暂存</el-button>
     </el-col>
@@ -26,7 +26,7 @@
     <el-button
         type="danger"
         @click="handleAudit"
-        v-hasPermi="['system:config:edit']"
+        v-hasPermi="['bmProject:project:pass']"
          v-if="tab == 0 || tab == 3"
       >确认审核</el-button>
         </el-col>

+ 2 - 10
ruoyi-ui/src/views/under/index.vue

@@ -6,24 +6,16 @@
          <el-button
            type="primary"
            @click="submitCtion"
-           v-hasPermi="['system:config:add']"
+           v-hasPermi="['bmProject:projec:examine']"
          >提交</el-button>
        </el-col>
        <el-col :span="1.5">
          <el-button
            type="primary"
            @click="emporary"
-           v-hasPermi="['system:config:edit']"
+           v-hasPermi="['projectInfo:info:add']"
          >暂存</el-button>
        </el-col>
-       <el-col :span="1.5" :offset="18">
-       <el-button
-           type="danger"
-           @click="handleUpdate"
-           v-hasPermi="['system:config:edit']"
-           v-if="tab == 0"
-         >确认审核</el-button>
-           </el-col>
      </el-row>
     <!-- 内容的显示隐藏 -->
 <div class="mation" >