yxh
yxh
2023-08-10 6c6de9a0f4f6bfe8e80292b0bf0bc31d8b63a979
src/views/project/fund/expertFeeApply/index.vue
ÎļþÃû´Ó src/views/project/fund/expertFeeFundApply/index.vue ÐÞ¸Ä
@@ -79,13 +79,14 @@
                  </template>
                </el-table-column>
                <el-table-column label="申请人" align="center" prop="username" width="120px" />
                <el-table-column label="审核状态" width="150" align="center" prop="recordstatus">
                <el-table-column label="申请金额" align="center" prop="pretaxcost" width="200px" />
                <el-table-column label="组长" align="center" prop="managername" width="120px" />
                <el-table-column label="所属组别" align="center" prop="deptmentname" width="200px" />
                <el-table-column label="审核状态" align="center" prop="recordstatus">
                  <template slot-scope="scope">
                    <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
                  </template>
                </el-table-column>
                <el-table-column label="所属组别" align="center" prop="deptmentname" width="220px" />
                <el-table-column label="组长" align="center" prop="managername" width="150px" />
                <!-- 
                <el-table-column label="申请金额" align="center" prop="amountrequested" width="120px" />    
                <el-table-column label="联系电话" align="center" prop="phone" width="150px" />