Commit fba81cf1 authored by 黄奎's avatar 黄奎

11

parent 9226df65
......@@ -59,10 +59,10 @@
<td>{{item.TotalNum}}</td>
<td>
<template v-if="item.BusSurveyId>0">
<span style="cursor:pointer" @click="showBusSurveyInfo(item)">{{$t('fnc.chakan')}}</span>
<span style="cursor:pointer;color:blue;" @click="showBusSurveyInfo(item)">{{$t('fnc.chakan')}}</span>
</template>
<template v-else>
<span style="cursor:pointer" @click="setInfo(item)">{{$t('objFill.tianxie')}}</span>
<span style="cursor:pointer;color:red;" @click="setInfo(item)">{{$t('objFill.tianxie')}}</span>
</template>
</td>
</tr>
......@@ -141,7 +141,7 @@
<template v-if="item.SurveyType === 3">
<td>
<el-checkbox v-for="(radio, rIndex) in item.SurveyOptionsList" :checked="radio.IsCheck=='1'"
:label="radio.ID" :key="rIndex" disabled>
:label="radio.ID" :key="rIndex" rea>
{{radio.OptionsName}}</el-checkbox>
</td>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment