admin/.env | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin/.env.development | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin/src/views/contract/components/contractEdit.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin/src/views/finance/components/bullEditFu.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
admin/.env
@@ -3,7 +3,7 @@ # 路由方式 VUE_APP_ROUTER_MODE = 'hash' # 项目上下文路径 # 项目上下文路径 VUE_APP_CONTEXT_PATH = '/fn_admin' # 接口前缀 admin/.env.development
@@ -3,8 +3,8 @@ # 项目上下文路径 VUE_APP_CONTEXT_PATH = './' #VUE_APP_API_URL = 'http://localhost:10010' VUE_APP_API_URL = 'http://192.168.0.163:10010' # VUE_APP_API_URL = 'https://dmtest.ahapp.net/fn_admin' # VUE_APP_API_URL = 'http://10.50.250.253:8088/gateway_interface' # VUE_APP_API_URL = 'http://localhost:10010' # VUE_APP_API_URL = 'http://192.168.0.163:10010' VUE_APP_API_URL = 'https://dmtest.ahapp.net/fn_admin' # VUE_APP_API_URL = 'http://10.50.250.253:8088/gateway_interface' admin/src/views/contract/components/contractEdit.vue
@@ -295,7 +295,7 @@ </div> </div> </div> <div class="window__footer" style="position: sticky; bottom: 0; left: 0; z-index: 9; background: #ffffff;"> <div class="window__footer"> <slot name="footer"> <el-button @click="confirm" :loading="confirmWorking" type="primary">{{activeTabs === 0 ? '下一步' : '提交'}}</el-button> <slot name="btns" /> @@ -841,6 +841,7 @@ close () { if (this.activeTabs === 0) { this.$emit('close') this.visible = false } else { this.activeTabs = 0 this.zlList = [] @@ -860,6 +861,19 @@ left: 0; z-index: 999; } .window__footer { position: absolute; width: 100%; bottom: 0; left: 0; z-index: 9; background: #ffffff; user-select: none; border-top: 1px solid #eee; height: 60px; line-height: 60px; text-align: center; } .tabs { border-bottom: 1px solid #DFE2E8; display: flex; admin/src/views/finance/components/bullEditFu.vue
@@ -30,7 +30,7 @@ <el-option :value="0" label="租赁费"></el-option> <el-option :value="1" label="物业费"></el-option> <el-option :value="2" label="租赁押金"></el-option> <el-option :value="3" label="物业证金"></el-option> <el-option :value="3" label="物业押金"></el-option> <el-option :value="4" label="水电费"></el-option> <el-option :value="5" label="杂项费"></el-option> <el-option :value="6" label="其他"></el-option>