@@ -21,8 +21,8 @@
-
-
+
@@ -49,16 +49,14 @@
-
-
+
-
@@ -144,7 +142,7 @@ export default {
statusArray: [
{
label: '未提交',
- value: 'deal'
+ value: 'notSubmit'
},
{
label: '已提交',
@@ -167,7 +165,7 @@ export default {
formData: {
orgId: '',//组织Id
taskTitle: '',//任务主题
- taskState: '',//任务类型
+ taskType: '',//任务类型
startTime: '',//开始时间
endTime: '',//结束时间
createdBy: ''//创建人
@@ -189,9 +187,8 @@ export default {
},
computed: {
tableHeight() {
- const h = this.clientHeight - this.searchH - 200 + this.iframeHeight;
- const _h = this.clientHeight - 200 - this.searchH;
- return this.$store.state.inIframe ? h : _h;
+ return (this.clientHeight - 140) + 'px'
+
},
...mapGetters(['clientHeight', 'resolution']),
},
diff --git a/src/views/modules/base/smartExcel/sharedSpac.vue b/src/views/modules/base/smartExcel/sharedSpace.vue
similarity index 50%
rename from src/views/modules/base/smartExcel/sharedSpac.vue
rename to src/views/modules/base/smartExcel/sharedSpace.vue
index 220c5700d..12a516aec 100644
--- a/src/views/modules/base/smartExcel/sharedSpac.vue
+++ b/src/views/modules/base/smartExcel/sharedSpace.vue
@@ -1,127 +1,64 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- 至
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
-
-
-
+
+
+
+
+
+ {{ item.label }}
-
-
- 新增
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ 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
- }}
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
- 取消
-
- 删除
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.taskPeriod === 'once' ? '一次性' : scope.row.taskPeriod === 'weekly' ? '每周' :
+ scope.row.taskPeriod
+ === 'halfMonth'?'每半月': scope.row.taskPeriod === 'month'?'每月':'每季度'}}
+
+
+
+
+ {{ scope.row.taskStateName
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+