Commit cde31c1e authored by 姬鋆屾's avatar 姬鋆屾

tui

parent e7ff8e04
......@@ -94,13 +94,13 @@ export default {
label: "请假类型",
},
{
name: "createTimeStart1",
name: "startTimeStart",
type: "date",
label: "开始时间",
fuzzy: false,
},
{
name: "createTimeEnd1",
name: "startTimeEnd",
type: "date",
label: "结束时间",
fuzzy: false,
......
......@@ -180,10 +180,7 @@
</div>
</el-dialog>
<div class="mask" v-if="progress">
<el-progress
:stroke-width="26"
:percentage="percent"
></el-progress>
<el-progress :stroke-width="26" :percentage="percent"></el-progress>
</div>
</div>
</template>
......@@ -349,7 +346,6 @@ export default {
if (this.selection.length > 0) {
params["idList"] = this.selection;
}
this.percent = 70;
if (this.checkList.length > 0) {
params["properties"] = this.checkList;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment