yxh
yxh
2023-08-10 d08414f291cdfc84625e6d34241a56228c958134
src/views/project/fund/overheadcosts/index.vue
@@ -51,6 +51,7 @@
                  <el-table-column label="联系电话" align="center" prop="phone" width="150px" />
                <el-table-column label="工作单位" align="center" prop="unitname" width="150px" />
                -->
        <el-table-column label="备注" align="center" prop="remark" />
        <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="280px">
          <template slot-scope="scope">
            <el-button v-if="scope.row.recordstatus == -1 ||
@@ -791,7 +792,7 @@
    handleAdd() {
      this.$router.push({
        path: "/finance/fundcontext/",
        query: { id: 0, businessType: "4", operationtype: "add" }
        query: { id: 0, businessType: "4", operationType: "add" }
      });
      this.istrue += 2;
@@ -816,7 +817,7 @@
    handleUpdate(row) {
      this.$router.push({
        path: "/finance/fundcontext/",
        query: { id: row.id, businessType: "4", operationtype: "edit" }
        query: { id: row.id, businessType: "4", operationType: "update" }
      });
      this.isopen = 0;
@@ -847,7 +848,7 @@
    handleDetail(row) {
      this.$router.push({
        path: "/finance/fundcontext/",
        query: { id: row.id, businessType: "4", operationtype: "detail" }
        query: { id: row.id, businessType: "4", operationType: "detail"}
      });
      this.isopen = 0;