Browse Source

【值班系统】字典管理,多余“查看”操作,与UI不一致

CzRger 1 year ago
parent
commit
210113a612
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/system/dict-manage/index.vue

+ 3 - 3
src/views/system/dict-manage/index.vue

@@ -64,9 +64,9 @@
             </template>
             <template #do-column-value="{ scope }">
               <div class="__cus-table_do">
-                <div class="__cus-table_do-green __hover" @click="onView(scope.row)">
-                  <SvgIcon name="view" size="16"/>查看
-                </div>
+<!--                <div class="__cus-table_do-green __hover" @click="onView(scope.row)">-->
+<!--                  <SvgIcon name="view" size="16"/>查看-->
+<!--                </div>-->
                 <div class="__cus-table_do-blue __hover" @click="onEdit(scope.row)">
                   <SvgIcon name="edit" size="16"/>编辑
                 </div>