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

tui

parent e7ff8e04
...@@ -94,13 +94,13 @@ export default { ...@@ -94,13 +94,13 @@ export default {
label: "请假类型", label: "请假类型",
}, },
{ {
name: "createTimeStart1", name: "startTimeStart",
type: "date", type: "date",
label: "开始时间", label: "开始时间",
fuzzy: false, fuzzy: false,
}, },
{ {
name: "createTimeEnd1", name: "startTimeEnd",
type: "date", type: "date",
label: "结束时间", label: "结束时间",
fuzzy: false, fuzzy: false,
......
...@@ -180,10 +180,7 @@ ...@@ -180,10 +180,7 @@
</div> </div>
</el-dialog> </el-dialog>
<div class="mask" v-if="progress"> <div class="mask" v-if="progress">
<el-progress <el-progress :stroke-width="26" :percentage="percent"></el-progress>
:stroke-width="26"
:percentage="percent"
></el-progress>
</div> </div>
</div> </div>
</template> </template>
...@@ -349,7 +346,6 @@ export default { ...@@ -349,7 +346,6 @@ export default {
if (this.selection.length > 0) { if (this.selection.length > 0) {
params["idList"] = this.selection; params["idList"] = this.selection;
} }
this.percent = 70;
if (this.checkList.length > 0) { if (this.checkList.length > 0) {
params["properties"] = this.checkList; 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