Commit 51b4f6a3 authored by 黄奎's avatar 黄奎

小包团信息分房表

parent ee8cabb8
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
<el-popconfirm @confirm="deleteFile(scope.row, scope.$index)" :title="$t('objFill.quedinscm')"> <el-popconfirm @confirm="deleteFile(scope.row, scope.$index)" :title="$t('objFill.quedinscm')">
<el-button slot="reference" class="editInfo" type="danger">{{$t('system.table_delete')}}</el-button> <el-button slot="reference" class="editInfo" type="danger">{{$t('system.table_delete')}}</el-button>
</el-popconfirm> </el-popconfirm>
<a :href="scope.row.Url" type="download"> <a :href="scope.row.Url" target="_blank">
<el-button class="editInfo" type="primary">{{$t('objFill.xz')}}</el-button> <el-button class="editInfo" type="primary">{{$t('objFill.xz')}}</el-button>
</a> </a>
</template> </template>
......
...@@ -1629,7 +1629,6 @@ ...@@ -1629,7 +1629,6 @@
<el-dropdown-item v-if="CurrentUserInfo.RB_Group_id == 2 || ShangChuanFenFangbiao" <el-dropdown-item v-if="CurrentUserInfo.RB_Group_id == 2 || ShangChuanFenFangbiao"
@click.native="ShowUploadWord(item, 2)">{{ $t("op.UploadFFB") }} @click.native="ShowUploadWord(item, 2)">{{ $t("op.UploadFFB") }}
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item v-if="CurrentUserInfo.RB_Group_id == 2 || ChaKanGuest"> <el-dropdown-item v-if="CurrentUserInfo.RB_Group_id == 2 || ChaKanGuest">
<div v-if="item.ScoreNum >= 0" @click="goInvetig('investigationList', item.TCID, 0)"> <div v-if="item.ScoreNum >= 0" @click="goInvetig('investigationList', item.TCID, 0)">
{{ $t("op.LookPassengerSurvey") }} {{ $t("op.LookPassengerSurvey") }}
...@@ -1962,8 +1961,7 @@ ...@@ -1962,8 +1961,7 @@
</div> </div>
<el-form label-width="100px"> <el-form label-width="100px">
<el-col :span="8" class="_pic_upload"> <el-col :span="8" class="_pic_upload">
<el-upload :http-request="UploadAttachment" drag :multiple="true" :show-file-list="false" action="" <el-upload :http-request="UploadAttachment" drag :show-file-list="false" action="" accept="*.*">
accept="*.doc,*.docx">
<i class="el-icon-plus avatar-uploader-icon"></i> <i class="el-icon-plus avatar-uploader-icon"></i>
<div class="el-upload__text">{{ $t("active.ld_djscwj") }}</div> <div class="el-upload__text">{{ $t("active.ld_djscwj") }}</div>
</el-upload> </el-upload>
......
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