Commit b21fb7ec by 潘际乾

任务列表

parent 53f0175b
...@@ -332,6 +332,7 @@ export default { ...@@ -332,6 +332,7 @@ export default {
<style> <style>
.eContainer-table-block { .eContainer-table-block {
margin-top: 15px; margin-top: 15px;
position: relative;
} }
.eContainer-table-block .paginationLable { .eContainer-table-block .paginationLable {
font-size: 12px; font-size: 12px;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
> >
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="申报编号" prop="errsel.rptno" style="width: 100%"> <el-form-item label="申报编号" prop="errsel.rptno" style="width: 100%">
<c-input <c-input
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="23" style="text-align: right;height:36.8px"> <c-col :span="23" style="margin-left: 9px;text-align: right;height:36.8px">
<el-button size="small" @click="errpHandleReset">重置</el-button> <el-button size="small" @click="errpHandleReset">重置</el-button>
<el-button <el-button
type="primary" type="primary"
...@@ -80,20 +80,22 @@ ...@@ -80,20 +80,22 @@
<!-- </template> <!-- </template>
</c-list-search> --> </c-list-search> -->
<el-row> <el-row>
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true"> <c-col :span="23" style="margin-left: 9px;">
<el-table-column fixed="right" prop="op" label="操作" width="120px"> <c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<template slot="header"> <el-table-column fixed="right" prop="op" label="操作" width="120px">
<c-col :span="11" style="text-align:left"><span>操作</span></c-col> <template slot="header">
<!-- <c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></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> -->
</template>
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)"
>correct</a
>
</template> </template>
<template slot-scope="scope"> </el-table-column>
<a href="javascript:void(0)" @click="continueEdit(scope.row)" </c-istream-table>
>correct</a </c-col>
>
</template>
</el-table-column>
</c-istream-table>
</el-row> </el-row>
<!-- <!--
<c-col :span="12"> <c-col :span="12">
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
size="small" size="small"
> >
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务编号" prop="bopquep.ownref" style="width: 100%"> <el-form-item label="业务编号" prop="bopquep.ownref" style="width: 100%">
<c-input <c-input
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</el-row> </el-row>
<el-row v-show="searchSlot.searchToggle"> <el-row v-show="searchSlot.searchToggle">
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="申报号码" prop="bopquep.rptno" style="width: 100%"> <el-form-item label="申报号码" prop="bopquep.rptno" style="width: 100%">
<c-input <c-input
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="客户名称" prop="bopquep.ptynam" style="width: 100%"> <el-form-item label="客户名称" prop="bopquep.ptynam" style="width: 100%">
<c-input <c-input
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
</c-col> </c-col>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="笔数" prop="bopquep.sum" style="width: 100%"> <el-form-item label="笔数" prop="bopquep.sum" style="width: 100%">
<c-input <c-input
...@@ -193,32 +193,34 @@ ...@@ -193,32 +193,34 @@
</c-list-search> </c-list-search>
<c-row style="margin-top: 10px"> <c-row style="margin-top: 10px">
<c-col> <c-col style="margin-left: 9px;">
<c-button size="small" type="primary" style="margin-left:0">导出Excel</c-button> <c-button size="small" type="primary" style="margin-left:0">导出Excel</c-button>
<c-button size="small" type="primary" style="margin-left:0">应急导出</c-button> <c-button size="small" type="primary" style="margin-left:0">应急导出</c-button>
</c-col> </c-col>
</c-row> </c-row>
<el-row> <el-row>
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true"> <c-col :span="23" style="margin-left: 9px;">
<el-table-column fixed="right" prop="op" label="操作" width="200px"> <c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<template slot="header"> <el-table-column fixed="right" prop="op" label="操作" width="200px">
<c-col :span="11" style="text-align:left"><span>操作</span></c-col> <template slot="header">
<!-- <c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></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> -->
</template>
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)"
>详情</a
>
<a href="javascript:void(0)" @click="continueEdit(scope.row)"
>修改</a
>
<a href="javascript:void(0)" @click="continueEdit(scope.row)"
>删除</a
>
</template> </template>
<template slot-scope="scope"> </el-table-column>
<a href="javascript:void(0)" @click="continueEdit(scope.row)" </c-istream-table>
>详情</a </c-col>
>
<a href="javascript:void(0)" @click="continueEdit(scope.row)"
>修改</a
>
<a href="javascript:void(0)" @click="continueEdit(scope.row)"
>删除</a
>
</template>
</el-table-column>
</c-istream-table>
</el-row> </el-row>
<!-- <c-col :span="12"> <!-- <c-col :span="12">
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
size="small" size="small"
> >
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务编号" prop="searef" style="width: 100%"> <el-form-item label="业务编号" prop="searef" style="width: 100%">
<c-input <c-input
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
</c-col> </c-col>
</el-row> </el-row>
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务类型" prop="seasec" style="width: 100%"> <el-form-item label="业务类型" prop="seasec" style="width: 100%">
<c-select <c-select
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
</c-col> </c-col>
<c-col <c-col
:span="23" :span="23"
style="text-align: right;height:36.8px" style="text-align: right;height:36.8px;margin-left: 9px;"
v-if=" v-if="
model.usfmod.flt === '<SELU>' || model.usfmod.flt === '<SELB>' model.usfmod.flt === '<SELU>' || model.usfmod.flt === '<SELB>'
" "
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
</div> --> </div> -->
<el-row> <el-row>
<c-col :span="24"> <c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true"> <c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<el-table-column <el-table-column
fixed="right" fixed="right"
......
...@@ -238,6 +238,7 @@ ...@@ -238,6 +238,7 @@
<c-col :span="20"> <c-col :span="20">
<c-form-item label="开证日期" prop="didgrp.rec.opndat"> <c-form-item label="开证日期" prop="didgrp.rec.opndat">
<c-date-picker <c-date-picker
style="width: 40%"
type="date" type="date"
v-model="model.didgrp.rec.opndat" v-model="model.didgrp.rec.opndat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
...@@ -247,52 +248,53 @@ ...@@ -247,52 +248,53 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="13"> <c-col :span="20">
<el-form-item <el-form-item
v-if="model.didgrp.rec.mytype == 'H'" v-if="model.didgrp.rec.mytype == 'H'"
label="最迟货物装运日" label="最迟货物装运日"
prop="didgrp.rec.shpdat" prop="didgrp.rec.shpdat"
> >
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.didgrp.rec.shpdat" v-model="model.didgrp.rec.shpdat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
style="width: 95%" style="width: 40%"
placeholder="请选择Date" placeholder="请选择Date"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
<el-form-item <el-form-item
v-if="model.didgrp.rec.mytype == 'F'" v-if="model.didgrp.rec.mytype == 'F'"
label="最迟服务提供日" label="最迟服务提供日"
prop="didgrp.rec.shpdat" prop="didgrp.rec.shpdat"
> >
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.didgrp.rec.shpdat" v-model="model.didgrp.rec.shpdat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
style="width: 95%" style="width: 40%"
placeholder="请选择Date" placeholder="请选择Date"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
<el-form-item <el-form-item
label="最迟货物装运日/服务提供日" label="最迟货物装运日/服务提供日"
v-if="model.didgrp.rec.mytype == '3'" v-if="model.didgrp.rec.mytype == '3'"
prop="didgrp.rec.shpdat" prop="didgrp.rec.shpdat"
> >
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.didgrp.rec.shpdat" v-model="model.didgrp.rec.shpdat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
style="width: 95%" style="width: 40%"
placeholder="请选择" placeholder="请选择"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="20"> <c-col :span="20">
<c-form-item label="有效日期" prop="didgrp.rec.expdat"> <c-form-item label="有效日期" prop="didgrp.rec.expdat">
<c-date-picker <c-date-picker
style="width: 40%"
type="date" type="date"
v-model="model.didgrp.rec.expdat" v-model="model.didgrp.rec.expdat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</c-col> </c-col>
</el-row> --> </el-row> -->
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务编号" prop="selobj" style="width: 100%"> <el-form-item label="业务编号" prop="selobj" style="width: 100%">
<c-input <c-input
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
</el-row> </el-row>
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="选择用户" label="选择用户"
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8" v-if="model.usfmod.flt === '<SELU>'"> <c-col :span="8" v-if="model.usfmod.flt === '<SELU>'">
<el-form-item label="经办柜员" style="width: 100%"> <el-form-item label="经办柜员" style="width: 100%">
<c-input></c-input> <c-input></c-input>
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
详情 详情
</c-button> </c-button>
</c-col> --> </c-col> -->
<c-col :span="24"> <c-col :span="23" style="margin-left: 9px;">
<c-istream-table <c-istream-table
:list="stmData.data" :list="stmData.data"
:columns="stmData.columns" :columns="stmData.columns"
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</c-col> </c-col>
</el-row> --> </el-row> -->
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务编号" prop="selobj" style="width: 100%"> <el-form-item label="业务编号" prop="selobj" style="width: 100%">
<c-input <c-input
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
</el-row> </el-row>
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务描述" prop="seltxt" style="width: 100%"> <el-form-item label="业务描述" prop="seltxt" style="width: 100%">
<c-input <c-input
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
> >
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="23" style="text-align: right;height:36.8px" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'"> <c-col :span="23" style="margin-left: 9px;text-align: right;height:36.8px" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'">
<el-button size="small" @click="sptfndHandleReset">重置</el-button> <el-button size="small" @click="sptfndHandleReset">重置</el-button>
<el-button <el-button
type="primary" type="primary"
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
> >
</c-col> </c-col>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<!-- <c-col :span="12" style="text-align:center" > <!-- <c-col :span="12" style="text-align:center" >
<c-checkbox v-model="model.chkypt">云平台</c-checkbox> <c-checkbox v-model="model.chkypt">云平台</c-checkbox>
</c-col> --> </c-col> -->
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
详情 详情
</c-button> </c-button>
</c-col> --> </c-col> -->
<c-col :span="24"> <c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true"> <c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<el-table-column fixed="right" prop="op" label="操作" width="140px"> <el-table-column fixed="right" prop="op" label="操作" width="140px">
<template slot="header"> <template slot="header">
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
size="small" size="small"
> >
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="业务编号" label="业务编号"
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</c-col> </c-col>
--> -->
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="业务状态" label="业务状态"
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="业务标志" label="业务标志"
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
v-on:multipleSelect="multipleSelect" v-on:multipleSelect="multipleSelect"
> --> > -->
<el-row> <el-row>
<c-col :span="24"> <c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" style="width:100%" :showButtonFlg="true"> <c-istream-table :list="stmData.data" :columns="stmData.columns" style="width:100%" :showButtonFlg="true">
<el-table-column <el-table-column
fixed="right" fixed="right"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
size="small" size="small"
> >
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="业务编号" label="业务编号"
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
</c-col> </c-col>
--> -->
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="业务状态" label="业务状态"
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="23"> <c-col :span="23" style="margin-left: 9px;">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="业务标志" label="业务标志"
...@@ -384,7 +384,7 @@ ...@@ -384,7 +384,7 @@
v-on:multipleSelect="multipleSelect" v-on:multipleSelect="multipleSelect"
> --> > -->
<el-row> <el-row>
<c-col :span="24"> <c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" style="width:100%" :showButtonFlg="true"> <c-istream-table :list="stmData.data" :columns="stmData.columns" style="width:100%" :showButtonFlg="true">
<el-table-column <el-table-column
fixed="right" fixed="right"
......
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
</c-button> </c-button>
</c-col> </c-col>
--> -->
<c-col :span="11" style="margin-left:20px;text-align:right"> <c-col :span="11" style="margin-left: 9px;text-align:right">
<!-- <c-row> --> <!-- <c-row> -->
<!-- <c-col :span="23" style="margin-left:35px;text-align:right"> --> <!-- <c-col :span="23" style="margin-left:35px;text-align:right"> -->
<c-button size="small" type="primary" @click="onLiaccvAdd"> <c-button size="small" type="primary" @click="onLiaccvAdd">
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
</c-col> </c-col>
<!-- <c-col :span="24"><div style="height: 10px"></div></c-col> --> <!-- <c-col :span="24"><div style="height: 10px"></div></c-col> -->
<c-col :span="23" style="margin:0 20px"> <c-col :span="23" style="margin-left: 9px;">
<c-table <c-table
:border="true" :border="true"
:list="model.liaall.liaccv.liaccvg" :list="model.liaall.liaccv.liaccvg"
......
...@@ -5,54 +5,68 @@ ...@@ -5,54 +5,68 @@
<!-- <c-table :columnsConfig="tableColumns" :list="tableData"></c-table> --> <!-- <c-table :columnsConfig="tableColumns" :list="tableData"></c-table> -->
<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"
/>
</span> </span>
<c-content :height="160"> <c-content :height="160">
<t-sptsel /> <t-sptsel />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="待复核列表" name="trnrel"> <el-tab-pane label="待复核列表" name="trnrel">
<span slot="label"> <span slot="label">
待复核列表 待复核列表
<el-badge v-if="$store.state.Status.taskList.trnrel>0" :value="$store.state.Status.taskList.trnrel" :max="99"/> <el-badge
v-if="$store.state.Status.taskList.trnrel > 0"
:value="$store.state.Status.taskList.trnrel"
:max="99"
/>
</span> </span>
<c-content :height="160"> <c-content :height="160">
<t-trnrel /> <t-trnrel />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="已完成列表" name="trnfnd"> <el-tab-pane label="已完成列表" name="trnfnd">
<c-content :height="160"> <c-content :height="160">
<t-trnfnd /> <t-trnfnd />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="待申报列表" name="bopsel"> <el-tab-pane label="待申报列表" name="bopsel">
<t-bopsel /> <t-bopsel />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="草稿箱" name="sptbrk"> <el-tab-pane label="草稿箱" name="sptbrk">
<span slot="label"> <span slot="label">
草稿箱 草稿箱
<el-badge v-if="$store.state.Status.taskList.sptbrk>0" :value="$store.state.Status.taskList.sptbrk" :max="99"/> <el-badge
v-if="$store.state.Status.taskList.sptbrk > 0"
:value="$store.state.Status.taskList.sptbrk"
:max="99"
/>
</span> </span>
<t-sptbrk /> <t-sptbrk />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="到期提示" name="diasel"> <el-tab-pane label="到期提示" name="diasel">
<span slot="label"> <span slot="label">
到期提示 到期提示
<el-badge v-if="$store.state.Status.taskList.diasel>0" :value="$store.state.Status.taskList.diasel" :max="99"/> <el-badge
v-if="$store.state.Status.taskList.diasel > 0"
:value="$store.state.Status.taskList.diasel"
:max="99"
/>
</span> </span>
<c-content :height="160"> <c-content :height="160">
<t-diasel/> <t-diasel />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</div> </div>
</template> </template>
<script> <script>
import Sptsel from "~/views/Business/Sptsel"; import Sptsel from "~/views/Business/Sptsel";
import Sptbrk from "~/views/Business/Sptsel/Sptbrk"; import Sptbrk from "~/views/Business/Sptsel/Sptbrk";
import Trnrel from "~/views/Business/Trnrel"; import Trnrel from "~/views/Business/Trnrel";
...@@ -61,34 +75,31 @@ import Diasel from "~/views/Business/Diasel"; ...@@ -61,34 +75,31 @@ import Diasel from "~/views/Business/Diasel";
import Bopsel from "~/views/Business/Bopsel"; import Bopsel from "~/views/Business/Bopsel";
export default { export default {
data(){ data() {
return{ return {};
}
}, },
computed: { computed: {
tabVal: { tabVal: {
get() { get() {
return this.$store.state.Status.taskListTabVal || "sptsel" return this.$store.state.Status.taskListTabVal || "sptsel";
}, },
set(val) { set(val) {
this.$store.commit("setTaskListTabVal", val) this.$store.commit("setTaskListTabVal", val);
} },
} },
}, },
name: "TaskList", name: "TaskList",
created() { created() {},
},
methods: { methods: {
tabClick(tab) { tabClick(tab) {},
},
}, },
components:{ components: {
"t-sptsel" : Sptsel, "t-sptsel": Sptsel,
"t-sptbrk" : Sptbrk, "t-sptbrk": Sptbrk,
"t-trnrel" : Trnrel, "t-trnrel": Trnrel,
"t-trnfnd" : Trnfnd, "t-trnfnd": Trnfnd,
"t-diasel" : Diasel, "t-diasel": Diasel,
"t-bopsel" : Bopsel, "t-bopsel": Bopsel,
}, },
}; };
</script> </script>
......
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