11
WXL
2024-04-23 94e9b54ed5f2ce4641db89007b4252b03925b17e
src/views/project/unitCost/index.vue
@@ -117,7 +117,7 @@
      <el-table-column label="状态" align="center" prop="paystatus">
        <template slot-scope="scope">
          <dict-tag
            :options="dict.type.sys_gathering"
            :options="dict.type.Collection_status"
            :value="scope.row.paystatus"
          />
        </template>
@@ -231,7 +231,7 @@
export default {
  name: "Donorcharge",
  dicts: ["sys_gathering"],
  dicts: ["Collection_status"],
  components: {
    OrgSelecter
  },