yxh
yxh
2023-08-08 37b9d305fa159d523143d41ac1b2e498cb3cf18c
src/views/project/donateconsolationfundlist/index.vue
@@ -242,12 +242,18 @@
                <el-input v-model="scope.row.taxedamount" placeholder="税后金额" />
              </template>
            </el-table-column>
            <!--
            <el-table-column prop="unitno" align="center" label="工作单位" width="180">
              <template slot-scope="scope">
                <org-selecter :ref="'unitSel' + scope.$index" :org-type="'3'" v-model="scope.row.unitno" />
              </template>
            </el-table-column>
-->
            <el-table-column prop="unitname" align="center" label="工作单位" width="180">
              <template slot-scope="scope">
                <el-input v-model="scope.row.unitname" placeholder="工作单位" />
              </template>
            </el-table-column>
            <el-table-column prop="idcardno" align="center" label="身份证号" width="200">
              <template slot-scope="scope">
                <el-input v-model="scope.row.idcardno" placeholder="身份证号" />