Browse Source

8-14

pull/1/head
lxg 1 year ago
parent
commit
d45b8d75ad
  1. 2
      .env.production
  2. 4
      src/views/system/dept/index.vue

2
.env.production

@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = 鸿翔TMS
VITE_APP_TITLE = 联美管理驾驶舱
# 生产环境配置
VITE_APP_ENV = 'production'

4
src/views/system/dept/index.vue

@ -54,8 +54,8 @@
:default-expand-all="isExpandAll"
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
>
<el-table-column prop="deptName" label="部门名称" width="260"></el-table-column>
<el-table-column prop="orderNum" label="排序" width="200"></el-table-column>
<el-table-column prop="deptName" label="部门名称" width="360"></el-table-column>
<el-table-column prop="orderNum" label="排序" width="100"></el-table-column>
<el-table-column prop="status" label="状态" width="100">
<template #default="scope">
<dict-tag :options="sys_normal_disable" :value="scope.row.status" />

Loading…
Cancel
Save