From b60ead55dec26e4ad607080d5f45359fe68640c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 5 Jul 2024 16:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=AF=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/board/demo/index.vue | 42 ++++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/hw-ui/src/views/board/demo/index.vue b/hw-ui/src/views/board/demo/index.vue index be3d164..be1f248 100644 --- a/hw-ui/src/views/board/demo/index.vue +++ b/hw-ui/src/views/board/demo/index.vue @@ -82,20 +82,20 @@ export default { show: true, id:0, tableData: [ - // { - // id: 1, - // process: 1, - // procedure: '2016-05-02', - // staff: '王小虎', - // time: '上海市普陀区金沙江路 1518 弄' - // }, - // { - // id: 2, - // process: 1, - // procedure: '2016-05-02', - // staff: '王小虎', - // time: '上海市普陀区金沙江路 1518 弄' - // }, + { + id: 1, + process: 1, + procedure: '2016-05-02', + staff: '王小虎', + time: '上海市普陀区金沙江路 1518 弄' + }, + { + id: 2, + process: 1, + procedure: '2016-05-02', + staff: '王小虎', + time: '上海市普陀区金沙江路 1518 弄' + }, { id: 3, process: 1, @@ -112,13 +112,13 @@ export default { } ] } - // { - // id: 5, - // process: 1, - // procedure: '2016-05-02', - // staff: '王小虎', - // time: '上海市普陀区金沙江路 1518 弄' - // } + { + id: 5, + process: 1, + procedure: '2016-05-02', + staff: '王小虎', + time: '上海市普陀区金沙江路 1518 弄' + } ] } },