fuliqi
2024-03-13 da199a7ce5ce644b34811a08ba695da4b233b4fa
首页布局
2个文件已修改
20 ■■■■ 已修改文件
src/views/home/data-wrapper/index.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/contract/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/data-wrapper/index.vue
@@ -1,20 +1,20 @@
<template>
  <div class="data-container">
    <el-row :gutter="40">
      <el-col :xs='24' :md="24" :sm="24" :lg="17" :xl="17">
        <examine></examine>
        <data-table></data-table>
      </el-col>
      <el-col :xs='24' :md="24" :sm="24" :lg="7" :xl="7">
        <data-check></data-check>
        <data-rank></data-rank>
      </el-col>
      <el-col :xs='24' :md="24" :sm="24" :lg="24" :xl="12">
        <data-chart></data-chart>
      </el-col>
      <el-col :xs='24' :md="24" :sm="24" :lg="24" :xl="12">
        <work-order></work-order>
      </el-col>
      <el-col :xs='24' :md="24" :sm="24" :lg="17" :xl="17">
        <data-table></data-table>
        <examine></examine>
      </el-col>
      <el-col :xs='24' :md="24" :sm="24" :lg="7" :xl="7">
        <data-rank></data-rank>
        <data-check></data-check>
      </el-col>
    </el-row>
  </div>
</template>
src/views/system/contract/index.vue
@@ -380,7 +380,7 @@
    handleAdd() {
      this.reset();
      this.open = true;
      this.title = "添加【请填写功能名称】";
      this.title = "添加合同";
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
@@ -389,7 +389,7 @@
      getContract(id).then(response => {
        this.form = response.data;
        this.open = true;
        this.title = "修改【请填写功能名称】";
        this.title = "修改合同";
      });
    },
    /** 提交按钮 */