ludc
2024-01-31 0502473f81181961ceb10ff4e593541bd8776690
Merge remote-tracking branch 'origin/master'
已修改2个文件
21 ■■■■ 文件已修改
Source/UBCS-WEB/src/components/FormTemplate/ThemeChildren.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/wel/index.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/FormTemplate/ThemeChildren.vue
@@ -186,7 +186,7 @@
      this.radioValue = row.$index;
      this.LineParm = row;
      this.crudName = row.name;
      this.crudOid = row.oid;
      this.crudOid = this.codeType === 'btmCode' ? row.id : row.oid;
    },
    //确定
    HandlerClickSave() {
Source/UBCS-WEB/src/views/wel/index.vue
@@ -7,14 +7,14 @@
    </el-row>
    <el-row>
      <el-col :span="24">
        <basic-container title="主数据统计"style="height: 345px;">
        <basic-container title="主数据统计">
          <Statistic></Statistic>
        </basic-container>
      </el-col>
    </el-row>
    <el-row>
      <el-col :span="24">
        <basic-container title="待办流程任务" style="margin-top: 18px" >
        <basic-container title="待办流程任务">
          <avue-crud ref="crud" :data="todoData" :option="todoOption" :page.sync="page"
                     :table-loading="loading"
                     @on-load="onLoad"
@@ -29,6 +29,18 @@
          </avue-crud>
        </basic-container>
      </el-col>
      <!--      <el-col :span="8">-->
      <!--        <el-row>-->
      <!--          <basic-container title="消息列表">-->
      <!--            <el-collapse v-model="logActiveNames" @change="handleChange">-->
      <!--              <el-collapse-item v-for="item in noticeData" :title="item.title" :name="item.id">-->
      <!--                <div>{{item.subtitle}}</div>-->
      <!--              </el-collapse-item>-->
      <!--            </el-collapse>-->
      <!--          </basic-container>-->
      <!--        </el-row>-->
      <!--      </el-col>-->
    </el-row>
    <el-dialog :before-close="Xdelhandle" :close-on-press-escape="false" :visible.sync="dialogFormVisible"
               append-to-body
@@ -77,8 +89,7 @@
      todoData: [],
      // 代办流程任务option
      todoOption: {
        height: 'auto',
        calcHeight: 420,
        height: 500,
        addBtn: false,
        header: false,
        align: 'center',