@ -283,8 +283,8 @@ export default {
console.log(price);
this.addrulst.push({
asbitemId: "3a0b2f0c-f884-bec4-a350-79b46b455a2d",
price: prices,
// price: this.psrice,
// price: prices,
price: this.psrice,
customerOrgGroupId: this.personnelUnit.customerOrgGroupId,
});
@ -466,7 +466,8 @@ export default {
// 获取项目类别接口
posjectlist() {
projectlist().then((res) => {
this.projectid = res.data.items;
console.log(res);
this.projectid = res.data;
},
handlechang(value, direction, movedkeys) {
@ -37,7 +37,7 @@
<el-table-column prop="remark" label="备注" width="360">
</el-table-column>
<el-table-column label="创建者" prop="creatorName"></el-table-column>
<el-table-column label="创建时间">
<el-table-column label="创建时间" width="200">
<template slot-scope="scope">
{{ scope.row.creationTime | dateFormat }}
</template>