Commit 9221bd13 authored by youjie's avatar youjie

no message

parent 7bd82f00
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('system.table_operation')"> show-overflow-tooltip fixed="right" min-width="105" v-if="pagesTitle!='查看'"> <el-table-column :label="$t('system.table_operation')" show-overflow-tooltip fixed="right" min-width="105" v-if="pagesTitle!='查看'">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- <el-button size="mini" type="primary" @click="goDetails(scope.row)">查看</el-button> --> <!-- <el-button size="mini" type="primary" @click="goDetails(scope.row)">查看</el-button> -->
<template v-if="pagesTitle == '申请'"> <template v-if="pagesTitle == '申请'">
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('system.table_operation')"> show-overflow-tooltip fixed="right" min-width="105" <el-table-column :label="$t('system.table_operation')" show-overflow-tooltip fixed="right" min-width="105"
v-if="pagesTitle == '申请'||pagesTitle == '审核'"> v-if="pagesTitle == '申请'||pagesTitle == '审核'">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- <el-button size="mini" type="primary" @click="goDetails(scope.row)">查看</el-button> --> <!-- <el-button size="mini" type="primary" @click="goDetails(scope.row)">查看</el-button> -->
......
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