Browse Source

状态为交费时,办理按钮不再单独跳转交费管理页面(参数不好传)

baichengfei 5 năm trước cách đây
mục cha
commit
4f1f685218
1 tập tin đã thay đổi với 2 bổ sung13 xóa
  1. 2 13
      src/dashoo.cn/frontend_web/src/pages/index.vue

+ 2 - 13
src/dashoo.cn/frontend_web/src/pages/index.vue

@@ -100,18 +100,8 @@
 
             <el-table-column label="操作" width="130" align="center" fixed="right">
             <template slot-scope="scope">
-              <div v-if="scope.row.Status === '6'">
-                <router-link :to="'oilsupplier/paymentinfo/paymentsure'">
-                  <el-button type="text"
-                             title="办理"
-                             icon="el-icon-edit"
-                             size="mini">办理</el-button>
-                </router-link>
-              </div>
-              <div v-else>
-                <el-button type="text" title="办理"  icon="el-icon-edit" size="mini" @click="rowClick(scope.row)">办理</el-button>
-                <!--<el-button type="text" title="编辑"  icon="el-icon-s-promotion" size="mini">跟踪</el-button>-->
-              </div>
+              <el-button type="text" title="办理"  icon="el-icon-edit" size="mini" @click="rowClick(scope.row)">办理</el-button>
+              <!--<el-button type="text" title="编辑"  icon="el-icon-s-promotion" size="mini">跟踪</el-button>-->
             </template>
           </el-table-column>
 
@@ -569,7 +559,6 @@
         Object.assign(params, this.searchForm)
         // 访问接口
         api.getTodoList(params, this.$axios).then(res => {
-          console.log(res.data.items, '待办事件')
           this.entityListtode = res.data.items
           this.currentItemCount = res.data.currentItemCount
         }).catch(err => {