feat: 动火作业查看的安全措施样式错位调整
parent
5e2c9332dd
commit
559239d959
|
@ -11,7 +11,7 @@
|
|||
<u-cell v-for="(item,index) in questionnaires" :key="index" :title="item.QUESTION">
|
||||
<template #title>
|
||||
<view style="display: flex;justify-content: space-between">
|
||||
<view>{{ item.QUESTION }}</view>
|
||||
<view style="width: 75%;">{{ item.QUESTION }}</view>
|
||||
<view>{{ item.TEXT_INFO || item.ANSWER }}</view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
let requestPath = 'http://192.168.0.112:8199/'; // 后台请求地址
|
||||
let requestPath = 'http://192.168.0.127:8199/'; // 后台请求地址
|
||||
// let requestPath = 'https://skqhdg.porthebei.com:9006/qa-prevention-xgf/'; // 后台请求地址
|
||||
// let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址
|
||||
import store from '../store/index'
|
||||
|
|
Loading…
Reference in New Issue