luohailiang 2 vuotta sitten
vanhempi
commit
15e274248c

+ 4 - 0
src/pages/process/xgcj/[id].vue

@@ -163,6 +163,10 @@ function filterSchool() {
 function toRevise(item) {
   router.push({name:'process-xgfs-ze_id-ysk_id',params:{ze_id:item.ze_id,ysk_id:item.ysk_id}});
 }
+const handleSelectionChange = (val) => {
+  cur_page = val;
+  getListData();
+};
 if (route.params.id) {
   ze_id = route.params.id;
   getListData();

+ 5 - 2
src/pages/process/xgfs/[ze_id]/[ysk_id].vue

@@ -27,7 +27,7 @@
           </table>
         </div>
         <div class="w-780px">
-          <el-carousel class="w-full h-480px" :autoplay="false" arrow="always" indicator-position="none">
+          <el-carousel class="w-full h-550px" :autoplay="false" arrow="always" indicator-position="none">
             <el-carousel-item v-for="item in imgList" :key="item">
               <img class="m-auto block" :src="item" alt="">
             </el-carousel-item>
@@ -59,7 +59,7 @@
         </div>
       </div>
       <div class="mt-70px text-center">
-        <button type="button" class="revise-btn cancel">取消</button>
+        <button type="button" class="revise-btn cancel" @click="reviseShow = false">取消</button>
         <button type="button" :disabled="reviseInfo.ysdt_pydf === '' || isSub" class="ml-45px revise-btn sub" @click="reviseSub">确定</button>
       </div>
     </div>
@@ -149,6 +149,9 @@ if (route.params.ze_id) {
 
 <style lang="scss" scoped>
 $color: #0048e5;
+::v-deep .el-carousel__container{
+  height: 100%;
+}
 .data-table {
   width: 100%;
   table-layout: fixed;