空标签

This commit is contained in:
陈裕财
2024-06-08 10:46:15 +08:00
parent 0cd0ba7586
commit 81b2804d7e
7 changed files with 8 additions and 16 deletions

View File

@@ -213,7 +213,7 @@
:wstatus="popoverConfig.wstatus"
:sstatus="popoverConfig.sstatus"
:userid="popoverConfig.userid"
></xm-workload-simple-list-for-biz-date>
/>
</el-dialog>
<el-dialog
@@ -231,7 +231,7 @@
:project-id="popoverPlusConfig.projectId"
:wstatus="popoverPlusConfig.wstatus"
:sstatus="popoverPlusConfig.sstatus"
></xm-workload-simple-list-for-biz-date>
/>
</el-dialog>
</section>
</template>

View File

@@ -116,6 +116,4 @@ import { useUserStore } from '@/store/modules/user'
</script>
<style scoped>
</style>
<style scoped />

View File

@@ -111,6 +111,4 @@ import { useUserStore } from '@/store/modules/user'
</script>
<style scoped>
</style>
<style scoped />

View File

@@ -282,6 +282,4 @@ import { useUserStore } from '@/store/modules/user';
</script>
<style scoped>
</style>
<style scoped />

View File

@@ -121,7 +121,7 @@
@cancel="editFormVisible = false"
@submit="onEditXmTaskSomeFields"
@edit-fields="onEditXmTaskSomeFields"
></xm-task-edit>
/>
</el-dialog>
<xm-workload-record-dialog ref="workloadRecordDialog" @submi="afterWorkloadSubmit" @edit-xm-task-some-fields="onEditXmTaskSomeFields" @submit="onWorkloadSubmit" />
</el-row>

View File

@@ -29,7 +29,7 @@
<span class="more-label-font">创建时间:</span>
<el-date-picker v-model="dateRanger" type="daterange" align="right" unlink-panels range-separator="至"
start-placeholder="开始日期" end-placeholder="完成日期" value-format="yyyy-MM-dd HH:mm:ss"
:default-time="['00:00:00','23:59:59']" :picker-options="pickerOptions"></el-date-picker>
:default-time="['00:00:00','23:59:59']" :picker-options="pickerOptions" />
</el-col>
<el-col :span="24" style="padding-top:10px;">
<span class="more-label-font">创建人:</span>

View File

@@ -72,6 +72,4 @@ import { useUserStore } from '@/store/modules/user'
</script>
<style scoped>
</style>
<style scoped />