diff --git a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue
index 7fe10f32b..66467c3c5 100644
--- a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue
+++ b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue
@@ -250,9 +250,9 @@
width="150"
>
- {{scope.row.putTime ? scope.row.putTime.slice(0, 10) : ''}}
- {{scope.row.putTime ? scope.row.putTime.slice(0, 10) : ''}}
- {{scope.row.XCXSSRQLAWS ? scope.row.XCXSSRQLAWS.slice(0, 10) : ''}}
+ {{ arr(scope.row.XCXSSRQLAWS) | ''}}
+ {{arr(scope.row.XCXSSRQLAWS) | ''}}
+ {{arr(scope.row.XCXSSRQLAWS) | ''}}
{
+ list.push(item.slice(0, 10));
+ })
+ return list.join(",");
+ }else {
+ return data.slice(0, 10)
+ }
+ }
+ return ""
+ },
// 左右拖动事件
dragControllerLR: function() {
var resize = document.getElementById("resize");