Commit 99882a6d authored by youjie's avatar youjie

修复bug

parent a54c70c7
......@@ -356,7 +356,7 @@
</el-table-column>
<el-table-column prop="UpdateTimeStr" label="操作时间">
</el-table-column>
<el-table-column :label="$t('system.table_operation')"> width="150">
<el-table-column :label="$t('system.table_operation')" width="150">
<template slot-scope="scope">
<!-- <button @click="goSubInfo('GnHotelInfo',scope.row.ID)" class="hotelBtnMan">修改</button> -->
<!-- <button @click="goUrl('HotelProductManage',item)" class="hotelBtnMan">报价与库存</button> -->
......
......@@ -407,7 +407,7 @@
</el-table-column>
<el-table-column prop="UpdateTimeStr" label="修改时间">
</el-table-column>
<el-table-column :label="$t('system.table_operation')"> width="150">
<el-table-column :label="$t('system.table_operation')" width="150">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top">
<el-button @click="goSubInfo('demesticRestaurantInfoManage',scope.row.ID)" type="primary" icon="el-icon-edit" circle>
......
......@@ -91,7 +91,7 @@
</span>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('system.table_operation')"> width="150">
<el-table-column prop="" :label="$t('system.table_operation')" width="150">
<template slot-scope="scope">
<div class="_icon_btn">
<el-tooltip class="item" effect="dark" :content="$t('fnc.shenhe')" placement="top" v-if="scope.row.BranchAuditState==1">
......
......@@ -323,7 +323,7 @@
</el-table-column>
<el-table-column prop="UpdateTimeStr" label="修改时间">
</el-table-column>
<el-table-column :label="$t('system.table_operation')"> width="150">
<el-table-column :label="$t('system.table_operation')" width="150">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top">
<el-button @click="goUrl('domesticScenicSpotInfoManage',scope.row.ID)" type="primary" icon="el-icon-edit" circle>
......
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