This commit is contained in:
faiz 2024-07-16 17:26:04 +08:00
parent 8d1171ce96
commit 46f5b5ae04
2 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@ ENV = 'development'
# http://192.168.1.43:8324/admin # http://192.168.1.43:8324/admin
# http://mer.crmeb.net/admin # http://mer.crmeb.net/admin
# base api # base api
VUE_APP_BASE_API = 'http://192.168.1.12:8080' # VUE_APP_BASE_API = 'http://192.168.1.12:8080'
# VUE_APP_BASE_API = 'https://api.tropjoin.com/' VUE_APP_BASE_API = 'https://api.tropjoin.com'
# socket 连接地址 # socket 连接地址
VUE_APP_WS_URL = 'ws://http://192.168.1.12:8080' # VUE_APP_WS_URL = 'ws://http://192.168.1.12:8080'
# VUE_APP_WS_URL = 'ws://https://api.tropjoin.com/' VUE_APP_WS_URL = 'ws://https://api.tropjoin.com'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled. # to control whether the babel-plugin-dynamic-import-node plugin is enabled.

View File

@ -59,7 +59,7 @@
<el-option label="非自营" value="0" /> <el-option label="非自营" value="0" />
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="收款方式:" prop="financial_type"> <!-- <el-form-item label="收款方式:" prop="financial_type">
<el-select <el-select
v-model="tableFrom.financial_type" v-model="tableFrom.financial_type"
clearable clearable
@ -72,7 +72,7 @@
<el-option label="支付宝" value="3" /> <el-option label="支付宝" value="3" />
<el-option label="微信" value="2" /> <el-option label="微信" value="2" />
</el-select> </el-select>
</el-form-item> </el-form-item> -->
<el-form-item label="转账状态:" prop="financial_status"> <el-form-item label="转账状态:" prop="financial_status">
<el-select <el-select
v-model="tableFrom.financial_status" v-model="tableFrom.financial_status"