feige
2023-04-25 5a41d13e34984ca5c20166428759bdafc9beb120
查看不到,把dropdown删除了
2个文件已修改
14 ■■■■ 已修改文件
ruoyi-ui/src/views/contacts/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/doctor/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/contacts/index.vue
@@ -228,10 +228,7 @@
            @click="handleDelete(scope.row)"
            v-hasPermi="['system:role:remove']"
          >删除</el-button>
          <el-dropdown
            size="mini"
            @command="(command) => handleCommand(command, scope.row)"
            v-hasPermi="['system:role:edit']">
           <el-button
             size="mini"
             type="text"
@@ -239,7 +236,7 @@
             @click="handleCheck(scope.row)">
查看详情</el-button>
          </el-dropdown>
ruoyi-ui/src/views/doctor/index.vue
@@ -252,18 +252,13 @@
            @click="handleDelete(scope.row)"
            v-hasPermi="['system:role:remove']"
          >删除</el-button>
          <el-dropdown
            size="mini"
            @command="(command) => handleCommand(command, scope.row)"
            v-hasPermi="['system:role:edit']">
<el-button
             size="mini"
              type="text"
             icon="el-icon-d-arrow-right"
              @click="handleCheck(scope.row)">
查看详情</el-button>
          </el-dropdown>
        </template>
      </el-table-column>
    </el-table>