|
@@ -61,7 +61,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" style="background: #0669B2;color: #FFF;padding: 7px;" v-hasPermi="['projectInfo:info:edit']">查看/审核</el-button>
|
|
|
<el-button size="mini" type="text" style="background: #3FBCEF;color: #FFF;padding: 7px;" v-hasPermi="['projectInfo:info:edit']">{{scope.row.projectStatus%2==1?'提交审核':'撤销审核'}}</el-button>
|
|
|
- <el-button size="mini" type="text" style="background: #F5A40C;color: #FFF;padding: 7px;" @click="handleUpdate(scope.row)"
|
|
|
+ <el-button size="mini" type="text" style="background: #F5A40C;color: #FFF;padding: 7px;"
|
|
|
v-hasPermi="['projectInfo:info:edit']">修改</el-button>
|
|
|
<el-button size="mini" type="text" style="background: #DE1939;color: #FFF;padding: 7px;" @click="handleDelete(scope.row)"
|
|
|
v-hasPermi="['projectInfo:info:remove']">销号</el-button>
|