处置人员
This commit is contained in:
parent
13934be21a
commit
7a2211ec6a
|
|
@ -16,10 +16,10 @@ VITE_PROXY_API = /dev-api
|
||||||
# VITE_PROXY = [ ["/dev-api", "http://42.193.40.239:8017" ],["/dev-img-api", "http://file.sczysoft.com" ]]
|
# VITE_PROXY = [ ["/dev-api", "http://42.193.40.239:8017" ],["/dev-img-api", "http://file.sczysoft.com" ]]
|
||||||
# VITE_UPLOAD_URL = http://42.193.40.239:8888
|
# VITE_UPLOAD_URL = http://42.193.40.239:8888
|
||||||
# 东哥
|
# 东哥
|
||||||
VITE_PROXY = [ ["/dev-api", "http://192.168.110.186:8017" ],["/dev-img-api", "http://42.193.40.239:8017" ]]
|
# VITE_PROXY = [ ["/dev-api", "http://192.168.110.186:8017" ],["/dev-img-api", "http://42.193.40.239:8017" ]]
|
||||||
# VITE_UPLOAD_URL = http://192.168.110.186
|
# VITE_UPLOAD_URL = http://192.168.110.186
|
||||||
# 陈游
|
# 陈游
|
||||||
# VITE_PROXY = [ ["/dev-api", "http://192.168.110.10:8017" ],["/dev-img-api", "http://42.193.40.239:8017" ]]
|
VITE_PROXY = [ ["/dev-api", "http://192.168.110.10:8017" ],["/dev-img-api", "http://42.193.40.239:8017" ]]
|
||||||
VITE_UPLOAD_URL = http://42.193.40.239:8888/
|
VITE_UPLOAD_URL = http://42.193.40.239:8888/
|
||||||
# VITE_UPLOAD_URL = https://city.sczysoft.com/dffile/
|
# VITE_UPLOAD_URL = https://city.sczysoft.com/dffile/
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in options"
|
v-for="item in options"
|
||||||
:key="item.sysuserid"
|
:key="item.sysuserid"
|
||||||
:label="item.sysusername"
|
:label="'姓名:' +item.chinaname + ' ' + '岗位:'+item.postName"
|
||||||
:value="item.sysuserid"
|
:value="item.sysuserid"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user