From ab6fc64258b0fb96187c3dd60b3d32e23873b033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E6=9C=A8?= Date: Mon, 17 Jun 2019 17:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9toggle=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E5=87=BD=E6=95=B0=EF=BC=8C=E5=85=81=E8=AE=B8=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=AD=97=E6=AE=B5=E5=A2=9E=E5=8A=A0enabled=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=9D=A5=E5=86=B3=E5=AE=9A=E6=9F=90=E4=B8=80=E8=A1=8C?= =?UTF-8?q?=E7=9A=84toggle=E6=98=AF=E5=90=A6=E5=8F=AF=E4=BB=A5=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/require-table.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/assets/js/require-table.js b/public/assets/js/require-table.js index 5e00ba517..b681da89a 100644 --- a/public/assets/js/require-table.js +++ b/public/assets/js/require-table.js @@ -482,7 +482,17 @@ define(['jquery', 'bootstrap', 'moment', 'moment/locale/zh-cn', 'bootstrap-table var yes = typeof this.yes !== 'undefined' ? this.yes : 1; var no = typeof this.no !== 'undefined' ? this.no : 0; var url = typeof this.url !== 'undefined' ? this.url : ''; - return ""; }, url: function (value, row, index) { -- Gitee