Bläddra i källkod

Merge branch 'V0.0.2' of http://10.87.10.227:4000/jzyd_yyds/soc_web into V0.0.2

jiawuxian 2 år sedan
förälder
incheckning
5597e01b28
3 ändrade filer med 8 tillägg och 2 borttagningar
  1. 1 1
      .env.development
  2. 1 0
      .env.production
  3. 6 1
      src/views/system/dept/index.vue

+ 1 - 1
.env.development

@@ -10,7 +10,7 @@ ENV = 'development'
 #罗俊
 #VUE_APP_BASE_API = 'http://10.87.10.49:8080'
 #罗伟
- VUE_APP_BASE_API = 'http://10.87.10.47:8080'
+#VUE_APP_BASE_API = 'http://10.87.10.47:8080'
 #高雄
 #VUE_APP_BASE_API = 'http://10.87.11.94:8080'
 VUE_APP_BASE_API = 'http://localhost:8080'

+ 1 - 0
.env.production

@@ -5,4 +5,5 @@ VUE_APP_TITLE = 移动安全保卫管理平台项目
 ENV = 'production'
 
 # 生产环境
+#VUE_APP_BASE_API = 'http://192.111.33.28:8080/'
 VUE_APP_BASE_API = '/'

+ 6 - 1
src/views/system/dept/index.vue

@@ -153,10 +153,15 @@
             </template>
           </el-table-column>
           <el-table-column
-            prop="shortName"
+            prop="name"
             label="机构名称"
             min-width="200"
           ></el-table-column>
+          <el-table-column
+            prop="shortName"
+            label="机构简称"
+            min-width="200"
+          ></el-table-column>
           <el-table-column align="center" prop="type" width="150" label="机构类型">
             <template v-slot="scope">
               <dict-tag