王震
2023-11-30 b68cec1c77b262c3906833c78deff10bb7bf86ba
Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
已修改1个文件
13 ■■■■■ 文件已修改
src/views/plan/productionschedul/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/productionschedul/index.vue
@@ -3,7 +3,7 @@
    <basic-container>
      <el-row>
        <el-col :span="12">
          <div style="height:80vh;">
          <div style="height:80vh">
            <avue-crud :data="tableData" ref="crud" :option="option" :span-method="spanMethod" 
            @refresh-change="getData"
            :page="page" 
@@ -29,7 +29,7 @@
                      v-for="(item, index) in scheduleList"
                      :key="index"
                      :timestamp="item.planTime">
                        <el-card style="width:95%;margin: 0;padding: 0px 0px;">
                        <el-card style="width:95%;margin: 0;padding: 0px 10px;">
                          <p style="font-weight: bold;">{{item.title}}</p>
                          <p>实际时间: {{ item.actualTime }}</p>
                        </el-card>
@@ -66,7 +66,7 @@
        pageSize: 10
      },
      option: {
        height: 'auto',
        height: 400,
        selection: true,
        columnBtn: false,
        index: true,
@@ -199,7 +199,7 @@
    TableForm,
  },
  computed: {
    ...mapGetters(['permissions'])
    ...mapGetters(['permissions']),
  },
  created(){
    this.loading = true
@@ -379,7 +379,7 @@
  }
}
</script>
<style scoped>
<style>
.basic-template-table .el-table__body .el-table__row td:first-child .cell {
  padding-left: 0px;
  padding-right: 0px;
@@ -417,8 +417,5 @@
  content: '\E63E';
  font-size: 14px;
  visibility: hidden;
}
.avue-main .el-card__body{
  padding: 0px 20px;
}
</style>