Commit 83063704 authored by youjie's avatar youjie

修复bug

parent 9706b773
......@@ -500,7 +500,7 @@
</el-table-column>
<el-table-column prop="CreateTime" :label="$t('visa.v_creatDate')">
</el-table-column>
<el-table-column prop="DateStr" :label="$t('system.table_operation')"> width="120">
<el-table-column prop="DateStr" :label="$t('system.table_operation')" width="120">
<template slot-scope="scope">
<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>
......
......@@ -59,7 +59,7 @@
</div>
</template>
</el-table-column>
<el-table-column fixed="right" :label="$t('system.table_operation')"> width="120" >
<el-table-column fixed="right" :label="$t('system.table_operation')" width="120" >
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top" >
<img src="../../../assets/img/setup/edit.png" alt="" class="imgstyle" @click="Edit(scope.row)">
......
......@@ -194,7 +194,7 @@
</div>
</template>
</el-table-column>
<el-table-column fixed="right" :label="$t('system.table_operation')"> width="150" >
<el-table-column fixed="right" :label="$t('system.table_operation')" width="150" >
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top" >
<img src="../../../assets/img/setup/edit.png" alt="" class="imgstyle" @click="Edit(scope.row)">
......
......@@ -32,7 +32,7 @@
<el-table-column prop="UpdateDate" label="操作时间" ></el-table-column>
<el-table-column fixed="right" :label="$t('system.table_operation')"> width="180" >
<el-table-column fixed="right" :label="$t('system.table_operation')" width="180" >
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top" >
<img src="../../../assets/img/setup/edit.png" alt="" class="imgstyle" @click="Edit(scope.row)">
......
......@@ -336,7 +336,7 @@
<el-table-column prop="BrandName" label="品牌"> </el-table-column>
<el-table-column prop="CarNo" label="车牌号"> </el-table-column>
<el-table-column prop="GuestNum" label="荷载人数"> </el-table-column>
<el-table-column :label="$t('system.table_operation')"> width="100" >
<el-table-column :label="$t('system.table_operation')" width="100" >
<template slot-scope="scope">
<div class="btn_check" style="display: inline-block;
margin: 0 0 0 10px;
......
......@@ -407,7 +407,7 @@
</template>
</el-table-column>
<el-table-column :label="$t('system.table_operation')"> width="100">
<el-table-column :label="$t('system.table_operation')" width="100">
<template slot-scope="scope">
<el-button size="small" type="primary" @click="deleteLine(scope.$index)">{{$t('system.table_delete')}}</el-button>
</template>
......@@ -836,4 +836,3 @@
};
</script>
\ No newline at end of file
......@@ -139,7 +139,7 @@
<p>{{scope.row.CreateDate}}</p>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('system.table_operation')"> width="165">
<el-table-column prop="" :label="$t('system.table_operation')" width="165">
<template slot-scope="scope">
<template v-if="(scope.row.IsSeeAll==1&&userInfo.EmployeeId==scope.row.CreateBy)||scope.row.IsSeeAll==0">
<el-tooltip class="item" effect="dark" :content="$t('visaT.Accountmanagement')" placement="top">
......
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