Browse Source

增加字典提示

QM303176530 4 năm trước cách đây
mục cha
commit
472305ec7c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      web/src/view/superAdmin/dictionary/sysDictionary.vue

+ 2 - 0
web/src/view/superAdmin/dictionary/sysDictionary.vue

@@ -104,6 +104,8 @@
         <el-button @click="enterDialog" type="primary">确 定</el-button>
       </div>
     </el-dialog>
+
+    <div style="margin-top:40px;color:red">获取字典且缓存方法已在前端utils/dictionary 已经封装完成 不必自己书写 使用方法查看文件内注释</div>
   </div>
 </template>