jiangping
2023-08-14 f2343d4e86b4dfe53122a1bd62d7d2f263c3ed3d
web_standard/src/views/ext/plansExt.vue
@@ -104,7 +104,7 @@
        <el-table-column prop="mmodel.name" fixed="left" label="物料名称" show-overflow-tooltip min-width="140px">
          <template slot-scope="{row}">
            <el-button type="text" class="materail" @click="showPlan(row.id)">
              <span class="long-title-style">{{ row.mmodel.name }}</span>
              <div class="long-title-style">{{ row.mmodel.name }}</div>
            </el-button>
          </template>
        </el-table-column>