|
@@ -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" >
|