From 55b65d77e8457cb76d7edc5bb616652705a9ae70 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 13 Oct 2022 10:55:31 +0800 Subject: [PATCH] =?UTF-8?q?style:=E8=B0=83=E6=95=B4=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=93=8D=E4=BD=9C=E6=A0=8F=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/list/list.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js index ad276a0f..26dafb0e 100644 --- a/src/pages/order/list/list.js +++ b/src/pages/order/list/list.js @@ -125,6 +125,13 @@ const Column = [ type: "slot", width: "80px" }, + { + title: "操作", + prop: "opearo", + name: "opearo", + type: "slot", + width: "140px" + }, { title: "平台批次号", name: "channel_activity_id", @@ -180,13 +187,6 @@ const Column = [ prop: "key", width: "140px", type: "normal" - }, - { - title: "操作", - prop: "opearo", - name: "opearo", - type: "slot", - width: "140px" } ]