소스 검색

添加临时文件,避免文件脏数据

qinyan 3 달 전
부모
커밋
d8a85a3578
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-vue/src/views/care/clocks/index.vue

+ 1 - 1
ruoyi-vue/src/views/care/clocks/index.vue

@@ -39,7 +39,7 @@
         <el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip/>
         <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
           <template #default="scope">
-            <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['care:clocks:edit']">修改</el-button>
+<!--            <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['care:clocks:edit']">修改</el-button>-->
             <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['care:clocks:remove']">删除</el-button>
           </template>
         </el-table-column>