From cb5c9968b763362d399e1c7fce1129ec7434aba8 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期三, 26 四月 2023 14:07:31 +0800 Subject: [PATCH] session保存token --- src/views/your/sign-manage/signManage.vue | 70 +++++++++++++++++----------------- 1 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/views/your/sign-manage/signManage.vue b/src/views/your/sign-manage/signManage.vue index 83667ae..22e811a 100644 --- a/src/views/your/sign-manage/signManage.vue +++ b/src/views/your/sign-manage/signManage.vue @@ -34,12 +34,12 @@ <!-- 鏃ョ鏀剁巼鐨勮〃 --> <div v-show="switchnum === 1"> <Table :loading="loading" border :columns="columns" :data="data" ref="table" sortable="custom" - :span-method="handleSpan" @on-sort-change="changeSort" @on-selection-change="changeSelect"></Table> + :span-method="handleSpan" @on-sort-change="changeSort" @on-selection-change="changeSelect" height="600"></Table> </div> <!-- 鏈堢鏀剁巼鐨勮〃 --> <div v-show="switchnum === 2"> <Table :loading="loading" border :columns="columnsMonth" :data="monthData" sortable="custom" - :span-method="handleSpan" @on-sort-change="changeSort" @on-selection-change="changeSelect"> + :span-method="handleSpan" @on-sort-change="changeSort" @on-selection-change="changeSelect" height="600"> </Table> </div> <div v-show="switchnum === 1"> @@ -303,12 +303,12 @@ width: 100, align: "center", }, - { - title: "骞存湀", - key: "sendMonth", - minWidth: 120, - align: "center", - }, + // { + // title: "骞存湀", + // key: "sendMonth", + // minWidth: 120, + // align: "center", + // }, { title: "01娈�", // key: "oneBatch", @@ -546,37 +546,37 @@ { title: "杞︾墝鍙�", key: "carName", - width: 120, + width: 140, align: "center", }, { title: "鍙告満", key: "userName", - width: 100, + width: 140, align: "center", }, - { - title: "閰嶉�佸憳", - key: "name", - width: 100, - align: "center", - }, - { - title: "骞存湀", - key: "sendMonth", - minWidth: 120, - align: "center", - }, + // { + // title: "閰嶉�佸憳", + // key: "name", + // width: 100, + // align: "center", + // }, + // { + // title: "骞存湀", + // key: "sendMonth", + // minWidth: 120, + // align: "center", + // }, { title: "01娈�", - minWidth: 140, + width: 140, align: "center", children: [ { title: '鏈堜唤', align: 'center', key: 'sendDate', - minWidth: 120, + width: 120, className: 'no_border', render: (h, params) => { console.log(params.row.childone); @@ -596,7 +596,7 @@ title: '鏈堢鏀剁巼', align: 'center', key: 'proportion', - minWidth: 120, + width: 120, className: 'no_border Sign', render: (h, params) => { return h("div", [ @@ -622,7 +622,7 @@ title: '鏈堜唤', align: 'center', key: 'model', - minWidth: 120, + width: 120, className: 'no_border', render: (h, params) => { return h("div", [ @@ -640,7 +640,7 @@ title: '鏈堢鏀剁巼', align: 'center', // key: 'proportion', - minWidth: 120, + width: 120, className: 'no_border Sign', render: (h, params) => { return h("div", [ @@ -666,7 +666,7 @@ title: '鏈堜唤', align: 'center', key: 'model', - minWidth: 120, + width: 120, className: 'no_border', render: (h, params) => { return h("div", [ @@ -684,7 +684,7 @@ title: '鏈堢鏀剁巼', align: 'center', // key: 'model', - minWidth: 120, + width: 120, className: 'no_border Sign', render: (h, params) => { return h("div", [ @@ -711,7 +711,7 @@ title: '鏈堜唤', align: 'center', key: 'model', - minWidth: 120, + width: 120, className: 'no_border', render: (h, params) => { return h("div", [ @@ -729,7 +729,7 @@ title: '鏈堢鏀剁巼', align: 'center', // key: 'model', - minWidth: 120, + width: 120, className: 'no_border Sign', render: (h, params) => { return h("div", [ @@ -755,7 +755,7 @@ title: '鏈堜唤', align: 'center', key: 'model', - minWidth: 120, + width: 120, className: 'no_border', render: (h, params) => { return h("div", [ @@ -773,7 +773,7 @@ title: '鏈堢鏀剁巼', align: 'center', // key: 'model', - minWidth: 120, + width: 120, className: 'no_border Sign', render: (h, params) => { return h("div", [ @@ -945,7 +945,7 @@ // 椤电爜 pageNum: 1, // 姣忛〉鏉℃暟 - pageSize: 18, + pageSize: 36, // 杞︾墝鍙� carNo: "", // 寮�濮嬫棩鏈� @@ -1735,4 +1735,4 @@ this.init(); }, }; -</script> \ No newline at end of file +</script> -- Gitblit v1.9.1