廖井涛
2025-12-01 a38b5c6eb3660a8cf614b4d6fa6516445a785270
north-glass-erp/northglass-erp/src/components/sd/order/ProcessAttribute.vue
@@ -2,7 +2,8 @@
  <div style="width: 100%">
    <template v-for="(itme, index) in dataCollection" :key="index">
      <div style="width: 90%;height: 120px;margin: auto;;background-color: aliceblue;">
      <el-card style="width: 95%;height: 120px;margin: auto">
      <div style="width: 200px;font-size: 18px;text-align: left;">{{itme.process_name}}</div>
      <div style="display: flex;margin-top: 10px">
        <template v-for="(itme1, index) in itme.detail" :key="index">
@@ -33,7 +34,7 @@
          </div>
        </template>
      </div>
      </div>
      </el-card>
      <br>
    </template>