Kaynağa Gözat

页面更新

sr 4 yıl önce
ebeveyn
işleme
f5b8df6e85
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      ruoyi-ui/src/views/management/info/index.vue

+ 1 - 1
ruoyi-ui/src/views/management/info/index.vue

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