no message
Showing
2 changed files
with
6 additions
and
10 deletions
| ... | @@ -43,7 +43,8 @@ | ... | @@ -43,7 +43,8 @@ |
| 43 | {{ language == 0 ? '查看区域布局' : ' View Area Layout' }} | 43 | {{ language == 0 ? '查看区域布局' : ' View Area Layout' }} |
| 44 | </div> | 44 | </div> |
| 45 | </template> | 45 | </template> |
| 46 | <el-image :src="fillImgUrl(tickImg)" style="width: 100%;" :preview-src-list="[fillImgUrl(tickImg)]"/> | 46 | <el-image :src="fillImgUrl(tickImg)" style="width: 100%;" |
| 47 | :preview-src-list="[fillImgUrl(tickImg)]"/> | ||
| 47 | </el-popover> | 48 | </el-popover> |
| 48 | 49 | ||
| 49 | 50 | ||
| ... | @@ -86,9 +87,7 @@ | ... | @@ -86,9 +87,7 @@ |
| 86 | <div class="p_box"> | 87 | <div class="p_box"> |
| 87 | <div class="people"> | 88 | <div class="people"> |
| 88 | <el-checkbox-group v-model="orderForm.customerIds" @change="changeGroup"> | 89 | <el-checkbox-group v-model="orderForm.customerIds" @change="changeGroup"> |
| 89 | <div | 90 | <div v-for="(it, index) in personnelList" :key="index" class="prople_item"> |
| 90 | v-for="(it, index) in personnelList" :key="index" class="prople_item" | ||
| 91 | > | ||
| 92 | <div> | 91 | <div> |
| 93 | <div class="name">{{ it.name }} | 92 | <div class="name">{{ it.name }} |
| 94 | <!-- <span v-if="it.discount" class="tag_t p-right">{{--> | 93 | <!-- <span v-if="it.discount" class="tag_t p-right">{{--> |
| ... | @@ -97,10 +96,7 @@ | ... | @@ -97,10 +96,7 @@ |
| 97 | </div> | 96 | </div> |
| 98 | <div class="idcard">{{ it.idCard }}</div> | 97 | <div class="idcard">{{ it.idCard }}</div> |
| 99 | </div> | 98 | </div> |
| 100 | <el-checkbox | 99 | <el-checkbox :value="it.id" :disabled="!!it.disabled"/> |
| 101 | :value="it.id" | ||
| 102 | :disabled="!!it.disabled" | ||
| 103 | /> | ||
| 104 | </div> | 100 | </div> |
| 105 | </el-checkbox-group> | 101 | </el-checkbox-group> |
| 106 | </div> | 102 | </div> | ... | ... |
| ... | @@ -81,9 +81,9 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -81,9 +81,9 @@ export default defineConfig(({ mode, command }) => { |
| 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 82 | }, | 82 | }, |
| 83 | '/dev-api': { | 83 | '/dev-api': { |
| 84 | target: 'http://192.168.1.118:8081/', | 84 | // target: 'http://192.168.1.118:8081/', |
| 85 | // target: 'http://192.168.1.243:8081', | 85 | // target: 'http://192.168.1.243:8081', |
| 86 | // target: 'https://jijin.wtwuxicenter.com/stage-api', | 86 | target: 'https://jijin.wtwuxicenter.com/stage-api', |
| 87 | // target: 'https://wdsfwuxicenter.com/stage-api/', | 87 | // target: 'https://wdsfwuxicenter.com/stage-api/', |
| 88 | changeOrigin: true, | 88 | changeOrigin: true, |
| 89 | rewrite: (p) => p.replace(/^\/dev-api/, '') | 89 | rewrite: (p) => p.replace(/^\/dev-api/, '') | ... | ... |
-
Please register or sign in to post a comment