|
@@ -20,8 +20,12 @@
|
|
|
>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5" :offset="18" v-if="setrd % 2 == 0">
|
|
|
- <el-button type="danger" @click="applyBtn" v-hasPermi="['bmProject:project:pass']">审核</el-button>
|
|
|
- <el-button type="danger" @click="backBtn" v-hasPermi="['bmProject:project:reject']">驳回</el-button>
|
|
|
+ <el-button type="danger"
|
|
|
+ style="background: #00B034;color: #FFF;border: none;"
|
|
|
+ @click="applyBtn" v-hasPermi="['bmProject:project:pass']">审核</el-button>
|
|
|
+ <el-button type="danger"
|
|
|
+ style="background: #3FBCEF;color: #FFF;border: none;"
|
|
|
+ @click="backBtn" v-hasPermi="['bmProject:project:reject']">驳回</el-button>
|
|
|
</el-col>
|
|
|
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> -->
|
|
|
</el-row>
|