Commit d93fa2f3 authored by 黄奎's avatar 黄奎

页面修改

parent b9acbe51
...@@ -133,7 +133,6 @@ ...@@ -133,7 +133,6 @@
margin: 0 10px 10px 0; margin: 0 10px 10px 0;
display: inline-block; display: inline-block;
} }
</style> </style>
<template> <template>
<div class="page-body" id="paper_Publish"> <div class="page-body" id="paper_Publish">
...@@ -153,8 +152,8 @@ ...@@ -153,8 +152,8 @@
<span class="papPub_Left f1">发放时间</span> <span class="papPub_Left f1">发放时间</span>
<div class="f1"> <div class="f1">
<div class="Sysuser_Date" style="width:308px;"> <div class="Sysuser_Date" style="width:308px;">
<q-field filled> <q-field filled>
 <template v-slot:control>  <template v-slot:control>
<el-date-picker v-model="postMsg.ExamStartTime" value-format='yyyy-MM-dd HH:mm:ss' <el-date-picker v-model="postMsg.ExamStartTime" value-format='yyyy-MM-dd HH:mm:ss'
:picker-options="picker" type="datetime" placeholder="开始时间" size="small" :picker-options="picker" type="datetime" placeholder="开始时间" size="small"
clear-icon="iconfont icon-guanbi"></el-date-picker> clear-icon="iconfont icon-guanbi"></el-date-picker>
...@@ -167,11 +166,11 @@ ...@@ -167,11 +166,11 @@
<span class="papPub_Left f1">结束时间</span> <span class="papPub_Left f1">结束时间</span>
<div class="f1"> <div class="f1">
<div class="Sysuser_Date" style="width:308px;"> <div class="Sysuser_Date" style="width:308px;">
<q-field filled> <q-field filled>
 <template v-slot:control>  <template v-slot:control>
<el-date-picker v-model="postMsg.ExamEndTime" value-format='yyyy-MM-dd HH:mm:ss' @change="getMinus()" <el-date-picker v-model="postMsg.ExamEndTime" value-format='yyyy-MM-dd HH:mm:ss' @change="getMinus()"
type="datetime" :picker-options="pickerEnd" placeholder="结束时间" size="small" type="datetime" :picker-options="pickerEnd" placeholder="结束时间" size="small"
clear-icon="iconfont icon-guanbi"></el-date-picker> clear-icon="iconfont icon-guanbi"></el-date-picker> 
</template> </template>
</q-field> </q-field>
</div> </div>
...@@ -545,5 +544,4 @@ ...@@ -545,5 +544,4 @@
} }
} }
} }
</script>
</script> \ No newline at end of file
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