b1d60319 by 杨炀

no message

1 parent bd56e62c
......@@ -43,7 +43,8 @@
{{ language == 0 ? '查看区域布局' : ' View Area Layout' }}
</div>
</template>
<el-image :src="fillImgUrl(tickImg)" style="width: 100%;" :preview-src-list="[fillImgUrl(tickImg)]"/>
<el-image :src="fillImgUrl(tickImg)" style="width: 100%;"
:preview-src-list="[fillImgUrl(tickImg)]"/>
</el-popover>
......@@ -86,9 +87,7 @@
<div class="p_box">
<div class="people">
<el-checkbox-group v-model="orderForm.customerIds" @change="changeGroup">
<div
v-for="(it, index) in personnelList" :key="index" class="prople_item"
>
<div v-for="(it, index) in personnelList" :key="index" class="prople_item">
<div>
<div class="name">{{ it.name }}
<!-- <span v-if="it.discount" class="tag_t p-right">{{-->
......@@ -97,10 +96,7 @@
</div>
<div class="idcard">{{ it.idCard }}</div>
</div>
<el-checkbox
:value="it.id"
:disabled="!!it.disabled"
/>
<el-checkbox :value="it.id" :disabled="!!it.disabled"/>
</div>
</el-checkbox-group>
</div>
......
......@@ -81,9 +81,9 @@ export default defineConfig(({ mode, command }) => {
rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
},
'/dev-api': {
target: 'http://192.168.1.118:8081/',
// target: 'http://192.168.1.118:8081/',
// target: 'http://192.168.1.243:8081',
// target: 'https://jijin.wtwuxicenter.com/stage-api',
target: 'https://jijin.wtwuxicenter.com/stage-api',
// target: 'https://wdsfwuxicenter.com/stage-api/',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!