浏览代码

行情后台管理,多余修改按钮移除

刘浩男 1 年之前
父节点
当前提交
da6e028ea4
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      src/views/quotations/index.vue

+ 0 - 12
src/views/quotations/index.vue

@@ -37,18 +37,6 @@
       </el-col>
       <el-col :span="1.5">
         <el-button
-          type="success"
-          plain
-          icon="el-icon-edit"
-          size="mini"
-          :disabled="single"
-          @click="handleUpdate"
-          v-hasPermi="['jnb:quotations:edit']"
-        >修改
-        </el-button>
-      </el-col>
-      <el-col :span="1.5">
-        <el-button
           type="danger"
           plain
           icon="el-icon-delete"