Commit fba81cf1 authored by 黄奎's avatar 黄奎

11

parent 9226df65
...@@ -59,10 +59,10 @@ ...@@ -59,10 +59,10 @@
<td>{{item.TotalNum}}</td> <td>{{item.TotalNum}}</td>
<td> <td>
<template v-if="item.BusSurveyId>0"> <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>
<template v-else> <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> </template>
</td> </td>
</tr> </tr>
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<template v-if="item.SurveyType === 3"> <template v-if="item.SurveyType === 3">
<td> <td>
<el-checkbox v-for="(radio, rIndex) in item.SurveyOptionsList" :checked="radio.IsCheck=='1'" <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> {{radio.OptionsName}}</el-checkbox>
</td> </td>
</template> </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