mirror of
https://gitee.com/maimengcloud/xm-ui-web.git
synced 2025-12-30 10:12:26 +00:00
空标签
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -116,6 +116,4 @@ import { useUserStore } from '@/store/modules/user'
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
<style scoped />
|
||||
|
||||
@@ -111,6 +111,4 @@ import { useUserStore } from '@/store/modules/user'
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
<style scoped />
|
||||
|
||||
@@ -282,6 +282,4 @@ import { useUserStore } from '@/store/modules/user';
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
<style scoped />
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -72,6 +72,4 @@ import { useUserStore } from '@/store/modules/user'
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
<style scoped />
|
||||
|
||||
Reference in New Issue
Block a user