Merge branch 'uat' of e.coding.yili.com:yldc/ylst/ylst-survey-web into uat
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<div class="custom-head-main">
|
<div class="custom-head-main">
|
||||||
<!-- 下载题型-->
|
<!-- 下载题型-->
|
||||||
<div class="file-question" v-if="question_type === 18">
|
<div class="file-question" v-if="question_type === 18" :style="{width:data.width + 'px'}">
|
||||||
<div class="label">{{ content }}</div>
|
<div class="label">{{ content }}</div>
|
||||||
<a-button size="mini" @click="download">下载全部附件</a-button>
|
<a-button size="mini" @click="download">下载全部附件</a-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
const xy = [{
|
const xy = [{
|
||||||
type: 'scatter',
|
type: 'scatter',
|
||||||
data: [[(worse.avg-0),0 ]],
|
data: [[(worse.avg-0),0 ]],
|
||||||
itemStyle: {color: '#1C6FFF'},
|
itemStyle: {color: '#70b936', opacity: 0},
|
||||||
markLine: {
|
markLine: {
|
||||||
symbol:'none',
|
symbol:'none',
|
||||||
silent:true,
|
silent:true,
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
{
|
{
|
||||||
type: 'scatter',
|
type: 'scatter',
|
||||||
data: [[0,(better.avg-0)]],
|
data: [[0,(better.avg-0)]],
|
||||||
itemStyle: {color: '#1C6FFF'},
|
itemStyle: {color: '#70b936', opacity: 0},
|
||||||
markLine: {
|
markLine: {
|
||||||
symbol:'none',
|
symbol:'none',
|
||||||
silent:true,
|
silent:true,
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
const optionData = {
|
const optionData = {
|
||||||
max:el,
|
max:el,
|
||||||
type: 'scatter',
|
type: 'scatter',
|
||||||
itemStyle: {},
|
itemStyle: {color: '#70b936'},
|
||||||
data: [],
|
data: [],
|
||||||
label:{
|
label:{
|
||||||
show:true,
|
show:true,
|
||||||
@@ -104,10 +104,11 @@
|
|||||||
}
|
}
|
||||||
newData.push(optionData)
|
newData.push(optionData)
|
||||||
})
|
})
|
||||||
if(newData[0])newData[0].itemStyle ={color: '#33A6C7'}
|
console.log('newData========',newData);
|
||||||
if(newData[1])newData[1].itemStyle ={color: '#F59646'}
|
// if(newData[0])newData[0].itemStyle ={color: '#33A6C7'}
|
||||||
if(newData[2])newData[2].itemStyle ={color: '#397ADC'}
|
// if(newData[1])newData[1].itemStyle ={color: '#F59646'}
|
||||||
if(newData[3])newData[3].itemStyle ={color: '#E24D4D'}
|
// if(newData[2])newData[2].itemStyle ={color: '#397ADC'}
|
||||||
|
// if(newData[3])newData[3].itemStyle ={color: '#E24D4D'}
|
||||||
newData.forEach(el=>{
|
newData.forEach(el=>{
|
||||||
data.forEach(cel => {
|
data.forEach(cel => {
|
||||||
// if(cel.max===el.max){
|
// if(cel.max===el.max){
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
></question-tinymce>
|
></question-tinymce>
|
||||||
<div class="psm-top-left-imgs">
|
<div class="psm-top-left-imgs">
|
||||||
<ImageCard
|
<ImageCard
|
||||||
|
style="margin-bottom: 5px;"
|
||||||
class="psm-top-left-imgs-card"
|
class="psm-top-left-imgs-card"
|
||||||
:type="1"
|
:type="1"
|
||||||
:uploadCount="16"
|
:uploadCount="16"
|
||||||
|
|||||||
Reference in New Issue
Block a user