Commit aa797eee by liushikai

调整

parent 7ea5bb5c
...@@ -218,7 +218,11 @@ ...@@ -218,7 +218,11 @@
.el-checkbox__input.is-checked .el-checkbox__inner { .el-checkbox__input.is-checked .el-checkbox__inner {
background-color: #1561E0; background-color: #1561E0;
border-color: #1561E0; border-color: #1561E0;
} }
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #1561E0;
border-color: #1561E0;
}
.c-title { .c-title {
/* color: rgba(0, 0, 0, 0.65); */ /* color: rgba(0, 0, 0, 0.65); */
/* font-weight: 600; */ /* font-weight: 600; */
......
...@@ -562,7 +562,7 @@ export default { ...@@ -562,7 +562,7 @@ export default {
padding: 0 20px 10px 20px; padding: 0 20px 10px 20px;
} }
.detailDialogClass >>> .el-dialog { .detailDialogClass >>> .el-dialog {
height: 400px; height: 650px;
} }
.table-button-item-list{ .table-button-item-list{
padding: 0; padding: 0;
......
...@@ -129,6 +129,44 @@ ...@@ -129,6 +129,44 @@
&Close &Close
</c-button> </c-button>
</c-col> --> </c-col> -->
<c-col :span="23">
<el-form-item>
<c-table
:paginationShow="false"
:border="true">
<el-table-column label="Seq.No" prop="groseq" width="auto"></el-table-column>
<el-table-column label="Msg.Type" prop="cortyp" width="auto"></el-table-column>
<el-table-column label="Message references" prop="nam" width="150px"></el-table-column>
<el-table-column label="User" prop="creusr" width="auto"></el-table-column>
<el-table-column label="Length" prop="msglen" width="auto"></el-table-column>
<el-table-column label="File name" prop="docfil" width="auto"></el-table-column>
<el-table-column label="File ext" prop="docfxt" width="auto"></el-table-column>
<el-table-column label="DB-INR" prop="inr" width="auto"></el-table-column>
<el-table-column label="CREFRM" prop="crefrm" width="auto"></el-table-column>
<el-table-column label="CREDATTIM" prop="credattim" width="120px"></el-table-column>
<el-table-column label="PARTFLG" prop="" width="partflg"></el-table-column>
<el-table-column label="MSGTYP" prop="msgtyp" width="auto"></el-table-column>
<el-table-column label="RELCUR" prop="relcur" width="auto"></el-table-column>
<el-table-column label="RELAMT" prop="relamt" width="auto"></el-table-column>
<el-table-column label="SYSNO" prop="sysno" width="auto"></el-table-column>
<el-table-column label="STAFLG" prop="staflg" width="auto"></el-table-column>
<el-table-column label="F20" prop="f20" width="auto"></el-table-column>
<el-table-column label="STP" prop="spt" width="auto"></el-table-column>
</c-table>
</el-form-item>
</c-col>
<c-col :span="23">
<el-form-item>
<c-table :paginationShow="false" :border="true">
<el-table-column label="Start" width="auto"></el-table-column>
<el-table-column label="Type" width="auto"></el-table-column>
<el-table-column label="User" width="auto"></el-table-column>
<el-table-column label="TRN" width="auto"></el-table-column>
<el-table-column label="End" width="auto"></el-table-column>
<el-table-column label="Text" width="auto"></el-table-column>
</c-table>
</el-form-item>
</c-col>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<c-tabs :value="tabVal" type="card" @tab-click="tabClick"> <c-tabs :value="tabVal" type="card" @tab-click="tabClick">
<el-tab-pane label="待经办列表" name="sptsel"> <el-tab-pane label="待经办列表" name="sptsel">
<!-- <c-table :columnsConfig="tableColumns" :list="tableData"></c-table> --> <!-- <c-table :columnsConfig="tableColumns" :list="tableData"></c-table> -->
<c-content> <c-content :height="0">
<span slot="label"> <span slot="label">
待经办列表 待经办列表
<el-badge v-if="$store.state.Status.taskList.sptsel>0" :value="$store.state.Status.taskList.sptsel" :max="99"/> <el-badge v-if="$store.state.Status.taskList.sptsel>0" :value="$store.state.Status.taskList.sptsel" :max="99"/>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<t-sptbrk /> <t-sptbrk />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="到期提示" name="diasel"> <el-tab-pane label="到期提示" name="diasel">
<c-content> <c-content :height="0">
<t-diasel/> <t-diasel/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
......
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