
@@ -124,6 +128,8 @@ export default {
this.pollGetNoticeData();
this.redDot()
+ console.log(this.$store.state.sidebarMenuList,"dsfjklsfdlk");
+
},
computed: {
userType() {
diff --git a/src/views/modules/base/smartExcel/sharedSpac.vue b/src/views/modules/base/smartExcel/sharedSpac.vue
new file mode 100644
index 000000000..220c5700d
--- /dev/null
+++ b/src/views/modules/base/smartExcel/sharedSpac.vue
@@ -0,0 +1,360 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 至
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.taskPeriod === 'once' ? '一次性' : scope.row.taskPeriod === 'weekly' ? '每周' : scope.row.taskPeriod
+ === 'halfMonth'?'每半月': scope.row.taskPeriod === 'month'?'每月':'每季度'}}
+
+
+
+
+
+
+ {{ scope.row.resolveNum }}/{{ scope.row.totalNum }}
+
+
+
+
+
+
+
+ {{ scope.row.taskStateName
+ }}
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+ 取消
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file