Commit fde49037 by hulei

列表操作项调整

parent 5cea367a
......@@ -105,7 +105,7 @@ const BusRouter = [
{ path: 'ditame', component: Ditame, name: 'Ditame', meta: { title: '信用证修改' } },
{ path: 'ditcan', component: Ditcan, name: 'Ditcan', meta: { title: '信用证注销' } },
{ path: 'ditsel', component: Ditsel, name: 'Ditsel', meta: { title: '信用证查询' } },
{ path: 'ditopn', component: Ditopn, name: 'Ditopn', meta: { title: (tag) => { return tag.path.startsWith("/review") ? "复核" : '买方信用证开立' } } },
{ path: 'ditopn', component: Ditopn, name: 'Ditopn', meta: { title: (tag) => { return tag.path.startsWith("/review") ? "复核" : '买方信用证开立' } } },
{ path: 'infdid', component: Infdid, name: 'Infdid', meta: { title: '信用证查询' } },
{ path: 'ditdck', component: Ditdck, name: 'Ditdck', meta: { title: '信用证到单' } },
// 例
......
......@@ -255,20 +255,14 @@
fixed="right"
prop="display"
label="操作"
width="260px"
width="160px"
>
<template>
<c-button style="margin-left: 0" size="small" type="primary">
处理
</c-button>
<c-button style="margin-left: 0" size="small" type="primary">
<c-button style="margin-left: 0" size="small">
详情
</c-button>
<c-button style="margin-left: 0" size="small" type="primary">
修改
</c-button>
<c-button style="margin-left: 0" size="small" type="primary">
删除
处理
</c-button>
</template>
</el-table-column>
......
......@@ -305,10 +305,8 @@
<c-button
style="margin-left: 0"
size="small"
type="primary"
>
快照
详情
</c-button>
<c-button
style="margin-left: 0"
......@@ -318,6 +316,7 @@
>
处理
</c-button>
<!--
<c-button
style="margin-left: 0"
size="small"
......@@ -326,9 +325,7 @@
>
info
</c-button>
-->
</template>
</el-table-column>
</c-istream-table>
......
......@@ -296,22 +296,19 @@
<c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col>
</template>
<template slot-scope="scope">
<c-button
<c-button
style="margin-left: 0"
size="small"
@click="onDetails"
>
详情
>详情
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="continueEdit(scope.row)"
>
处理
>处理
</c-button>
</template>
</el-table-column>
</c-istream-table>
......
......@@ -417,7 +417,12 @@
快照
</c-button> -->
<c-button
style="margin-left: 0"
size="small"
>
详情
</c-button>
<c-button
style="margin-left: 0"
size="small"
......@@ -436,14 +441,7 @@
>
复核
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
>
流程记录
</c-button>
</template>
......
......@@ -398,13 +398,15 @@
>显示快照</a
> -->
<c-button style="margin-left: 0" size="small" type="primary">
<c-button style="margin-left: 0" size="small" >
详情
</c-button>
<!--
<c-button style="margin-left: 0" size="small" type="primary">
快照
</c-button>
<c-button style="margin-left: 0" size="small" type="primary">
-->
<c-button style="margin-left: 0" size="small" >
冲正
</c-button>
</template>
......
......@@ -37,7 +37,7 @@
<el-button v-if="show.showSubmit" type="primary" size="small" @click="handleSubmit" :loading="$store.state.Status.loading.submit">提交</el-button>
<el-button v-if="show.showCheck" size="small" @click="handleCheck" :loading="$store.state.Status.loading.check">检核</el-button>
<el-button v-if="show.showSave && !fromDeclare && !noSave" size="small" @click="handleSave" :loading="$store.state.Status.loading.save">暂存</el-button>
<el-button v-if="show.showPass" type="primary" size="small" @click="handlePass" :loading="$store.state.Status.loading.pass">通过</el-button>
<el-button v-if="show.showPass" type="primary" size="small" @click="handlePass" :loading="$store.state.Status.loading.pass">复核</el-button>
<el-button v-if="show.showReAcc" type="primary" size="small" @click="handleReAcc" :loading="loading.reacc">提交</el-button>
<el-button v-if="show.showRefuse" type="primary" size="small" @click="handleRefuse" :loading="$store.state.Status.loading.refuse">打回</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