| | |
| | | # 接口前缀 |
| | | # VUE_APP_API_PREFIX = '/yyb_admin_api' |
| | | VUE_APP_SYSTEM_TITLE = '云易保客户服务系统-企业端' |
| | | VUE_APP_CONTEXT_PATH = '/yyb_web' |
| | | VUE_APP_CONTEXT_PATH = '/' |
| | | VUE_APP_COOKIE_NAME='doumee-auth-token' |
| | | |
| | | # VUE_APP_API = 'https://test.doumee.cn:8088/yyb_web_api/' |
| | | |
| | | # VUE_APP_API = 'http://localhost:10031/' |
| | | |
| | | VUE_APP_API = 'http://192.168.0.131:10031/' |
| | | VUE_APP_API = 'http://192.168.0.138:10031/' |
| | | |
| | | # VUE_APP_API = 'https://www.yyb.red/yyb_web_api/' |
| | |
| | | <span v-if="row.type === 1">委托<div style="color: blue;display: block" >{{ row.shopName || '-' }}</div></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="投保价格" min-width="100px"> |
| | | <el-table-column label="方案费用" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <span>{{row.price}}元/人/</span> |
| | | <span v-if="row.timeUnit === 0">天</span> |