Commit 35bfedb2 by liuxin

待复核已完成详情页操作栏调整

parent ce86c168
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
fixed="right" fixed="right"
prop="display" prop="display"
label="操作" label="操作"
width="200px" width="170px"
> >
<template slot="header"> <template slot="header">
<c-col :span="11" style="text-align:left"><span>操作</span></c-col> <c-col :span="11" style="text-align:left"><span>操作</span></c-col>
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> --> <!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<c-col :span="24"> <c-col :span="24">
<c-istream-table :list="SignaturesData.data" :columns="SignaturesData.columns" :paginationShow="false" style="width:100%"> <c-istream-table :list="SignaturesData.data" :columns="SignaturesData.columns" :paginationShow="false" style="width:100%">
<el-table-column label="Action" width="400px"> <el-table-column label="Action" width="auto">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- <span>{{JSON.stringify(scope.row)}}</span> --> <!-- <span>{{JSON.stringify(scope.row)}}</span> -->
<el-select v-model="action[scope.row.IDX]" style="100%" disabled> <el-select v-model="action[scope.row.IDX]" style="100%" disabled>
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
</el-select> </el-select>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
fixed="right" fixed="right"
prop="display" prop="display"
label="操作" label="操作"
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
<c-col :span="11" style="text-align:left"><span>操作</span></c-col> <c-col :span="11" style="text-align:left"><span>操作</span></c-col>
<c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col> <c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col>
</template> </template>
</el-table-column> </el-table-column> -->
</c-istream-table> </c-istream-table>
</c-col> </c-col>
</c-col> </c-col>
...@@ -432,17 +432,17 @@ export default { ...@@ -432,17 +432,17 @@ export default {
"1 1 \"Type\" 100 1 0:0 1 CORTYP", "1 1 \"Type\" 100 1 0:0 1 CORTYP",
"2 2 \"External Key\" 300", "2 2 \"External Key\" 300",
"3 3 \"Document\" 300", "3 3 \"Document\" 300",
"4 4 \"Show\" 150 5 6:1 0 A", "4 4 \"Show\" 200 5 6:1 0 A",
"5 5 \"GenPDF\" 150 5 6:1 0 B" "5 5 \"GenPDF\" auto 5 6:1 0 B"
], ],
data: [], data: [],
}, },
SignaturesData: { SignaturesData: {
columns: [ columns: [
'1 2:1 "User" 200', '1 2:1 "User" 300',
'2 3:1 "Date / Time" 300', '2 3:1 "Date / Time" 300',
// '3 5:1 "Action" 400', // '3 5:1 "Action" 400',
'4 1:1 "Type" 200' '4 1:1 "Type" 300'
], ],
data: [], data: [],
}, },
......
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
fixed="right" fixed="right"
prop="display" prop="display"
label="操作" label="操作"
width="200px" width="170px"
> >
<template slot="header"> <template slot="header">
<c-col :span="11" style="text-align:left"><span>操作</span></c-col> <c-col :span="11" style="text-align:left"><span>操作</span></c-col>
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> --> <!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<c-col :span="24"> <c-col :span="24">
<c-istream-table :list="SignaturesData.data" :columns="SignaturesData.columns" :paginationShow="false" style="width:100%"> <c-istream-table :list="SignaturesData.data" :columns="SignaturesData.columns" :paginationShow="false" style="width:100%">
<el-table-column label="Action" width="400px"> <el-table-column label="Action" width="auto">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- <span>{{JSON.stringify(scope.row)}}</span> --> <!-- <span>{{JSON.stringify(scope.row)}}</span> -->
<el-select v-model="action[scope.row.IDX]" style="100%" disabled> <el-select v-model="action[scope.row.IDX]" style="100%" disabled>
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
</el-select> </el-select>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
fixed="right" fixed="right"
prop="display" prop="display"
label="操作" label="操作"
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
<c-col :span="11" style="text-align:left"><span>操作</span></c-col> <c-col :span="11" style="text-align:left"><span>操作</span></c-col>
<c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col> <c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col>
</template> </template>
</el-table-column> </el-table-column> -->
</c-istream-table> </c-istream-table>
</c-col> </c-col>
</c-col> </c-col>
...@@ -432,17 +432,17 @@ export default { ...@@ -432,17 +432,17 @@ export default {
"1 1 \"Type\" 100 1 0:0 1 CORTYP", "1 1 \"Type\" 100 1 0:0 1 CORTYP",
"2 2 \"External Key\" 300", "2 2 \"External Key\" 300",
"3 3 \"Document\" 300", "3 3 \"Document\" 300",
"4 4 \"Show\" 150 5 6:1 0 A", "4 4 \"Show\" 200 5 6:1 0 A",
"5 5 \"GenPDF\" 150 5 6:1 0 B" "5 5 \"GenPDF\" auto 5 6:1 0 B"
], ],
data: [], data: [],
}, },
SignaturesData: { SignaturesData: {
columns: [ columns: [
'1 2:1 "User" 200', '1 2:1 "User" 300',
'2 3:1 "Date / Time" 300', '2 3:1 "Date / Time" 300',
// '3 5:1 "Action" 400', // '3 5:1 "Action" 400',
'4 1:1 "Type" 200' '4 1:1 "Type" 300'
], ],
data: [], data: [],
}, },
......
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